Re: [iText-questions] Document coordinate system

2006-10-17 Thread John Duff
Thanks Mark, I started into implementing #3 just before getting your reply, thanks for all the input though, -John Date: Tue, 17 Oct 2006 13:42:21 -0700 From: "Mark Storer" <[EMAIL PROTECTED]> Subject: Re: [iText-questions] Document coordinate system To: "Post all your

Re: [iText-questions] Document coordinate system

2006-10-17 Thread Mark Storer
D] > [mailto:[EMAIL PROTECTED] > Behalf Of John > Duff > Sent: Tuesday, October 17, 2006 11:47 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Document coordinate system > > > I'm trying to print some objects I have, but the work on

[iText-questions] Document coordinate system

2006-10-17 Thread John Duff
I'm trying to print some objects I have, but the work on a coordinate system that starts in the upper left, not lower left as the pdfWriter does by default. I've looked at the docs and there is an example of inverting the coordinates: PdfContentByte cb = writer.getDirectContent(); c