Mailinglisten-Archive |
> > Ups, das war die falsche Liste, sorry! > > Aber vielleicht kann mir ja hier auch jemand > helfen? > > mfg > Daniel Lt. php Manual: PDF_show -- Output text at current position void pdf_show(int pdf document, string text); The PDF_show() function outputs the string text at the current position using the current font. ----------- PDF_show_xy -- Output text at given position void pdf_show_xy(int pdf document, string text, double x-koor, double y-koor); The PDF_show_xy() function outputs the string text at position (x-koor, y-koor). ----------- Gruss Berni
php::bar PHP Wiki - Listenarchive