[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/tcpdf/ -> README.TXT (source)

   1  TCPDF - README
   2  ============================================================
   3  
   4  Name:
   5      TCPDF
   6  
   7  Version:
   8      2.6.000_PHP4
   9      
  10  Release date:
  11      2008-03-07
  12  
  13  Author:
  14      Nicola Asuni 
  15      
  16  Copyright (c) 2001-2008:
  17      Nicola Asuni
  18      Tecnick.com s.r.l.
  19      Via Della Pace, 11
  20      09044 Quartucciu (CA)
  21      ITALY
  22      www.tecnick.com
  23      
  24  URLs:
  25      http://www.tcpdf.org
  26      http://tcpdf.sourceforge.net/
  27      
  28  Description:
  29      TCPDF is a PHP5 class for generating PDF files on-the-fly without requiring external extensions.
  30      TCPDF has been originally derived from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org).
  31      
  32      Main Features:
  33      
  34    - supports UTF-8 Unicode and Right-To-Left languages; 
  35    - supports document encryption; 
  36    - includes methods to publish some xhtml code; 
  37    - includes graphic and transformation methods;
  38    - includes bookmarks;
  39    - includes Javascript and forms support;
  40    - includes a method to print various barcode formats using an improved version of "Generic Barcode Render Class" by Karim Mribti (http://www.mribti.com/barcode/) (require GD library: http://www.boutell.com/gd/) 
  41    - supports TrueTypeUnicode, TrueType, Type1 and encoding; 
  42    - supports custom page formats, margins and units of measure; 
  43    - includes methods for page header and footer management; 
  44    - supports automatic page break; 
  45    - supports automatic page numbering; 
  46    - supports automatic line break and text justification; 
  47    - supports JPEG, PNG anf GIF images; 
  48    - supports colors; 
  49    - supports links; 
  50    - support page compression (require zlib extension: http://www.gzip.org/zlib/); 
  51    - the source code is full documented in PhpDocumentor Style (http://www.phpdoc.org). 
  52  
  53  Installation:
  54      1. copy the folder on your Web server
  55      2. set your installation path on the config/tcpdf_config.php
  56      3. call the test_unicode.php page with your browser to see an example
  57      NOTE: the test_old.php require proper font setup on tcpdf_config.
  58  
  59  Source Code Documentation:
  60      doc/index.html
  61      
  62  For Additional Documentation check:
  63      http://www.tcpdf.org
  64  
  65  License
  66      GNU LESSER GENERAL PUBLIC LICENSE v.2.1
  67      http://www.gnu.org/copyleft/lesser.html
  68  ============================================================


Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1