Hello, I've just used batik, installed on my Debian Etch system via 'apt-get libbatik-java', (debian package v. 1.6-2) to convert an svg file to png.
To make it work, I had to go through a procedure dissimilar from most of what I found for installation and usage instructions on the web: # Installed using make-jpkg package JAVA=/usr/lib/j2sdk1.5-sun/bin/java # Installed by the libbatik-java package BATIK_JAR=/usr/share/java/batik.jar # Installed automatically by the libxerces2-java package XERCES_JAR=/usr/share/java/xercesImpl.jar $JAVA -cp $BATIK_JAR:$XERCES_JAR \ org.apache.batik.apps.rasterizer.Main \ -scriptSecurityOff $filename Most evident is that there seems to be no batik-rasterizer.jar in the Debian Etch distribution. Perhaps this is an issue for the debian package maintainer instead. This was a one-off conversion for me, otherwise I'd do more busywork. But I thought it would be prudent to at least drop you a note, for your public documentation, so that you can help other Debian users if they come asking about it, or so you can point me at the documentation I may have missed. ;) Thanks for the great software! -Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
