Russell P Jones wrote:
Is there any way to deal with PDFS using PHP and not installing PHPlib? I
simply need to pull the first page of a PDF document and print it out
using PHP. (Like a PDF preview of sorts)...

Any ideas?

Russ Jones


Do you want to print the pdf on the server? PHPlib would not help you with this, it's for creating pdf documents. On unices you can execute lpr(1) command. I don't know about windoses.


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



Reply via email to