Re: [PHP] How to convert documents to PDF using PHP

2005-06-23 Thread Rory Browne
What OS are you using? If you're on Win, then you may be able to do something with COM and a PDF printer driver(pdfcreator comes to mind - check out theopencd) If you're not, then you may be able to do something similar with OOo and UNO, although Python may be a better choice than PHP, since

RE: [PHP] How to convert documents to PDF using PHP

2005-06-23 Thread Bosky, Dave
@lists.php.net Subject: Re: [PHP] How to convert documents to PDF using PHP What OS are you using? If you're on Win, then you may be able to do something with COM and a PDF printer driver(pdfcreator comes to mind - check out theopencd) If you're not, then you may be able to do something similar with OOo

[PHP] How to convert documents to PDF using PHP

2005-06-22 Thread Bosky, Dave
I need to find a way to allow users to select multiple files from a list and generate a single PDF file from them. The documents are limited to the following formats: MS Word, MS PowerPoint, MS Excel, Plain Text, gif/jpeg images. Are there any PHP classes or modules that exist which can

Re: [PHP] How to convert documents to PDF using PHP

2005-06-22 Thread Burhan Khalid
Bosky, Dave wrote: I need to find a way to allow users to select multiple files from a list and generate a single PDF file from them. http://www.fpdf.org http://php.net/pdf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php