Results 1 to 4 of 4
  1. #1
    JasonSpr is offline Senior Member
    Join Date
    Nov 2009
    Location
    Edmonton, Ab
    Posts
    115

    Default Adobe Acrobat Scripting portability

    Hi there,

    I have a javascript I use quite regularly on one computer with Acrobat 8, and I'd like to move the script to other computers here. Right now, the script is set up as a sequence (Advanced > Document Processing > Batch Processing...).

    Right now, I have to go into the sequence, copy the JS code out, go to another computer, create a sequence, and put the code in it. This works fine, but there must be a way I can create a .js file that I can just drop into either the Acrobat Sequences or Javascripts folder.

    I've been able to find lots of documentation on code, but there is very little available about packaging created scripts.

    Does anyone know how to do make them easily portable?

  2. #2
    JasonSpr is offline Senior Member
    Join Date
    Nov 2009
    Location
    Edmonton, Ab
    Posts
    115

    Default

    I'm bumping this thread once because I can't believe I'm the only one in this forum that has experimented with this - if anyone has dabled with javascripting in Acrobat, I'd be interested to know your experience.

  3. #3
    Lukas Engqvist's Avatar
    Lukas Engqvist is offline Senior Member
    Join Date
    Jul 2008
    Location
    Sweden
    Posts
    1,526

    Default

    I'm sorry, love to have time to digg into java, but as of yet not been able to find the time.

  4. #4
    leonardr's Avatar
    leonardr is offline Senior Member
    Join Date
    Sep 2007
    Posts
    442

    Default

    Quote Originally Posted by JasonSpr View Post
    I have a javascript I use quite regularly on one computer with Acrobat 8, and I'd like to move the script to other computers here. Right now, the script is set up as a sequence (Advanced > Document Processing > Batch Processing...).

    Right now, I have to go into the sequence, copy the JS code out, go to another computer, create a sequence, and put the code in it. This works fine, but there must be a way I can create a .js file that I can just drop into either the Acrobat Sequences or Javascripts folder.

    I've been able to find lots of documentation on code, but there is very little available about packaging created scripts.

    Does anyone know how to do make them easily portable?
    You can make an application-level script which will be a stand-alone .js file and just copy that over. However, that won't connect it to Batch. For that you either need to create a simple batch action of one line of script that calls on your big script _OR_...

    If you look, you will find that all batch sequences are stored in .sequ files in your Acrobat directory - just copy them from computer to computer.


Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Sponsors