Compare View
Diff
Showing
2 changed files
Side-by-side Diff
... |
... |
@@ -7,4 +7,5 @@ vendor/ |
7
|
7 |
# don't complain about the machine-specific test_constants.php file |
8
|
8 |
bin/constants.php |
9
|
9 |
# ignore the output file |
10
|
|
-output.pdf |
|
10 |
+pdflib_output.pdf |
|
11 |
+pdflib_table_output.pdf |
... |
... |
@@ -29,7 +29,7 @@ |
29
|
29 |
date_default_timezone_set("America/Los_Angeles"); |
30
|
30 |
|
31
|
31 |
//require_once('tcpdf_include.php'); |
32
|
|
-$outfile = __DIR__ . '/table_output.pdf'; |
|
32 |
+$outfile = __DIR__ . '/pdflib_table_output.pdf'; |
33
|
33 |
|
34
|
34 |
// page placement defaults |
35
|
35 |
$pageTopYPortrait = 750; |