Hi Batik Experts,
We are facing the following issue while trying to print svg document:
The following line of code is used to embed the svg document in the jsp
file :
<embed id="print" name="print" src="<%=request.getParameter("URL")%>"
width="100%" height="100%" type="image/svg+xml" >
Here request.getParameter("URL") is the URL of the SVG document But in the
print preview/print svg content is missing.
Is there any known issue using the embed tag with batik or
type="image/svg+xml"??
Any help/pointer is appreciated!
Thanks & Regards,
Shekhar