Open GoogleCodeExporter opened 9 years ago
From
http://stackoverflow.com/questions/10840959/render-embedded-image-in-pdf-using-f
lying-saucer-from-html :
"""
Flying-Saucer supports the data: protocol natively. All you have to do is
register a protocol handler:
-Djava.protocol.handler.pkgs=org.xhtmlrenderer.protocols
No need for servlets whatsoverver.
"""
Original comment by stevenro...@gmail.com
on 30 Aug 2013 at 3:49
Sorry, I know this is over a year old, but it is the closest thing I could
find. Stevenro... I have tried setting that java system variable, even checked
by system properties and it is there correctly: eg: java.protocol.handler.pkgs
= org.xhtmlrenderer.protocols
What am I missing?
Original comment by scott.oc...@vmlearning.com.au
on 30 Sep 2014 at 4:57
Thanks for the patch. It seems to work well. Please merge this into the
official release.
In the meantime, one can make use of the patch even without updating Flying
Saucer by making a subclass of ITextUserAgent in application code.
Original comment by thilopl...@googlemail.com
on 11 Dec 2014 at 2:41
Original issue reported on code.google.com by
mbue...@gmail.com
on 13 Jul 2012 at 2:33Attachments: