Sorry Pascal, I just noticed... If I do it this way, it solves the second problem (extra page), but the first problem (image bottom gets cut off) is now back... I did exactly what you recommended and was excited for a minute... I probably don't need "elastic" size, I just need the image: 1) to be exactly the sizes in mm that I want 2) not being cut off, and 3) an extra page shouldn't be created so that data goes there As you recommended before, iI set absolute positions to the image, but now it doesn't solve the problem with the image being cut off.
<fo:block font-size="0"> <fo:external-graphic src="url(MASTER.gif)" block-progression-dimension.maximum="269.4mm" block-progression-dimension.optimum="100%" inline-progression-dimension="100%" content-height="269.4mm" content-width="215.9mm" height="269.4mm" width="215.9mm" scaling="uniform" /> </fo:block> I'm kinda lost... -- View this message in context: http://old.nabble.com/Background-image-tp32788696p32815704.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
