Aspose Words Question

We are using Aspose Words to generate a document from a database, then saving it as PDF and rendering it our web site so it can be printed or saved. Now we are trying to come up with a way to show the generated document read only in a portion of a page and position within the document based on them clicking on document section headers shown in another part of the page similar to anchor tags. I tried saving the file as HTML instead of PDF but it loses headers, footers, and pagination, and the formatting is not so good. Can you suggest a way we can accomplish this functionality?

Hi Curtis,

Thanks for your inquiry. It would be great, If you share the document file for investigation purposes. Please also visit this documentation link for your kind reference.

I don’t really have a document, it is more of a how to question. Do you know of a way we can accomplish the requested functionality?

Hi

Thank you for additional information. Have you considered using SWF format? SWF files produced by Aspose.Words includes document viewer UI and document pages. Select SWF format as output format in demo to see this:
https://github.com/aspose-words/Aspose.Words-for-.NET

Hope this helps.

Best regards,