HTML to PDF converter?

William Park opengeometry at NOSPAM.yahoo.ca
Tue Jul 9 17:23:38 EDT 2002


Lance Ellinghaus <lellinghaus at yahoo.com> wrote:
> Does anyone know of a HTML to PDF converter that is written in Python?

On Linux, I would do
    netscape -remote "openURL(http://...)" -remote "saveAS(xxx.ps, PostScript)"
    ps2pdf xxx.ps xxx.pdf
where the commands can be typed manually, from script, or called from
Python via 'os.system()'.

-- 
William Park, Open Geometry Consulting, <opengeometry at yahoo.ca>
8-CPU Cluster, Hosting, NAS, Linux, LaTeX, python, vim, mutt, tin



More information about the Python-list mailing list