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
Original issue reported on code.google.com by
chaitany...@gmail.com
on 12 Sep 2011 at 12:22