© 2011 steveostudios

PDF Pen Page Numbering

Posted on August 25, 2011 by in Applescript, Quick Tips | No Comments

We figured out how to place page numbers on alternating sides of the bottom corner of pages in PDF Pen. This script places a page number on alternating sides of the bottom corner of each page.   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 tell application "PDFpenPro" if (count documents) > 0 then set pageCount to count [...]

Continue Reading