Images src url starts with https does not render pdf
Opened this issue · 1 comments
GoogleCodeExporter commented
If you have image src which starts with
https://www.domain.com/appName/images/image.jpg
It hangs and it does not produce the pdf.
I am using itextrender class to render pdf from html code.
Application stops running at below code
renderer.setDocument(doc, null);
If the same image is used with src starts with http then it works fine.
I have implemented NaiveUserAgent class and overridden below methods
resolveAndOpenStream
getImageResource
Please let me know if i am missing something.
Original issue reported on code.google.com by chaitany...@gmail.com
on 12 Sep 2011 at 12:22
GoogleCodeExporter commented
I have the same issue. Any word on a fix or work around??
Original comment by dbtripl...@gmail.com
on 16 Dec 2013 at 10:56