[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <html> 2 <head> 3 <title>Docs for page tcpdf.php</title> 4 <link rel="stylesheet" type="text/css" href="../media/style.css"> 5 </head> 6 <body> 7 8 <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> 9 <tr> 10 <td class="header_top">com-tecnick-tcpdf</td> 11 </tr> 12 <tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> 13 <tr> 14 <td class="header_menu"> 15 16 17 [ <a href="../classtrees_com-tecnick-tcpdf.html" class="menu">class tree: com-tecnick-tcpdf</a> ] 18 [ <a href="../elementindex_com-tecnick-tcpdf.html" class="menu">index: com-tecnick-tcpdf</a> ] 19 [ <a href="../elementindex.html" class="menu">all elements</a> ] 20 </td> 21 </tr> 22 <tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> 23 </table> 24 25 <table width="100%" border="0" cellpadding="0" cellspacing="0"> 26 <tr valign="top"> 27 <td width="200" class="menu"> 28 <b>Packages:</b><br /> 29 <a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br /> 30 <br /><br /> 31 <b>Files:</b><br /> 32 <div class="package"> 33 <a href="../com-tecnick-tcpdf/_barcodes.php.html"> barcodes.php 34 </a><br> 35 <a href="../com-tecnick-tcpdf/_htmlcolors.php.html"> htmlcolors.php 36 </a><br> 37 <a href="../com-tecnick-tcpdf/_tcpdf.php.html"> tcpdf.php 38 </a><br> 39 <a href="../com-tecnick-tcpdf/_config---tcpdf_config.php.html"> tcpdf_config.php 40 </a><br> 41 <a href="../com-tecnick-tcpdf/_unicode_data.php.html"> unicode_data.php 42 </a><br> 43 </div><br /> 44 45 46 <b>Classes:</b><br /> 47 <div class="package"> 48 <a href="../com-tecnick-tcpdf/TCPDF.html">TCPDF</a><br /> 49 <a href="../com-tecnick-tcpdf/TCPDFBarcode.html">TCPDFBarcode</a><br /> 50 </div> 51 </td> 52 <td> 53 <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top"> 54 55 <h1>Procedural File: tcpdf.php</h1> 56 Source Location: /tcpdf.php<br /><br /> 57 58 <br> 59 <br> 60 61 <div class="contents"> 62 <h2>Classes:</h2> 63 <dt><a href="../com-tecnick-tcpdf/TCPDF.html">TCPDF</a></dt> 64 <dd>This is a PHP class for generating PDF documents without requiring external extensions.<br /></dd> 65 </div><br /><br /> 66 67 <h2>Page Details:</h2> 68 This is a PHP class for generating PDF documents without requiring external extensions.<br /><br /><br /><p>TCPDF project (http://www.tcpdf.org) was originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.<br /> <h3>TCPDF main features are:</h3> <ul><li>no external libraries are required for the basic functions;</li><li>supports all ISO page formats;</li><li>supports UTF-8 Unicode and Right-To-Left languages;</li><li>supports document encryption;</li><li>includes methods to publish some XHTML code;</li><li>includes graphic (geometric) and transformation methods;</li><li>includes bookmarks;</li><li>includes Javascript and forms support;</li><li>includes a method to print various barcode formats;</li><li>supports TrueTypeUnicode, TrueType, Type1 and CID-0 fonts;</li><li>supports custom page formats, margins and units of measure;</li><li>includes methods for page header and footer management;</li><li>supports automatic page break;</li><li>supports automatic page numbering and page groups;</li><li>supports automatic line break and text justification;</li><li>supports JPEG and PNG images whitout GD library and all images supported by GD: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM;</li><li>supports stroke and clipping mode for text;</li><li>supports clipping masks;</li><li>supports Grayscale, RGB and CMYK colors and transparency;</li><li>supports links and annotations;</li><li>supports page compression (requires zlib extension);</li><li>supports PDF user's rights.</li></ul> Tools to encode your unicode fonts are on fonts/utils directory.</p></p><br /><br /><br /> 69 <h4>Tags:</h4> 70 <div class="tags"> 71 <table border="0" cellspacing="0" cellpadding="0"> 72 <tr> 73 <td><b>author:</b> </td><td>Nicola Asuni</td> 74 </tr> 75 <tr> 76 <td><b>version:</b> </td><td>4.3.005</td> 77 </tr> 78 <tr> 79 <td><b>copyright:</b> </td><td>2004-2008 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - [email protected]</td> 80 </tr> 81 <tr> 82 <td><b>link:</b> </td><td><a href="http://www.tcpdf.org">http://www.tcpdf.org</a></td> 83 </tr> 84 <tr> 85 <td><b>abstract:</b> </td><td>Class for generating PDF files on-the-fly without requiring external extensions.</td> 86 </tr> 87 <tr> 88 <td><b>license:</b> </td><td><a href="http://www.gnu.org/copyleft/lesser.html">LGPL</a></td> 89 </tr> 90 </table> 91 </div> 92 <br /><br /> 93 <h4>Includes:</h4> 94 <div class="tags"> 95 require_once(dirname(__FILE__).'/config/tcpdf_config.php') [line 130]<br /> 96 main configuration file<br /><br />require_once(dirname(__FILE__).'/unicode_data.php') [line 137]<br /> 97 unicode data<br /><br />require_once(dirname(__FILE__).'/htmlcolors.php') [line 142]<br /> 98 html colors table<br /><br />require_once(dirname(__FILE__).'/barcodes.php') [line 147]<br /> 99 barcode class<br /><br /></div> 100 <br /><br /> 101 <br /><br /> 102 <hr /> 103 <a name="definePDF_PRODUCER"></a> 104 <h3>PDF_PRODUCER <span class="smalllinenumber">[line 154]</span></h3> 105 <div class="tags"> 106 <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> 107 <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> 108 <code>PDF_PRODUCER = 'TCPDF 4.3.005 (http://www.tcpdf.org)'</code> 109 </td></tr></table> 110 </td></tr></table> 111 112 define default PDF document producer<br /><br /> <br /> 113 </div> 114 <div class="top">[ <a href="#top">Top</a> ]</div><br /><br /> 115 <br /> 116 117 <div class="credit"> 118 <hr /> 119 Documentation generated on Tue, 25 Nov 2008 16:30:53 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a> 120 </div> 121 </td></tr></table> 122 </td> 123 </tr> 124 </table> 125 126 </body> 127 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |