Hi
I'm specifying in my html template the following
http://someserver/adview.php?what=zone: ... n=ae1b6873
Based on the request parameters a image is streamed I guess back down
to the client
When converting the html doc to pdf using the java
addition with the folowing method convert(String htmlFile)
I see the following warning message displayed
"|Unknown image MIME type: image/jpeg;"
The image that i'm trying to download is of mime type image/jpeg.
I don't see the image in the generated pdf document, because of the error
Can the software handle this sort of image allocation?
I'm specifying in my html template the following
http://someserver/adview.php?what=zone: ... n=ae1b6873
Based on the request parameters a image is streamed I guess back down
to the client
When converting the html doc to pdf using the java
addition with the folowing method convert(String htmlFile)
I see the following warning message displayed
"|Unknown image MIME type: image/jpeg;"
The image that i'm trying to download is of mime type image/jpeg.
I don't see the image in the generated pdf document, because of the error
Can the software handle this sort of image allocation?