Comparison between Version 4.4.2.0 and latest

Hi,

We are currently on version 4.4.2.0 of aspose words and I wonder if I could find out what new features have been added since then.
Cheers
Paul

Hi
Thanks for your inquiry. First of all the latest version of Aspose.Words includes a lot of improvement and fixes of existing functionality. Also there are new features:
· Direct converting to PDF (without using Aspose.Pdf)
· Printing documents
· Converting to XPS
· Converting documents to images
· Word 2007 XML is supported (earlier only Word 2003 XML was supported)
· Fields evaluation is supported
· Nested mail merge regions are already supported.
· Etc.
Please let me know in case of any issues. I will be glad to help you.
Best regards,

Thanks,

are there any links for converting to PDF without using Aspose.pdf?

Hi

Thanks for your request. Please see the following link for more information:
https://docs.aspose.com/words/net/convert-a-document-to-pdf/
Here is the code:

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

Best regards,