Hi. I have used the batik rasterizer.jar to generate pdf files from svg. I would like to do this using the regular pdftranscoder , that is not using the batik-rasterizer. When i look at FOP i see that there are lots of classes which is not found within my batik project. FopFactory is one of these.
I guess that the batik implemention wraps the functionality of the pdftranscoder in some way, but i would very much like to know how i can use batik to get a pdf. I tried to add the dependency fop version 0.93 but this seems to depend on earlier versions of batik. is ther an easy way to programmatically transcode to pdf without having to use the rasterizer.jar? Thanks for helping guys.
