Looking for Open Office (ODT) files to PDF conversion libraries

Hi,

We are looking for a Java SDK/API to do this. We do not want OpenOffice server to be running in the background for this work.

Please let us know.

Thanks
Satish

This message was posted using Email2Forum by ShL77.

Hi Vitaly,

Thanks for considering Aspose.

Yes Aspose.Words for Java has the functionality you are looking for. It can convert ODT files to PDF with as little as two lines of code. Please see the code below.

Document doc = new Document("Test Document.odt");

doc.saveToPdf("Test Document out.pdf");

Also note that Aspose.Words is a stand alone library, so does not need to use any other application to do conversions.

You can download an evaluation version of Aspose.Words for Java from this page here. It is free to try and all features work fully but without buying a license some water marks are added and content is truncated at certain points.

If you have any further queries please feel free to ask.

Thanks,