Re: Placing SVG Text into PDF
Jeremias Maerki <[email protected]>
| Newsgroups | gmane.text.xml.batik.user |
|---|---|
| Message-ID | <[email protected]> |
Oops, you're right. I looked in the wrong FOP 1.0 extract. So, yes, you'll have to build [1] it from the FOP 1.0 source distribution. Just run "ant package". If you're calling batik-rasterizer.jar (using java -jar...), then it might be necessary to rename fop-transcoder-allinone.jar to pdf-transcoder.jar so it'll be picked up. The filenames are hard-coded in the manifest. [1] http://xmlgraphics.apache.org/fop/1.0/compiling.html On 30.08.2011 11:47:47 Peppo Herney wrote: > Hello Jeremias, > > thank you for your quick reply. I downloaded fop and noticed that there is > no fop-transcoder-allinone.jar included in the binary zip. Do I have to > build it? > I did not mention - i am just calling the batik-rasterizer.jar from > commandline/python. > > Gruess > > Peppo Herney Jeremias Maerki