Sounds like just what I was looking for! Thanks! I used the TortoiseSVN to download the trunk but I still haven't figured out how to compile it with ant. It keeps saying it failed at least one junit test. I did just do File > Export in Eclipse, selecting all class files and got a working jar.
-----Original Message----- From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] Sent: Monday, October 24, 2011 8:46 AM To: fop-dev@xmlgraphics.apache.org Subject: Re: org.apache.fop.svg.PDFDocumentGraphics2D can't change page size? Here you go: http://svn.apache.org/viewvc?rev=1188123&view=rev In addition to nextPage(), there is now also a nextPage(width, height) for changing the size of the following pages. On 24.10.2011 14:29:23 Eric Douglas wrote: > It appears the only place it sets the page size is in the > setupDocument method which also writes the characters to initialize the PDF. > I want to be able to put a portrait page and a landscape page in the > same document, which sort of works if I call that method but it has > those extra characters which messes up the text though the pages are > turned correctly. > Jeremias Maerki