Re: How to convert documents to PDF using PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 there
is a native Python / UNO module, where as there is no PHP Uno module
afaik. If it _has_ to be PHP based, then perhaps you could make an
extension to interact with UNO in C.

On 6/22/05, Bosky, Dave <Dave.Bosky@xxxxxxxxxx> 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.
> 
> 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 tackle this
> tough task?
> 
> 
> 
> Thanks,
> 
> Dave
> 
> 
> 
> 
> 
> HTC Disclaimer:  The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.  If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer.  Thank you.
> 
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux