del 0 Report post Posted July 11, 2018 Anyone know if it possible to add filename w/o ".pdf" extension to Bates Numbering? or in Header/footer do the same thing but including a padding in the page numbering. My end game is basically to stamp pages with "filename(w/o ".pdf").001","filename(w/o ".pdf").002"... I would like to be able to do this as a batch process as well filename1.001, filename1.002...next doc filename2.001, filename.002...so on I am familiar with JavaScript as well if I have to go that direction. Thanks in advance Quote Share this post Link to post Share on other sites
Steven Zakulec 60 Report post Posted July 11, 2018 Individually you can do this- you can insert any text you want as part of the Bates Numbering and Header/Footer. Unfortunately, I haven't been able to find anything that will let you do filename minus extension, only filename. It's possible there's some Javascript out there that will let you do this, but I'm not sure. Bates Numbering is your only option for stamping multiple documents at once. Wish I could give you a better answer. Quote Share this post Link to post Share on other sites
Goodman12 0 Report post Posted August 30, 2018 There is definitely lack of these option. I also need to manually remove the extension of every file name header... i hope it would be that easy like on adobe someday.. Quote Share this post Link to post Share on other sites
Steven Zakulec 60 Report post Posted August 30, 2018 If you're willing to go the Javascript route, I'd search for a Javascript that does what you want- one might exist already for Acrobat, and you might be able to use it as-is for Nitro. Quote Share this post Link to post Share on other sites
Goodman12 0 Report post Posted August 31, 2018 .replace(/\.pdf$/i,"") It is not working at all. Quote Share this post Link to post Share on other sites
del 0 Report post Posted September 5, 2018 There was no way to it Nitro or Adobe. I ended up just writing a d javascript to do what i needed. Thanks Quote Share this post Link to post Share on other sites
Steven Zakulec 60 Report post Posted September 5, 2018 If you could share how you did that (along with the Javascript), I'd find it useful. Thanks! Quote Share this post Link to post Share on other sites