vote up 0 vote down star

I'm looking for ways to generate pdfs on-the-fly preferably using a command line tool as this will be done from a web-based system.

My requirements include must work on Windows and Linux, should be able to convert Microsoft Word, Excel and HTML into PDF.

Also the ability to concatenate or merge various documents into one PDF output file would be good.

Any suggestions? I would prefer to avoid applications that work as "printer drivers".

many thanks

flag
It seems that ImageMagick (which I'm already using with my application) can convert jpg to pdf, and also merge files. So that solves one part of the problem. I'm looking into OpenOffice plus PyODConverter to handle the other document types. – Brian Fenton Sep 17 at 10:23

2 Answers

vote up 0 vote down

Have a look at biopdf, and a PDF printer that uses it called Bullzip PDF. Check the documentation for Bullzip PDF for examples on how it can be automated. It has an API interface as well as the GUI.

link|flag
Thanks but I would prefer to avoid applications that work as "printer drivers" and also that appears to be Windows only. – Brian Fenton Sep 11 at 16:26
vote up 0 vote down

I think this has a command line utility, but not sure. Check this

PDF Creator

link|flag
Thanks but I would prefer to avoid applications that work as "printer drivers" and also that appears to be Windows only. – Brian Fenton Sep 11 at 16:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.