I have some extensions for TCPDF. If you want use it, you can.
I create this extensions for FPDF and when I need use UNICODE in PDF I found TCPDF and I apply this extension in TCPDF.
This extensions are improvements of extensions for FPDF publicates in web site of FPDF.
Are four extensions:
- Draw some geometric figures (line, rect, curve, ellipse, circle, polygon, regular polygon, star polygon and rounded rect) with line style.
- Text with format and borde style, vertical and horizontal align, padding and leading. For this I can not use the XHTML support of TCPDF so I used an extension of other for FPDF (Tag-based formatting, http://www.fpdf.org/en/script/script23.php).
- Label with text with format, borde style and print direction. This is base on extension of FPDF (Labels, http://www.fpdf.org/en/script/script29.php).
- Tables with complex structure (head, cellspan and more characteristic) and text with format in cells (format, vertical and horizontal align, leadding and cell margin).
I attach a TAR.BZIP2 file with this extensions and examples. PDF in TAR.BZIP2 are created with FPDF because with TCPDF are bigger (but are same).
David
http://www.terra.es/personal3/davidhdezsanz/
TCPDF extensions and examples
Logged In: YES
user_id=1191518
Originator: NO
Some of the proposed graphic functions were added to the latest TCPDF 2.1.000.
Thanks for your contribution.