Hi.
I'm using fop 0.19 along with batik 1.0 to convert an fo file to pdf.
The batch file i'm using uses the following command
java -cp fop.jar;batik.jar;xalan-2.0.0.jar;xerces-1.2.3.jar;jimi-1.0.jar
org.apache.fop.apps.Fop %1 %2 %3 %4 %5 %6 %7 %8
also in the .fo file i'm using
<fo:external-graphic src="file:C:/JBuilder4/newjunk/image.svg"/>
this seems to work fine as long as the image is a jpg/gif etc.
but if its an SVG image, the batch file does not terminate.
If I close the dos window manually or cancel the batch processing, the pdf
file does display the SVG image in it correctly.
Also, if I try this using a servlet, then the SVG image does not show up at
all.
Is there any way I can get it to display from a servlet, or terminate the
batch file. I am assuming this is something to do with batik since it
happens only with svg files. Please help me out. Thanks.
Vinny.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]