> -----Original Message-----
> From: Aeberhard Marc (SECI) [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, October 04, 2006 3:18 PM
> 
> like to add a background image into pdf, possible?
>  
> fop 0.20.5
>  
> thanks,
> marc

Yes.
You can use the background-image property on fo:region-*

But:
- if your image is over several regions, you have to cut it yourself
- if you use a bitmap, then assume that resolution is 72dpi.

If you want a pretty result, you should upgrade to FOP 0.9x, since:
- default resolution can be changed with config file,
- or you can put your background image in a fo:block-container in
absolute postion, nested in a statc region (witch is below body region)
-- that avoid to cut your image.

HTH,
Pascal

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

Reply via email to