HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › Some image not loading when converting to PDF › Re: Re: Some image not loading when converting to PDF
July 20, 2012 at 15:30
#29068
As we learned the problem is most probably caused by HTTP 302 redirects – our HTML renderer does not implement any code to follow them.
PD4ML uses a very standard approach with URLConnection to load URL resources. If Java runtime implicitly follows 302 redirects – PD4ML also supports it.