Title: Re: [iText-questions] Best Approach/How To?
At 10:35 AM -0400 10/3/03, Eric Vandervort wrote:
I have a pdf file with one page, that has form fields on it as well as a template.  I can successfully fill out those fields, but I have a few questions about my next steps.
 

        Good...


1.  How do I add more pages for the same template?  (i.e., one customer per page)

        Are you flattening the pages after filling them or not?  If not, then you can't :(.  If you are, then process each page individually and then once flattened, merge it into a new document.


2.  What if I had two different pages with form fields on it, how do I fill out page 2 when I am done with page 1?

        PDF forms are a single list of fields - they don't (really) know from pages.  So just keep doing what you are doing...


Leonard
-- 
---------------------------------------------------------------------------
Leonard Rosenthol                            <mailto:[EMAIL PROTECTED]>
Chief Technical Officer                      <http://www.pdfsages.com>
PDF Sages, Inc.                              215-629-3700 (voice)
                                             215-629-0789 (fax)



Reply via email to