Linux.com

Another method for producing PDFs dynamically

Posted by: Anonymous Coward on March 23, 2004 06:47 PM
ps2pdf's real nice - I would often use this to convert my Postscript files to PDFs for the Windows-using friends/fiends<nobr> <wbr></nobr>:-)

Another method for producing PDF's is through the Reportlab library for Python. The approach is quite different compared to the typeset-oriented nature of most postscript software - it's a programming oriented approach which yields PDF's on the fly. Quite useful if you want to embed say a PDF generation tool in your web-based applications.

#

Return to Creating PDF files with ps2pdf