Re: PDF Printing support from Python
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Fri, 22 Apr 2005 19:02:15 -0000
On 2005-04-22, dcrespo <dcrespo@xxxxxxxxx> wrote:
> Hi all... Is there a way to print a PDF file directly from
> Python without having Acrobat installed?
Assuming your printing system was setup competently:
os.system("lpr %s" % filename)
> I know about ReportLab. It's a python module that lets you
> create almost any PDF document, but I still don't know if it
> supports printing, so I'm looking for a Python module that
> could do it. I want to print a PDF file just like if I were
> doing it from Acrobat.
Not sure what you mean by "just like if I were doing it from
Acrobat".
--
Grant Edwards grante Yow! I have seen these
at EGG EXTENDERS in my
visi.com Supermarket... I have read
theINSTRUCTIONS...
.
- Follow-Ups:
- Re: PDF Printing support from Python
- From: dcrespo
- Re: PDF Printing support from Python
- References:
- PDF Printing support from Python
- From: dcrespo
- PDF Printing support from Python
- Prev by Date: Re: Threading question
- Next by Date: Re: How to prevent Tkinter frame resize?
- Previous by thread: PDF Printing support from Python
- Next by thread: Re: PDF Printing support from Python
- Index(es):
Relevant Pages
|