I am using OpenHtmlToPdf for converting some html-files to PDF inside a java-based server-application.
The server-application does not have access to the internet (blocked by a firewall). When trying to convert a html file-with external references (like img src=https://example.com), the conversion-process hangs due to the firewall block.
Is there any possibility to say openhtml2pdf to ignore such external links and to accept an incomplete rendering result?
Hope for help!
Martin