ODT->PDF COnversion test to evaluate abilities of product

Hello,

The company I work for is considering purchasing a license for this product (Aspose.Words, Java), however, we are unable to properly evaluate the product using the trial version of the API.

Our primary use of the product would be for converting ODT files to PDF files.

Using the trial version of the API and the code here, the generated PDF is cut-off due to the trial api:

Document document = new Document(“letter.odt”);
document.save(“letter.pdf”);

In order to determine if this product is right for our needs, we need to see how the entire generated PDF looks, to make sure the formatting is adequate.

Could someone who has access to the full product (preferably the most up-to-date version) please convert the attached ODT file and reply with the converted PDF? Please convert using the Aspose.Words Java API.

Thanks in advance!

-Phil Nichols

Hi Philip,


Thanks for your inquiry. Please note that in evaluation mode there are some limitations applied. E.g Aspose.Words injects an evaluation watermark at the top of the document. The document’s content are truncated after a certain number of paragraphs during import or export.

To avoid this you can request a free 30-day trial license which removes these evaluation restrictions. You can request this from here:
http://www.aspose.com/corporate/purchase/temporary-license.aspx

The license can be loaded from a file, stream or an embedded resource. Aspose.Words will try to find the license in the following locations:
  1. Explicit path.
  2. The folder that contains the Aspose.Words.dll.
  3. The folder that contains the assembly that called Aspose.Words.dll.
  4. The folder that contains the entry assembly (your .exe).
  5. An embedded resource in the assembly that is called Aspose.Words.dll.

Please read following documentation link for your kind reference. I have attached the output PDF file with this post.