here's my code snippet:

<fo:instream-foreign-object>
                
                    <svg:text     transform="rotate(-90)" 
style="font-weight:normal; fill:#BBBBBB; font-family:Verdana; 
font-size:{$FontsizeCopyright};" 
                                x="0" y="8" 
                                text-anchor="middle">
                        <svg:tspan x="-80">FirstLine</svg:tspan>
                        <svg:tspan x="-80" dy="5">SecondLine</svg:tspan>
                        <svg:tspan x="-80" dy="5">MyName</svg:tspan>
                        <svg:tspan x="-80" dy="7">MyCompany, My City</svg:tspan>
                    </svg:text>
              </svg:svg>
</fo:instream-foreign-object>  

thanks, matthias


----- Ursprüngliche Mail ----
Von: Andreas L Delmelle <[EMAIL PROTECTED]>
An: [email protected]
Gesendet: Mittwoch, den 11. Juli 2007, 19:24:20 Uhr
Betreff: Re: Size issues with SVG in PDF

On Jul 11, 2007, at 16:47, Matthias Müller wrote:

> since i use fop 0.20.5 i am forced to use a svg object (to generate  
> an 90° rotated text in my pdf output). i do this via the  
> <fo:instream-foreign-object> statement.
> but the size of the pdf file is ~12x bigger than without the svg  
> object.

Probably because the SVG is inserted into the PDF as a rasterized  
graphic... but that's a long shot.

> is there any alternative. i don't want to use gif's if possible.

Of course you don't want to use GIFs. Who does? :-)

Alternatives? If at all possible, I would consider upgrading to 0.93,  
which eliminates the need to use SVG as you can simply use a fo:block- 
container with reference-orientation of 90.


Cheers

Andreas


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






      __________________________________  Alles was der Gesundheit und 
Entspannung dient. BE A BETTER MEDIZINMANN! www.yahoo.de/clever

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

Reply via email to