"[EMAIL PROTECTED]" wrote

"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 but setting the hint
> to PDFTranscoder.KEY_STROKE_TEXT=true has no effect.

This would tell it to always it to always stroke text, which is
not really what you want.  Anyways, currently when operating
properly, the PDF Transcoder will always converts text as text when it 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?



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

Reply via email to