Keiron, The slow generation come from my font definition. Since I have applied your config tip (strokeSVGText=False) and the use of PDF font (Helvetica) instead of Arial, the generation is faster (about 3sec/page). Thank you again for this tip.
I have now another problem, which is more SVG related : I cannot render special characters which is given as svg text element, like '�', '�', ... any idea about this ? <!ENTITY stt2 "fill:#000000; font-family:Helvetica; font-size:8; text-anchor:start"> ... <text transform="matrix(1 0 0 1 41.17 72.59)" style="&stt2;"><tspan x="0" y="0">Rue du Rh�ne 40</tspan></text> ... I my PDF document I get "Rue du Rh[]one 40" (the hook symbolize a square unkown character). Jean-Michel -----Message d'origine----- De : Keiron Liddle [mailto:[EMAIL PROTECTED] Envoy� : vendredi, 17. ao�t 2001 08:44 � : [EMAIL PROTECTED] Objet : Re: Slow PDF generation On Tue, 14 Aug 2001 09:02:31 Jean-Michel Biollaz (hexalog) wrote: > Hello, > > I have embedded SVG drawing in my FO document, but the generation is very > slow, about 10sec/page. Is it normal ? How can I improve the generation > speed ? Is the SVG embedding document slow FOP ? > > Thank's in advance, > Jean-Michel > Jean-Michel, To do any simple svg embedding it certainly should not take that long (and it doesn't for me). However it may depend on how complicated your svg is and such things like memory, external images, effects, size etc. The SVG performance mostly depends on batik, so have you tried using it independantly?
