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();
cb.concatCTM(1f, 0f, 0f, -1f, 0f, PageSize.A4.height());
However, this also inverts the text that is printed. Is there any way
to invert the coordinates without inverting what is written to the
pdf?
Thanks,
John
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions