Mailinglisten-Archive |
>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). http://www.php-center.de/de-html-manual/function.p df-show-boxed.html Hier wird die box-Funktion beschrieben, also denke ich doch mal das es auch geht, oder? PDF_show_boxed($pdf, $akttext, 10, 10, 150, 500, "left"); So habe ich es jetzt gemacht, und es führt auch zur Ausgabe des Textes. Leider wird immer nur die erste Zeile meines Gesamttextes angezeigt... Gruß Daniel
php::bar PHP Wiki - Listenarchive