README.TXT 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. TCPDF - README
  2. ============================================================
  3. I WISH TO IMPROVE AND EXPAND TCPDF BUT I NEED YOUR SUPPORT.
  4. PLEASE MAKE A DONATION:
  5. http://sourceforge.net/donate/index.php?group_id=128076
  6. ------------------------------------------------------------
  7. Name: TCPDF
  8. Version: 5.9.009
  9. Release date: 2010-10-21
  10. Author: Nicola Asuni
  11. Copyright (c) 2002-2010:
  12. Nicola Asuni
  13. Tecnick.com s.r.l.
  14. Via Della Pace, 11
  15. 09044 Quartucciu (CA)
  16. ITALY
  17. www.tecnick.com
  18. URLs:
  19. http: www.tcpdf.org
  20. http: www.sourceforge.net/projects/tcpdf
  21. Description:
  22. TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.
  23. Main Features:
  24. * no external libraries are required for the basic functions;
  25. * all standard page formats, custom page formats, custom margins and units of measure;
  26. * UTF-8 Unicode and Right-To-Left languages;
  27. * TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
  28. * font subsetting;
  29. * methods to publish some XHTML + CSS code, Javascript and Forms;
  30. * images, graphic (geometric figures) and transformation methods;
  31. * supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http: www.imagemagick.org/www/formats.html)
  32. * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code, PDF417;
  33. * Grayscale, RGB, CMYK, Spot Colors and Transparencies;
  34. * automatic page header and footer management;
  35. * document encryption up to 256 bit and digital signature certifications;
  36. * transactions to UNDO commands;
  37. * PDF annotations, including links, text and file attachments;
  38. * text rendering modes (fill, stroke and clipping);
  39. * multiple columns mode;
  40. * no-write page regions;
  41. * bookmarks and table of content;
  42. * text hyphenation;
  43. * text stretching and spacing (tracking/kerning);
  44. * automatic page break, line break and text alignments including justification;
  45. * automatic page numbering and page groups;
  46. * move and delete pages;
  47. * page compression (requires php-zlib extension);
  48. * XOBject Templates;
  49. Installation (full instructions on http: www.tcpdf.org):
  50. 1. copy the folder on your Web server
  51. 2. set your installation path and other parameters on the config/tcpdf_config.php
  52. 3. call the examples/example_001.php page with your browser to see an example
  53. Source Code Documentation:
  54. doc/index.html
  55. For Additional Documentation:
  56. http: www.tcpdf.org
  57. License
  58. Copyright (C) 2002-2010 Nicola Asuni - Tecnick.com S.r.l.
  59. TCPDF is free software: you can redistribute it and/or modify it
  60. under the terms of the GNU Lesser General Public License as
  61. published by the Free Software Foundation, either version 3 of the
  62. License, or (at your option) any later version.
  63. TCPDF is distributed in the hope that it will be useful, but
  64. WITHOUT ANY WARRANTY; without even the implied warranty of
  65. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  66. See the GNU Lesser General Public License for more details.
  67. You should have received a copy of the GNU Lesser General Public License
  68. along with TCPDF. If not, see <http://www.gnu.org/licenses/>.
  69. See LICENSE.TXT file for more information.
  70. ============================================================