Page 1 of 1

JavaScript with Adobe Acrobat

Posted: Fri Aug 04, 2006 4:34 pm
by Assured99
Here is a question,

I have an adobe acrobat PDF document that is about 13 pages long.

I want to be able to fill out one page with all the required information and have it auto-populate the rest of the fields in the 13 pages. Which are all pretty much the same; NAME, ADDRESS, PHONE NUMBER etc...

I am not that fimiliar with JavaScript so im seeking some help it should be a simple Var or Array, but i just dont know.

any help would be great

~Snapple

Posted: Fri Aug 04, 2006 10:00 pm
by RobertGonzalez
Can JS interact with PDF files in Acrobat?

Posted: Fri Aug 04, 2006 11:40 pm
by feyd
Acrobat's scripting subsystem is Javascript, but I don't recall how it's done. I avoid adding script hooks, personally. I just generate the PDF or FDF.

Posted: Mon Aug 07, 2006 3:19 pm
by Assured99
I hear ya,

In my situation like i said i have 13 pages of forms for one thing, all of them have a space for a name address etc... so im trying to fill one form and have it populate all of them