Commit 913794bed778e5ebd9fe929add6cba8dc1e02f7c

Authored by Brian Manning
1 parent 382928cc9a

table_demo: added PDFlib license key to table demo

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -43,6 +43,9 @@
43 43 // set up some PDFlib options
44 44 $pdf->set_option("errorpolicy=return");
45 45 $pdf->set_option("stringformat=utf8");
  46 + // set up the license key; Linux x86_64
  47 + $pdf->set_option("license=L900202-010053-139026-P52782-GB5G52");
  48 +
46 49 // all paths in 'searchpath' need to be inside curly braces
47 50 // multiple curly-braced paths in $searchpath need to be separated with
48 51 // space characters