Hello, I'm using pdfbox 1.6.0. When I resize the PDFReader frame the PDF is painted over the upper, lower and right margin. Having a look at the code, I found the problem.
In all relevant methods of PDFDrawer I removed graphics.setClip(getGraphicsState().getCurrentClippingPath()); Now the PDF is rendered within the right margins. [cid:[email protected]] Regards Jörg

