Tagged Questions

2
votes
1answer
55 views

How can I programatically convert SVG files containing text to PDF files (specifically on CentOS 5.3 x86_64)?

I would like to programatically convert SVG files to PDF files. However, the SVG files contain text that must be searchable in the generated PDF files. Also, it has to work on Red Hat Enterprise Linux …
0
votes
1answer
29 views

Writing unicode characters with Batik doesn’t work

Hi, I am writing a project with Batik, which is for multi-language image. Therefore I need signs like "sigma" or "alpha". I have to write the character as text - not as a polygon or as a glyph - …
0
votes
3answers
33 views

Learning resources and tutorials for using the Java Batik Library

I am using the Batki library, which is more than ok to display SVG graphics in Java. For the basic use case of displaying and rendering an SVG document is quite simple to use. However, I want to do …
1
vote
1answer
43 views

Finding objects under mouse in a JSVGCanvas from Batik

I have a JSVGCanvas object from the Batik library from java. In my application, I am rendering several objects in a schematic. I require to know what component is below the mouse so I can render an …
0
votes
1answer
333 views

“SAX2 driver class org.apache.crimson.parser.XMLReaderImpl not found” when using Batik in a webapp on Tomcat

This is possibly related to a classpath problem, but I'm really not sure at this point, since I don't get this error on some machines. The error at the top of the stack is SAX2 driver class …
2
votes
2answers
502 views

Smallest Java SVG Engine

What is the smallest Java SVG engine (least/smallest jars) that actually works? If your answer is Batik, what is the minimal dep. graph for getting this to work in a simple Java application? I've …