Following up on this thread:
Importing data from a .txt file and have Acrobat create new pages (http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=19300)
This doesn't seem to be too unusual a need.
I have a spreadsheet file which I can import one entry at a time, but I'm wondering if a batch process could go through the spreadsheet, row by row, and create a new PDF-form for each entry.
Is there not an easy way to do this?
I'm not a programmer, but again this doesn't seem to be complicated a process.
So do you need multiple pages in the PDF or Multiple PDF files? What tools do you have? Acrobat Pro?
If you can exort the data in to an XML file you can design a Dynamic LiveCycle form that will repeat the page for each set of data in the XML. There is no scripting required for this solution, but you need to learn quite a bit about LiveCycle form design.
On the other hand, you can use a CSV file and ordinary PDF form, but this solution requires scripting, some of the code was given in that other thread.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script