README.TXT 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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.046
  9. Release date: 2011-01-18
  10. Author: Nicola Asuni
  11. Copyright (c) 2002-2011:
  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. http://www.tcpdf.org/doc/
  56. For Additional Documentation:
  57. http: www.tcpdf.org
  58. License
  59. Copyright (C) 2002-2011 Nicola Asuni - Tecnick.com S.r.l.
  60. TCPDF is free software: you can redistribute it and/or modify it
  61. under the terms of the GNU Lesser General Public License as
  62. published by the Free Software Foundation, either version 3 of the
  63. License, or (at your option) any later version. Additionally,
  64. YOU CAN'T REMOVE ANY TCPDF COPYRIGHT NOTICE OR LINK FROM THE
  65. GENERATED PDF DOCUMENTS.
  66. TCPDF is distributed in the hope that it will be useful, but
  67. WITHOUT ANY WARRANTY; without even the implied warranty of
  68. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  69. See the GNU Lesser General Public License for more details.
  70. You should have received a copy of the License
  71. along with TCPDF. If not, see
  72. <http://www.tecnick.com/pagefiles/tcpdf/LICENSE.TXT>.
  73. See LICENSE.TXT file for more information.
  74. ============================================================