Converting a word doc to a pdf

Hi,

I read on a forum recently that you will be providing users the ability to convert a word document to a pdf with just aspose.words. Is this true? If so, is this available to be tried out with the trial dlls?

Cheers,

Prabu (pweerasinghe@console.com.au)


This message was posted using Aspose.Live 2 Forum

Hi

Thanks for your interest in Aspose.Words. Starting from 6.0.0 version Aspose.Words for .NET supports new way of PDF conversion: direct conversion (without using Aspose.Pdf). Please, see the following link for more information:
https://docs.aspose.com/total/net/

So, you can try using new method to convert your document to PDF. Here is the code:

Document doc = new Document("in.doc");
doc.SaveToPdf("out.pdf");

You can download the latest version of Aspose.Words for .NET from here:
https://releases.aspose.com/words/net/

Also, the latest version of Aspose.Words for java supports converting to PDF in Beta:
https://releases.aspose.com/words/java/

Best regards,

Awesome. Is this also available in ASP.Cells?

Hi

Thanks for your inquiry. You should ask this question in the appropriate forum. Please follow the link:
https://forum.aspose.com/c/cells/9

Best regards,