On Mon, 06 Aug 2001 21:13:12 Vinny Iyer wrote:
> 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.

This is in the current cvs as mentioned, in
org.apache.fop.apps.CommandLineStarter.

> 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.

You might want to check:
- does your servlet have a display, needed for awt things (okay its on
windows so it isn't relevant)
- is you path correct and accessible to the servlet
- classpath


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to