Hello there!
We have a .NET MVC Web application and have purchased Aspose for use in exporting Word documents. The exported content is user-generated and dynamic, and is of a varying length. We would like to present the user with a Web view of the document, and a location of where page breaks would predicted to be when loaded into MS Word as a standard letter-sized document.
There is functionality like this documented for Aspose, but it only appears to work for desktop applications - it loads up a dialog with a print preview and does not provide any information back to the application for programmatic use. You can see an example of this here:
https://docs.aspose.com/words/net/print-a-document-programmatically-or-using-dialogs/
If this is not possible, is Aspose aware of any non-Aspose ways of accomplishing this? Thank you for your help!