aspose file tools
The moose likes Swing / AWT / SWT and the fly likes SVG to JPG Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "SVG to JPG" Watch "SVG to JPG" New topic
Author

SVG to JPG

Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

I am converting SVG files to JPG files and am using the JIA library as well as apache's batik library. While this works I'd like to limit the amount of 3rd party libs if possible. Does anyone know of anyway to do the conversion with more of the core java API? As I understand it now the core API doesn't support SVG at all. Is this correct?

In case anyone is wondering, here is how I am doing the conversion:

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: SVG to JPG
 
Similar Threads
Need Java program to convert SVG to PDF format
converting WMF(Windows Meta File) to JPEG
Converting SVG to PDF
Populating ENTITY tag using batik
need help to generate png image from svg file