del Posted July 11, 2018 Report Share 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 Link to comment Share on other sites More sharing options...
Power User Steven Zakulec Posted July 11, 2018 Power User Report Share 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. Link to comment Share on other sites More sharing options...
Goodman12 Posted August 30, 2018 Report Share 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.. Link to comment Share on other sites More sharing options...
Power User Steven Zakulec Posted August 30, 2018 Power User Report Share 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. Link to comment Share on other sites More sharing options...
Goodman12 Posted August 31, 2018 Report Share Posted August 31, 2018 .replace(/\.pdf$/i,"") It is not working at all. Link to comment Share on other sites More sharing options...
del Posted September 5, 2018 Author Report Share 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 Link to comment Share on other sites More sharing options...
Power User Steven Zakulec Posted September 5, 2018 Power User Report Share Posted September 5, 2018 If you could share how you did that (along with the Javascript), I'd find it useful. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.