I see in the FOP docs that there's a setting in the renderer section to do the right thing with rotating pages when the paper is portrait but what you're printing should be landscape. But I can't seem to figure out how to tell Cocoon to tell FOP to use that setting. I'm guessing it should go in the section for mime-type="application/postscript", but nothing that I'm trying seems to make any difference.
The FOP configuration section reads:
false
The Cocoon section that I've modified involved trying both the user-config and auto-rotate lines shown below:
fop-config.xml true
Any clues how to pass this setting onto FOP?
Thanks, Dave