How to make SVG Rasterizer embed text in PDFs?
John Hewson <[email protected]> Tue, 24 Jun 2014 15:16:05 -0700
| Newsgroups | gmane.text.xml.batik.user |
|---|---|
| Message-ID | <[email protected]> |
Hi All, I’m using the SVG Rasterizer to produce PDF files, from SVG files which contain <text> elements. However, the transcoded PDFs do not contain embedded text, so they’re not searchable. I can see the outlines of the text, but I can’t select it or copy and paste it in Acrobat. How can I produce a PDF with proper text in it? The input I’m using is just a test file from: http://xmlgraphics.apache.org/fop/dev/svg/text.svg I’m using the latest Batik 1.8pre from the trunk and Oracle JVM 24.51-b03 on OS X 10.9.3 Thanks -- John