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 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 [EMAIL PROTECTED] 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



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

2005-06-23 Thread Bosky, Dave
I'll be working on a Win 2003 server box. I was reading about a COM
object from verypdf.com. Can you recommend any specific COM objects?

Thanks..

-Original Message-
From: Rory Browne [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 23, 2005 9:13 AM
To: Bosky, Dave
Cc: php-general@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
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 [EMAIL PROTECTED] 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



[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 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.


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