Hello,
I have a question about
https://docs.aspose.com/words/java/convert-a-document-to-pdf/
I am looking for an MS Office (or word) to PDF java app. What I need is a jar (with any dependencies) that I can drop into my application and covert a word document to PDF. I can NOT install something on my system, just a simple jar that will do this for me, that I can package within my java application to seamlessly do this conversion.
Do you guys offer this? If so may someone contact me: aattinello @ eoriginal . com
Hi Adam,
Thank you for your interest in Aspose.Words for Java. The latest version of Aspose.Words for Java supports converting to PDF. You can use the following code:
Document doc = new Document("C:\\Temp\\in.doc");
doc.saveToPdf("C:\\Temp\\out.pdf");
You can download the latest version of Aspose.Words for Java from here:
https://releases.aspose.com/words/java
But note, this feature is in beta at the moment. Most likely it will be out of beta somewhere in May. You will be notified.
Best regards.
Hi Alexy,
Thanks for letting us know when we can expect the non-beta release of the PDF support. We’ve been waiting for the non-beta PDF support since the start of Q4 2009. Now our free download period will expire without being able to download the definitive version. Any chance we can get an extension of the download period?
Hi
Thanks for your request. I think, you should ask this question in Aspose.Purchase forum. My colleagues from sales team will answer you shortly and provide you with options in order to extend your subscription.
Best regards.
We are happy to inform you that the first auto-ported version of Aspose.Words for Java is ready. This version supports converting documents to PDF. You can get it from here.
Best regards,
Aspose.Words team
(138)