From 02608271bb2a9f3a65ed536984d306ee14b48e34 Mon Sep 17 00:00:00 2001 From: Geo Halkiadakis Date: Sun, 12 Jul 2026 15:51:52 +0300 Subject: initialize repository; add docker config; migrate configuration to new specs --- public/library/TCPDF/examples/index.php | 115 ++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 public/library/TCPDF/examples/index.php (limited to 'public/library/TCPDF/examples/index.php') diff --git a/public/library/TCPDF/examples/index.php b/public/library/TCPDF/examples/index.php new file mode 100644 index 0000000..7512523 --- /dev/null +++ b/public/library/TCPDF/examples/index.php @@ -0,0 +1,115 @@ +'; +?> + + + + + +TCPDF Examples + + + + + + + + +

TCPDF Examples

+ +

PDF

+ +
    +
  1. Simple PDF with default Header and Footer: [PDF]
  2. +
  3. Simple PDF without Header and Footer: [PDF]
  4. +
  5. Custom Header and Footer: [PDF]
  6. +
  7. Cell stretching: [PDF]
  8. +
  9. Multicell: [PDF]
  10. +
  11. WriteHTML and RTL support: [PDF]
  12. +
  13. Independent columns with WriteHTMLCell: [PDF]
  14. +
  15. External UTF-8 text file: [PDF]
  16. +
  17. Image: [PDF]
  18. +
  19. Multiple columns: [PDF]
  20. +
  21. Colored Tables: [PDF]
  22. +
  23. Graphic Functions: [PDF]
  24. +
  25. Graphic Transformations: [PDF]
  26. +
  27. Javascript and Forms: [PDF]
  28. +
  29. Bookmarks (Table of Content): [PDF]
  30. +
  31. Document Encryption: [PDF]
  32. +
  33. Independent columns with MultiCell: [PDF]
  34. +
  35. Persian and Arabic language on RTL document: [PDF]
  36. +
  37. Non unicode / Alternative config file: [PDF]
  38. +
  39. Multicell complex alignment: [PDF]
  40. +
  41. writeHTML alignment: [PDF]
  42. +
  43. CMYK colors: [PDF]
  44. +
  45. Page Groups: [PDF]
  46. +
  47. Object Visibility and Layers: [PDF]
  48. +
  49. Object Transparency: [PDF]
  50. +
  51. Text Rendering Modes and Text Clipping: [PDF]
  52. +
  53. 1D Barcodes: [PDF]
  54. +
  55. Multiple page formats: [PDF]
  56. +
  57. Set PDF viewer display preferences: [PDF]
  58. +
  59. Colour gradients: [PDF]
  60. +
  61. Pie Chart Graphic: [PDF]
  62. +
  63. EPS/AI vectorial image: [PDF]
  64. +
  65. Mixed font types (TrueType Unicode, core, CID-0): [PDF]
  66. +
  67. Clipping masks: [PDF]
  68. +
  69. Line styles with cells and multicells: [PDF]
  70. +
  71. Text Annotations: [PDF]
  72. +
  73. Spot Colors: [PDF]
  74. +
  75. NON-embedded CID-0 CJK font: [PDF]
  76. +
  77. HTML Justification: [PDF]
  78. +
  79. Booklet (double-sided pages): [PDF]
  80. +
  81. File attachment: [PDF]
  82. +
  83. Image with Alpha Channel Transparency: [PDF]
  84. +
  85. Disk caching: [PDF]
  86. +
  87. Move, Copy and Delete page: [PDF]
  88. +
  89. Table Of Content with Bookmarks: [PDF]
  90. +
  91. Text hyphenation: [PDF]
  92. +
  93. Transactions and UNDO: [PDF]
  94. +
  95. Table header and rowspan: [PDF]
  96. +
  97. TCPDF methods in HTML: [PDF]
  98. +
  99. 2D Barcode (QR-Code, Datamatrix ECC200 and PDF417): [PDF]
  100. +
  101. Full page background: [PDF]
  102. +
  103. Digital Signature Certification: [PDF]
  104. +
  105. Javascript functions: [PDF]
  106. +
  107. XHTML Form: [PDF]
  108. +
  109. Font Dump: [PDF]
  110. +
  111. Crop Marks and Registration Marks: [PDF]
  112. +
  113. Cell vertical alignments and borders: [PDF]
  114. +
  115. SVG Image: [PDF]
  116. +
  117. Table Of Content with HTML templates: [PDF]
  118. +
  119. Advanced page settings: [PDF]
  120. +
  121. XHTML + CSS: [PDF]
  122. +
  123. XObject Templates: [PDF]
  124. +
  125. Text stretching and spacing (tracking/kerning): [PDF]
  126. +
  127. No-write page regions: [PDF]
  128. +
  129. PDF/A-1b (ISO 19005-1:2005) document: [PDF]
  130. +
+ +

Barcodes

+ +
    +
  1. 1D barcode HTML format [HTML]
  2. +
  3. 1D barcode PNG format [PNG]
  4. +
  5. 1D barcode SVG format [SVG]
  6. +
  7. 1D barcode SVG INLINE format [SVG INLINE]
  8. + +
  9. 2D datamatrix barcode HTML format [HTML]
  10. +
  11. 2D datamatrix barcode PNG format [PNG]
  12. +
  13. 2D datamatrix barcode SVG format [SVG]
  14. +
  15. 2D datamatrix barcode SVG INLINE format [SVG INLINE]
  16. + +
  17. 2D pdf417 barcode HTML format [HTML]
  18. +
  19. 2D pdf417 barcode PNG format [PNG]
  20. +
  21. 2D pdf417 barcode SVG format [SVG]
  22. +
  23. 2D pdf417 barcode SVG INLINE format [SVG INLINE]
  24. + +
  25. 2D qrcode barcode HTML format [HTML]
  26. +
  27. 2D qrcode barcode PNG format [PNG]
  28. +
  29. 2D qrcode barcode SVG format [SVG]
  30. +
  31. 2D qrcode barcode SVG INLINE format [SVG INLINE]
  32. +
+ + + -- cgit v1.2.3