Hi Carsten, > >"Carsten S." <[EMAIL PROTECTED]> wrote on 11/02/2005 05:47:05 AM: > > > > > I'm transcoding SVG Documents to PDF but the resulting PDFs are much > > > bigger than the SVG file (~factor 5), so i tried to configure the > > > PDFTranscoder to render text instead of shapes [...] > > > > Anyways, currently when operating properly, the PDF Transcoder will > > always converts text as text when it
It turns out that the text support for PDF has been broken since the 1.6 release. This is now fixed in SVN (the main thing is the inclusion of the pdf-transcoder.jar from the new FOP release). I would suggest trying with the SVN version of Batik. > > can, but it only handles 'simple' text, no tspans, no x/y > > no text on path. > I removed KEY_STROKE_TEXT hint and tspan elements from my SVG file but > i don't know how to use text in SVG without x/y attributes? So you can only have a single x/y per text element (in SVG you can provide multiple x/y values and they will be applied to each char). BTW you can avoid using x/y all together by using the transform attribute to place your text (but the simple case of a single x/y isn't the issue here). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
