S
scrimp
Is it possible to print a PDF file using python without having acrobat
reader installed on the machine??
reader installed on the machine??
Is it possible to print a PDF file using python without having acrobat
reader installed on the machine??
scrimp said:I am using reportlab not to generate PDF files, but I want to be able
to print them without having to install acrobat reader. I looked
through the users guide and found nothing about printing to a printer
(programmatically). I want to be able to automate the printing of
reports when they are available. Does anyone know how this is done
using reportlab? thanks!
I am using reportlab not to generate PDF files,
but I want to be able
to print them without having to install acrobat reader. I looked
through the users guide and found nothing about printing to a printer
(programmatically). I want to be able to automate the printing of
reports when they are available. Does anyone know how this is done
using reportlab? thanks!
On Fri, 22 Jul 2005 07:59:42 -0700, scrimp wrote:
As others have suggested, if you have to deal with PDF files without
Acrobat, you could use ghostscript. Also pre-installed on many versions
of Linux, and probably other Unixes as well, is pdf2ps which will convert
the PDF file to a pure postscript file, which you can then print to any
printer which understands postscript.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.