PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
You could create an Acrobat Batch Sequence that would allow you to insert your document level JavaScripts across a number of files (or even just select a folder of PDFs to run the Sequence across). The JavaScript method you need to use for this is doc.addScript() -- you can find details on this in the Acrobat JavaScript Reference. There is an example on setting up a Batch Sequence here: http://www.planetpdf.com/mainpage.asp?webpageid=3195 - Chris. ___________________________________ Chris Dahl - CTO, Solutions ARTS PDF [EMAIL PROTECTED] http://www.artspdf.com/solutions > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Lauterbach.Mark > Sent: Saturday, 28 February 2004 7:16 AM > To: [EMAIL PROTECTED] > Subject: [PDF-Forms] copy all document level JavaScripts over to new > document? > > > > PDF-Forms is a service provided by PDFzone.com | > http://www.pdfzone.com/ > __________________________________________________________________ > > Hi, List > > I'm finding several of my JavaScript functions are used on several of > the forms. At the moment, I'm cutting-and-pasting each function into > the new PDF document one at a time. > > I'm wondering if there's an easier way. Can I import the > document level > scripts from one PDF to another PDF? > > Thanks, > > Mark > > To change your subscription: > http://www.pdfzone.com/discussions/lists-pdfforms.html > > To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
