Hello, I've been testing out Prince for the past few days, and am extremely impressed by its HTML to PDF capabilities. I need to feed Prince an InputStream from a URL, but the conversion abilities of Prince drop drastically when I do this. Prince fails to resolve any relative links to images and CSS stylings when I use the convert(InputStream, OutputStream) as opposed to the convert(String, String) methods.
Are there any workarounds to get Prince to resolve relative paths it comes across in a webpage similiar to how it resolves them when dealing with local files? Thanks.
Are there any workarounds to get Prince to resolve relative paths it comes across in a webpage similiar to how it resolves them when dealing with local files? Thanks.