Hi,
I am using Aspose.Words to convert a doc document to HTML format. The original document contains several pages, including headers and footers. Some of the pages contain very little text. When saving to a HTML, I need to create a single HTML file and maitain the original pages layout (so if the HTML is later printed, it will look the same as if the original document was printed).
I am using HtmlFixedSaveOptions to maitain the header and footers, but the pages with short text are very small and dont take the full page.
What setting should I use to maitain the original page sizes on the generated document?
Thank you!
Shahar