Style sheet is not applied, images are missing, Javascript is not executed.
Enable debug logging with setDebugLog() to troubleshoot the cause. In general, our converter can't download external images, style sheets and Javascript if
- Your API implementation uses convertFile...() or convertString...() family of API functions and your HTML document refers external assets using relative URLs.
- If the external assets reside in your intranet or on your localhost.
Here are possible workarounds: