Hi dear Batik users,

I have the following problem that I could not find a solution for so
far:

If I try to convert (using batik-1.5.1\batik-rasterizer.jar) the svg
file below to png, the right font is used. If try to convert it to
pdf, the font is not embedded and a substitution is used.

Now my question: how can I tell the transcoder to embed the font into
the PDF file? Can one place a "userconfig.xml" file somewhere like
described on the FOP pages or do I have to embed the font into the svg
file?


Thanks a lot for any hint in advance,
Markus



<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 
'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'>
<svg>
  <g font-family="&apos;Comic Sans MS&apos;" font-size="11">
      <text x="0" y="13" xml:space="preserve">Test</text>
  </g>
</svg>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to