Hello again, I asked te below question previously, and Thom Parker replied. I appreciate the quick reply, but the Javascript command was incomplete. Could someone please finish it? Thanks again!
(Original Question): I'm trying to find a way to automatically change the background colour in all my Markups from Yellow to White. If I have a 300 page PDF document, I don't want to manually change each one. Please help! Thanks in advance!
A:This is a simple task in JavaScript. Enter the following script into the JavaScript Console.
var annts = this.getAnnots();
for(var i=0;i
Here's the code again
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script