I have to render a pfd using FOP, and some images mst be rotated. The result however doesn't look the way I expect it to be. So, here is my question (and I somehow wasn't able to find a good documentation to clarify this issue for me):
If I define
fo:block-container reference-orientation="90" width="100" height="200"
will this rotate the whole container (leading effectively to a rendered box of dimension 200x100), or will it merely rotate the content of the container (leaving the container itself to be rendered with dimensions 100x200)?
It will rotate the entire container.
Here's an example of the width being less than the height and then rotated 90deg...
XSL-FO
PDF Output (Using FOP 1.0)