By default, the content before the first section referenced by the table of contents (the Cover page) does not appear in the resulting map.
To override this behavior, users can upload documents with a control file containing the word:render_cover_page
metadata key set to true
. Then, Fluid Topics renders the Cover page.
For example:
<?xml version="1.0" encoding="UTF-8"?>
<controlFile>
<resources>
<resource lang="en-GB">
<filePath>path/to/document_id.docx</filePath>
<metas>
<meta key="word:render_cover_page">
<value>true</value>
</meta>
</metas>
</resource>
</resources>
</controlFile>