Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0
  2. Avg. Rating 4.5

    Printing a specific page range via a button in Acrobat 9

    If your document have 10 pages, to print from page 2 to 5 use the command as this.print({ bUI: false, bSilent: true, bShrinkToFit: true, nStart: 1, nEnd: 4 })

  3. Avg. Rating 4.0

    Can a form field be completed 1x but used multiple times in ...

    You can achieve this by giving the same name to all the fields you want to populate with the same information.

  4. Avg. Rating 4.0

    How to print a header with the date printed in .pdf files

    You can accomplish this task by using the 'addWatermarkFromText' action

  5. Avg. Rating 4.0
  • Results 1-5 of 5