views:

48

answers:

2

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

A: 

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

PDF Creator

Chathuranga Chandrasekara
Thanks but I would prefer to avoid applications that work as "printer drivers" and also that appears to be Windows only.
Brian Fenton
A: 

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.

Ash
Thanks but I would prefer to avoid applications that work as "printer drivers" and also that appears to be Windows only.
Brian Fenton