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: ";