TCPDF for Sugar CRM 0.4 Beta
2009-04-21

Module adds support for TCPDF to Sugar CRM.
TCPDF is PHP class for generating PDF documents. (www.tcpdf.org)

 * Read the Guide first.
 * Install the module on a testing Sugar instance first.
 * Uninstall previous version  first.
 * Backup your production Sugar instance before you install the module in your productions system.
 * Basic PHP programming is required to produce PDFs with TCPDF.

Main TCPDF Features:

 * no external libraries are required for the basic functions;
 * supports all ISO page formats;
 * supports custom page formats, margins and units of measure;
 * supports UTF-8 Unicode and Right-To-Left languages;
 * supports TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
 * supports document encryption;
 * includes methods to publish some (x)HTML code;
 * includes graphic (geometric) and transformation methods;
 * includes Javascript and forms support;
 * includes a method to print various barcode formats (CODE 39, CODE 39 EXTENDED, Interleaved 2 of 5, CODE 128 A/B/C, EAN 13, UPC-A, POSTNET, CODABAR);
 * includes methods to set Bookmarks and print a Table of Content;
 * includes a method to move pages;
 * includes methods for automatic page header and footer management;
 * supports automatic page break;
 * supports automatic page numbering and page groups;
 * supports automatic line break and text justification;
 * supports JPEG and PNG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick;
 * supports stroke and clipping mode for text;
 * supports clipping masks;
 * supports Grayscale, RGB, CMYK, Spot Colors and Transparencies;
 * supports several annotations, including links, text and file attachments;
 * supports page compression (requires zlib extension);
 * supports user rights management so Adobe Reader users can save filled-in copies of forms they complete.


