Shore, Jeff wrote:

Gang,

I'm trying to duplicate and invert a table/document within a single=20
PDF..  The first table/document will be completely inverted
upside-down) vs the 2nd table/document..   How do I copy and invert an
entire table/document?

Use PdfWriter.getImportedPage to read each page into
a PdfImportedPage object one by one. Then add each
page to the writer with addTemplate.

Sample iText code for the PdfWriter/PdfImportedPage stuff
can be found here:
http://itextdocs.lowagie.com/tutorial/general/copystamp/#pdfwriter
The math to calculate the transformation (to turn a page
upside down) is explained on this page:
http://itextdocs.lowagie.com/tutorial/directcontent/coordinates/
br,
Bruno


-------------------------------------------------------
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

Reply via email to