You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/07/03 18:52:49 UTC

DO NOT REPLY [Bug 21307] - Probleme with landscape document

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21307>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21307

Probleme with landscape document

jeremias@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From jeremias@apache.org  2003-07-03 16:52 -------
Very little information. Landscape works for me. I guess you will want to do 
the following:

Instead of:
Driver.setRenderer(Driver.RENDER_PS);

do:
PSRenderer renderer = new PSRenderer();
renderer.setAutoRotateLandscape(true);
driver.setRenderer(renderer);


Please note that this feature is not available on the command-line.

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org