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
1 Posted Topic
Re: 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 … |
The End.