Hi,
is there any possibility to take a screenshot of a Word-Page? We have an Aspose.Total licence and want to preview pages of a Word-Document on a Web-Page.
Best regards,
Oliver
I found the feature myself: doc.SaveToImage(…);
Hi
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your inquiry. Also, I can suggest you other way to generate document preview using Aspose.Words. You can use XPS to achieve this. You can find an example here:
Best regards,