Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

Set only image width to 100%

<img src="yourimage.jpg" width="100%"/>
share|improve this answer
Sorry there is some mistake in question. I have to include the image using <fo:external-graphic>. – Nims Jan 15 '10 at 10:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.