HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › Images cannot be loaded › Re: Re: Images cannot be loaded
July 2, 2009 at 10:26
#27352
In that case PD4ML cannot resolve the web app context (request.getContextPath()) to anything “loadable” – to an absolute path or full URL.
Try to pass servet context to PD4ML – it should help to load the dynamic resource:
[language=java:lrhox354]useServletContext(ServletContext ctx)[/language:lrhox354]