This library is in the final stages of development, and should provide better font support in the next couple of weeks. In the mean time, it has proven to be robust when handling graphics using my ...
Example usage: SVGToPDFConverter myConverter = new SVGToPDFConverter(); myConverter.convert(new File("test.svg")); The above code will create a new file, test.pdf, in the same directory as test.svg, ...