Hi- I am keen to get as recent as possible a version of Batik to work with FOP for SVG-to-PDF conversion. The command I am issuing is:
C:\fop-0.20.3\lib>java -cp batik.jar;\batik-1.5\lib\crimson-parser.jar;..\build\fop.jar org.apache.batik.apps.rasterizer.Main -m application/pdf F:\test\test.svg I have tried FOP-0.20.3 and it doesn't produce as good results as displayed in the Batik 1.5b2 svgbrowser- drop shadows, transparency, gradients etc are displayed well in the Batik svgbrowser but badly in the PDF. I presume this is due to Batik developments since the snapshot taken at release 0.20.3 of FOP. I have tried taking the latest FOP source but get the exception shown below. Is there any way I can get a more up-to-date version of Batik to work with FOP for SVG->PDF? I am prepared to do some work but am by no means a FOP/Batik expert. Thanks- Joel. C:\xml-fop\lib>java -cp batik.jar;\batik-1.5\lib\crimson-parser.jar;..\build\fop.jar org.apache.batik.apps.rasterizer.Main c:\temp\fidbc_a.svg Exception in thread "main" java.lang.Error at org.apache.batik.util.ApplicationSecurityEnforcer.setJarBase(Unknown Source) at org.apache.batik.util.ApplicationSecurityEnforcer.installSecurityManager (Unknown Source) at org.apache.batik.util.ApplicationSecurityEnforcer.enforceSecurity(Unknow n Source) at org.apache.batik.apps.rasterizer.Main.execute(Unknown Source) at org.apache.batik.apps.rasterizer.Main.main(Unknown Source) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]