Hi!

 

We have a problem with images and fop (0.93). In case that an image
can't be found our (own) FOPURIResolver writes an one-pixel GIF instead.
But in the pdf-file there is now much more space reserved for that GIF
as expected. 

 

Example if the image was found

 

image

a line

some text

 

Example if no image was found and we send a onepixel GIF:

 

image

[SPACE]

[SPACE]

[SPACE]

[SPACE]

[SPACE]

[SPACE] 

a line

some text

 

How can that happen? We generate the following XML for that image:

 

<fo:table-cell display-align="before" text-align="end">

       <fo:block font-size="0pt">

                <fo:external-graphic src="url(test.gif)"

                content-width="8cm" />

       </fo:block>

</fo:table-cell>

 

Is there a problem with the content-width?

 

Regards,

Jacqueline.

 

 

 

Reply via email to