I am generating pdf files using FOP. is used to include images. My requirement is to set the width and height of image relative to the page size.
Thanks in Advance.
I am generating pdf files using FOP. is used to include images. My requirement is to set the width and height of image relative to the page size.
Thanks in Advance.
Set only image width to 100%
<img src="yourimage.jpg" width="100%"/>