What are my options for rendering graphics encoded by Java2D to vector graphics formats such as EPS, SWF, SVG, VML, PDF and others I might not have heard of yet with open source libraries?
Batik is the most widely-used library for rendering SVG. What other options are there?
iText is widely used for rendering PDF. Is there something less functional but possibly simpler?
For rendering SWF (Flash) from Java2D, I've found Transform SWF from Flagstone Software very effective, if not intuitive.
Which less-popular libraries, or projects starting out, would be worth looking at?