Henry Lu wrote: > Is there a way to find out how many page in a document after a > processing (right before or after document.close();)?
No, this is inherent to the RTF format. PDF is a PDL, which means the content and layout of each page is described regardless of the program that will render the document. RTF is a language that is interpreted by the program that renders the document. The page count of an RTF document rendered by application A can be different from the page count of the SAME RTF document rendered by application B. 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 Buy the iText book: http://itext.ugent.be/itext-in-action/
