Compare View

switch
from
...
to
 
Commits (2)

Diff

Showing 3 changed files Side-by-side Diff

fonts/FreeSans.ttf View file @ b3cc9ca

No preview for this file type

fonts/FreeSerif.ttf View file @ b3cc9ca

No preview for this file type

... ... @@ -14,14 +14,9 @@
14 14 Links:
15 15 - https://www.pdflib.com/developer/technical-documentation/manuals/
16 16 - https://www.pdflib.com/pdflib-cookbook/browse-all-topics/
17   - - https://www.pdflib.com/pdflib-cookbook/graphics/layers-and-bookmarks/php-layers-and-bookmarks/
18   - - https://www.pdflib.com/pdflib-cookbook/text-output/create-interactive-index/php-create-interactive-index/
  17 + - https://www.pdflib.com/pdflib-cookbook/tables/starter-table/
  18 + - https://www.pdflib.com/pdflib-cookbook/tables/vertical-text-alignment/
19 19 - https://www.pdflib.com/pdflib-cookbook/general-programming/starter-basic/php-general-progamming-issues/
20   - - https://www.pdflib.com/en/pdflib-cookbook/block-handling-and-pps/linked-textblocks/php-linked-textblocks/
21   - - https://www.pdflib.com/pdflib-cookbook/interactive-elements/link-annotations/php-link-annotations/
22   - - https://www.pdflib.com/pdflib-cookbook/text-output/footnotes-in-text/footnotes-in-text/
23   - - https://www.pdflib.com/fileadmin/pdflib/Cookbook/pdf/footnotes_in_text.pdf
24   - - https://www.pdflib.com/pdflib-cookbook/pdf-import/import-in-reverse-order/php-import-in-reverse-order/
25 20  
26 21 */
27 22  
... ... @@ -35,7 +30,6 @@ $outfile = __DIR__ . '/pdflib_table_output.pdf';
35 30 $pageTopYPortrait = 750;
36 31 $pageTopYLandscape = 570;
37 32  
38   -
39 33 // wrap PDFlib usage in a try{} block
40 34 try {
41 35 $pdf = new PDFlib();