HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › relative URL to a servlet in the “img”-tag throws a MalformedURLException › Reply To: relative URL to a servlet in the “img”-tag throws a MalformedURLException
I have switched to V4 and no longer use the V3 library. I don’t think it is a path problem of the pd4ml.jar either, because the
library is found, otherwise the whole PDF printing would not work. I have included the HTML page for PDF printing via a JSP page
and the taglib <%@ taglib uri="/WEB-INF/tlds/pd4tl.tld" prefix="pd4ml" %>
and use the “transform”-tag. As I said, it still worked without problems in V3. In V4, something must have changed in the handling of the “img”-tag.