Thanks again Leonard. I found CopyPDF.java. However, it still isn't something I'm looking for. PdfCopy.copyAcroForm() will copy all form fields in a PDF file to another. Is it possible to just copy form fields in a certain page (not all fields in a multi-page PDF file) to a new page in another file?
No, it isn't because PDF's don't work that way.
A PDF has a single list of all form fields - regardless of what pages they appear on. There isn't any (good/fast) way to distingish. It can be done, of course, but you'd have to understand the internals of PDF to make the necessary changes to iText.
Leonard -- --------------------------------------------------------------------------- Leonard Rosenthol <mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice) 215-629-0789 (fax)
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
