PIL and HPGL

Marcos Sánchez Provencio rapto at arrakis.es
Sat Jul 22 06:54:36 EDT 2000


Anders Eriksson wrote:
> 
> Hello!
> 
> I need to create a lot of PDF files of some drawings (made in AutoCAD)
> and I thought I try to do it with Python. The easiest way should be by
> using PIL to read hpgl/2 and then create a PDF. One catch though.....
> PIL can't read HPGL/2.
> 
> Anyone that have created this 'plug-in' for PIL?
> Anyone that knows where I can get the specification of HPGL?
> 
> // Anders

You might try printing to postscript in AutoCAD and converting the
resulting .ps or .prn to pdf with ghostscript.



More information about the Python-list mailing list