What happened?
A DOCX created in Microsoft Word contains a standard Word Cover Page. When loaded in SuperDoc, the cover page is not displayed. SuperDoc starts rendering from the first normal document paragraph instead.
The same DOCX renders correctly in Microsoft Word and LibreOffice.
Steps to reproduce
- Create a new DOCX in Microsoft Word.
- Insert a built-in cover page using Insert → Cover Page.
- Add normal document content after the cover page.
- Load the DOCX with SuperDocEditor.
- Observe that the cover page is missing and the document starts with the main content.
SuperDoc version
1.43.2
Browser
None
Additional context
The cover page is represented in word/document.xml as a block-level structured document tag:
<w:sdt>
<w:sdtPr>
<w:docPartObj>
<w:docPartGallery w:val="Cover Pages"/>
</w:docPartObj>
</w:sdtPr>
<w:sdtContent>
</w:sdtContent>
</w:sdt>
The cover-page content is preserved in the DOCX package and is not represented as ordinary body paragraphs. It appears that Cover Pages document parts are parsed but not emitted into the rendered layout.
Document.docx
What happened?
A DOCX created in Microsoft Word contains a standard Word Cover Page. When loaded in SuperDoc, the cover page is not displayed. SuperDoc starts rendering from the first normal document paragraph instead.
The same DOCX renders correctly in Microsoft Word and LibreOffice.
Steps to reproduce
SuperDoc version
1.43.2
Browser
None
Additional context
The cover page is represented in word/document.xml as a block-level structured document tag:
<w:sdt>
<w:sdtPr>
<w:docPartObj>
<w:docPartGallery w:val="Cover Pages"/>
</w:docPartObj>
</w:sdtPr>
<w:sdtContent>
</w:sdtContent>
</w:sdt>
The cover-page content is preserved in the DOCX package and is not represented as ordinary body paragraphs. It appears that Cover Pages document parts are parsed but not emitted into the rendered layout.
Document.docx