Jose Hernandez wrote:
I'm using the JDK 1.4.0 with FOP 0.20.3 and I created a SVG file that I'm
trying to put into a PDF file ... but FOP sent this error message:
[ERROR]: svg graphic could not be built: file:e:/test.svg:-1
An I/O error occured while processing the URI 'file:e:/test.svg#clipPath1'
Here's what J.Pietschmann had to say yesterday about this:
Point 1: file:b.svg is, technically, an invalid URL. FOP tries to cope
with it, but Batik has it's of logic. Use b.svg or a full path
file:///path/to/b.svg. In the first case, all three files a.svg, b.svg
and c.fo should be in the current
Carter, Will wrote:
I am having problems with external svg files in my fo file when generating
PDFs using FopServlet.
...
This doesn't workgeneratedsvg.svg is in the same directory as
generatedjpg.jpg. the resulting pdf has a blank space where the svg should
be.
First: Can you view the SVG wi