Hi i tried the following: java -classpath C:\tmp\fop.jar C:\tmp\crimson-parser.jar -jar batik-rasteriz er.jar -scriptSecurityOff -m application/pdf samples/batikFX.svg
i use FOP.JAR, CRIMSON-PARSER.JAR on BATIK-RASTERIZER.JAR it gives me back: Error while converting files: Error: cannot access transcoder for image of type application/pdf I also tried from FOP: fop\lib\>java -cp .\batik.jar;C:\tmp\crimson-parser.jar;..\build\fop.jar org.apache.batik.apps.rasterizer.Main -m application/pdf .\test.svg but fops batik doesn't have a org.apache.batik.apps.rasterizer.Main class I use batik 1.5 and fop 0.20.5rc2. HOW DO YOU START a SVG to PDF process in Batik? Thank you a lot!!! Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
