Disable External Hyperlinks
Prevents outbound hyperlinks being included in the output.
This includes links defined within annotations as well as auto-detected hyperlinks within the PDF text.
See also: disableHyperlinkDetection
Expected values:
true
false
Default: false
Since: 2024.12
Usage Examples
Command Line
-Dorg.jpedal.pdf2html.disableExternalHyperlinks=true
Cloud
{ "org.jpedal.pdf2html.disableExternalHyperlinks": true }
Java
conversionOptions.setExternalHyperlinks(true);