Problem to draw rectangles in LANDSCAPE-Format.
gnujpdf-1.5 and retepPDF version 1.1.1, JDK 1.2
The left edges of a rectangle are at X.
If you create a PDF-Page in LANDSCAPE-Format, it is
not possible to draw a rectangle or a Line in the left
page-site :
-----------------------
I I
I XX I
I XX I
I XX I
I I
-----------------------
PDFjob.getCurrentPage().setMedia(pagesize);
if (LANDSCAPE)
PDFjob.getCurrentPage().setOrientation
(PDFPage.LANDSCAPE);
.
.
g.drawRect(x, y, width, height);
No problem, if the page is in PORTRAIT orientation.
No Workaround with drawLine().