Disable Comments
Enable comments in the HTML output for clarity.
Sections within the generated output may be marked up with <!-- HTML comment tags -->
to aid understanding of generated output and help parsing if necessary. Set this to false to enable those comments.
Note: The default value for this setting changed to
true
in the 2024.11 release, which explains why the name of this setting may now be considered misleading.
Expected values:
true
false
Default: true
Usage Examples
Command Line
-Dorg.jpedal.pdf2html.disableComments=false
Cloud
{ "org.jpedal.pdf2html.disableComments": false }
Java
conversionOptions.setDisableComments(false);