Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~7K People Reached
Favorite Forums
Favorite Tags
pdf x 1
php x 1

1 Posted Topic

Member Avatar for spiderling

I am trying to edit file using fpdf/fpdi <?php require_once('fpdf/fpdf.php'); require_once('fpdi/fpdi.php'); $pdf =& new FPDI(); $pdf->AddPage(); //Set the source PDF file $pagecount = $pdf->setSourceFile("benchbook.pdf"); //Import the first page of the file $tpl = $pdf->importPage($i); //Use this page as template $pdf->useTemplate($tpl); #Print Hello World at the bottom of the page //Go …

Member Avatar for Isaac_4
0
7K

The End.