TCPDF 2.7.001 (PHP5 branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News TCPDF 2.7.001 (PHP5 branch)
# 1  
Old 03-10-2008
TCPDF 2.7.001 (PHP5 branch)

TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF supports all ISO page formats and custom page formats, custom margins and units of measure, UTF-8 Unicode, RTL languages, some HTML code, barcodes, TrueTypeUnicode, TrueType, Type1 and encoding, JPEG, GIF and PNG images, graphic functions, bookmarks, JavaScript, forms, page compression, and encryption. License: GNU Lesser General Public License (LGPL) Changes:
This version fixes a justification bug for non-Unicode fonts.Image

More...
# 2  
Old 08-04-2008
Hello iBot!

It seems that you know quite a lot about TCPDF, thus I just tell you about my problem, and I hope you can help me:

I managed to create PDFs with TCPDF (within the code igniter framework).
Now I tried to use TCPDF in a loop.
I get as much PDFs as the loop is going, but all PDFs are the same => They have the data of the first data record. And, no, it is no programming error, as I produced the html-output in the same loop, and the html-output was correct.

=> is there any function like reset etc. that convinces TCPDF to produce different PDFs within a loop? I could not find anyone.

Thank you very much!

Best regards, Stephan
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question