Hi,
When saving enclosed document as HTML or PDF the header height is not rendered correctly.
Aspose.Words Version: 22.2.0
Document lDocument = new Document( lFilePath );
lDocument.updateFields();
lDocument.updatePageLayout();
HtmlFixedSaveOptions lOptions = new HtmlFixedSaveOptions();
lDocument.updateFields();
lDocument.save( lSavePath, lOptions );
asposetest_word_html.png (109.3 KB)
AsposeTest_Word_Save.docx (272.7 KB)
AsposeTest_Word_Save.pdf (304.3 KB)