Re: auto generated PDF
Per Jessen wrote:
Alain Roger wrote:
Concretly, user will buy some products/services online and i would
like to send him a PDF invoice via email.
is there a PDF module under PEAR or directly under PHP ?
So far I've seen two approaches to this:
1. LaTeX to PDF
2. Openoffice to PDF.
We use method #2.
pdflib from PECL
http://pecl.php.net/package/pdflib/
Not pear so not pure PHP.
A pure PHP alternative is:
http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf
HTHs
Col
.
Relevant Pages
- Re: [PHP] Re: header() function for displaying an opened PDF document.
... storing the file to the server because of two features. ... php script to use the email to pick up the file and send it to my boss. ... I'm thinking of using hte HTML conversion to PDF feature. ... (php.general) - RE: [PHP] Simple PDF manipulation
... www.carbonfree.org.uk - become Carbon Free ... We have a license for PDFLib ... we had issues trying to do this with fpdf and some other PHP ... PDF libraries, but PDFlib allowed us to do it and it's what we've used ever ... (php.general) - Re: How to run a php script which contains a pdf
... download. ... What has been downloaded though is a .php script. ... The properties shows that it contains a pdf document, but I've no idea how to ... extension and just have to rename it. ... (Fedora) - Re: [PHP] Read Through PHP Files
... There are search engins written in PHP available already. ... PHPdig for example is able to index PDF and doc files. ... Those files are in a binary format. ... (php.general) - RE: [PHP] mysql load_file retreival
... Seems to me that it would waste a lot of db space as base64 encoding ... Subject: [PHP] mysql load_file retreival ... with writing the raw data from the mysql client to disk. ... Try looking at the data that's supposed to be outputing the pdf. ... (php.general) |
|