From fdaace8163e2728a46cb6a7971f60f6499eb6267 Mon Sep 17 00:00:00 2001 From: Brian Manning Date: Mon, 25 Apr 2016 18:26:37 -0700 Subject: [PATCH] fpdf_demo: fixed commented template variable --- fpdf_demo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpdf_demo b/fpdf_demo index 534cac4..9ce50c4 100755 --- a/fpdf_demo +++ b/fpdf_demo @@ -53,7 +53,7 @@ $ssfPageCount = $pdf->setSourceFile(__DIR__ . '/site_summary_figure.pdf'); //print "Page count of site summary figure form is $ssfPageCount\n"; // import the SSF page -//$ssfTemplate= $pdf->importPage(1); +$ssfTemplate= $pdf->importPage(1); // NOTE the page sizes are in millimeters, as that's what we specified when // the PDF document was first created (above) //print "Page size of site summary figure PDF is: "; -- 1.9.1