Aspose.Word to pdf

Aspose.Words will be able to save the output document as PDF with out purchasing aspose.pdf?

Hi
Thanks for your request. Yes, of course, currently Aspose.Words supports direct conversion (without using Aspose.Pdf). Please see the following link for more information:
https://docs.aspose.com/words/net/convert-a-document-to-pdf/
So, you can try using the following code to convert your document to PDF:

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

Best regards,

Hi
Thanks i tried this and its creating a PDF file as expected but i am not able to open the pdf file usign adobe pdf reader it throwing error.
Thanks
Balaji

Hi
Thanks for your request. Could you please attach your input and output documents here for testing. I will check the problem on my side and provide you more information.
Best regards,