I have a template PDF file which I want to be used by my page when i click a submit button. I basically want some information to be added to a pdf file.
If I have the pdf file already, how can I get some other data, from a database to be appended ontop of the pdf so a user can either save or print the newly created pdf?
Deprecated: Assigning the return value of new by reference is deprecated in D:\Files\wamp\www\Geoff Invoices\make_invoice.php on line 7
Warning: require_once(fpdf_tpl.php) [function.require-once]: failed to open stream: No such file or directory in D:\Files\wamp\www\Geoff Invoices\includes\fpdi.php on line 27
Fatal error: require_once() [function.require]: Failed opening required ‘fpdf_tpl.php’ (include_path=‘.;C:\php5\pear’) in D:\Files\wamp\www\Geoff Invoices\includes\fpdi.php on line 27
Any ideas?
I really need to get this working as quickly as possible.
Warning: require_once(fpdf_tpl.php) [function.require-once]: failed to open stream: No such file or directory in D:\Files\wamp\www\Geoff Invoices\includes\fpdi.php on line 27
Fatal error: require_once() [function.require]: Failed opening required ‘fpdf_tpl.php’ (include_path=‘.;C:\php5\pear’) in D:\Files\wamp\www\Geoff Invoices\includes\fpdi.php on line 27
Hmmm, I opened and resaved it via foxit reader and get the following error:
FPDF error: This document (includes/invoice_template.pdf) probably uses a compression technique which is not supported by the free parser shipped with FPDI.