Complete Document
Enabling this setting will output html, head and body tags.
This mode is recommended if content will be displayed within iframes.
This setting is exclusive to the content
view mode (see documentation). This setting has no behaviour when converting documents to SVG.
Expected values:
true
false
Default: false
Usage Examples
Command Line
-Dorg.jpedal.pdf2html.completeDocument=true
Cloud
{ "org.jpedal.pdf2html.completeDocument": true }
Java
contentOptions.setCompleteDocument(true);