I have some documentation written in OpenOffice, and I would like to include some of it as PDF files in the final build deliveries. I would like to do this with the automated build script.
Is there a way to create a PDF file from OpenOffice with a command line command?
Art of Solving has also a very good API to perform the conversion in Java. It is a little slow but it is simple enough. This is how I use it:
You can create a jar with that and process it from the command line.