Re: PDF Printing support from Python
- From: "Peter Herndon" <tpherndon@xxxxxxxxx>
- Date: 22 Apr 2005 13:40:11 -0700
Grant's example is not for Windows, Daniel, but it does illustrate a
certain principle: if you have a printer driver that understands PDF,
or some other external software such as Acrobat Reader that understands
PDF, then printing the PDF is as simple as telling the OS to just print
the file.
If you are looking for some software that acts as a PDF-understanding
interpreter, that must run under Windows 98, I don't know of any
written in Python. However, you might want to research some of the
available non-Python utilities. Ghostscript, for example, is available
at http://www.cs.wisc.edu/~ghost/ and has a version for Win32. You
could easily use Python to drive GhostScript.
Does that fit your needs?
---Peter
.
- Follow-Ups:
- Re: PDF Printing support from Python
- From: dcrespo
- Re: PDF Printing support from Python
- References:
- PDF Printing support from Python
- From: dcrespo
- Re: PDF Printing support from Python
- From: Grant Edwards
- Re: PDF Printing support from Python
- From: dcrespo
- PDF Printing support from Python
- Prev by Date: Re: gui developing
- Next by Date: Re: PDF Printing support from Python
- Previous by thread: Re: PDF Printing support from Python
- Next by thread: Re: PDF Printing support from Python
- Index(es):
Relevant Pages
|