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,
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<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
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
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your request. Please see the following link for more information:
https://blog.aspose.com/2008/12/12/converting-word-documents-to-pdf-with-aspose-words
Here is the code:
Document doc = new Document("in.doc");
doc.SaveToPdf("out.pdf");
Best regards,