Eric March wrote:
Does anyone know of or have experience with creating pdf documents from text?
If you want to do it from Python, have a look at ReportLab: http://www.reportlab.org/rl_toolkit.html Alternatively, you could use a2ps and ps2pdf *nix command-line tools. Tim _______________________________________________ sapug mailing list [email protected] http://mail.python.org/mailman/listinfo/sapug
