0

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.

Nims
  • 1

1 Answers1

0

Set only image width to 100%

<img src="yourimage.jpg" width="100%"/>
YOU
  • 120,166
  • 34
  • 186
  • 219