Edit HTML version of document

Hi,
I know that I can use Aspose.Words to solve half my problem, and was wondering if someone had some ideas for the rest.
I have a web app and at the end of getting user data I’m wanting to build a document and render it onto a page. But then I’m wanting to allow the user to change pretty much anything, and when it’s to be printed, suck a copy back in to save it.
Anyone have thoughts on what to use to edit the document on the web page? Also, the document has multiple pages and some of them need to print on different trays.
Regards,
Doug

Hi

Thanks for your request. Using XPS you can just show the document preview. Aspose does not provide UI controls for editing documents.
Regarding printing, currently Aspose.Words supports printing from tray listed in PaperTray enum:
https://reference.aspose.com/words/net/aspose.words/pagesetup/firstpagetray/
Hope this information can help you.
Best regards,