HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › Images not working › Re: Re: Images not working
August 6, 2011 at 18:03
#27449
If you use PD4ML in a servlet context, you obviously use PD4ML API and call one of the pd4ml.render() methods.
Before the method call, try to add
pd4ml.useServletContext( ctx );
call. Does not help? Replace it with
pd4ml.useHttpRequest(httpRequest, httpResponse);