Awesome! Glad you got it working. It sounds like that solution may be all you need, but if you run into anything weird, here are some potentially useful tips. If you're using the fop command to generate your PDF, I'm not 100% sure if that's the same as running from batik directly. It might be though because I have a pretty loose understanding, but if you have any SVG specific stuff like filters going on, I'm not sure if you have to run things a little differently. It's my understanding that to process a full SVG, Batik would do some stuff, then pass remaining stuff off to FOP. For example, I had an issue where some shapes were getting rasterized in Batik before hitting FOP because they were using the opacity attribute. Instead I changed to fill-opacity and got vectors out. See http://batik.2283329.n4.nabble.com/PDFTranscoder-Text-Opacity-amp-Transcoding-Hints-td2978603.html towards the end for more details. On Wed, Sep 24, 2014 at 3:26 PM, Adobe Forums <forums_noreply@adobe.com>
... View more