Hello,

I write a java class that creates a PDF using another PDF as template and
manipulate content.

read template (one page) --> fill Fields (with PdfStamper) and flatten -->
write it to a tempfile -->
read tempfile --> copy Pages (PdfCopy) --> write it to tempfile2( i
pages)-->
read tempfile --> insert text "page i of pages" for every page (PdfStamper)
--> write it to the destination file.

I have two tempfiles with three read/write steps.

Is it possible to do several steps like filling fields, copy content and
analyse the result (for example count all pages)
in one Read/Write step? (with one source and one destination file?)


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