Previous | Next | (P-PDF) Forms & FDF
Topic: Duplicating PDF form pages from FDF
Conf: (P-PDF) Forms & FDF, Msg: 27482
From: mgore
Date: 9/22/2001 02:45 AM
I don't know of an option to do this, but you could do it through a little code. Check the incoming string size; if it's over the field size, pull the overflow and open a new document (name it page2 or something). You'd need to display a link to both pages (functional but not pretty); or you could merge them with third-party tools. Hope this helps.