How insert file name in PDF document. Batch process.
I have 200+ documents. I need to paste (insert) on the page (no matter where, but preferably in the upper right corner) the document file name. How can I do that?
Thank you.
I have 200+ documents. I need to paste (insert) on the page (no matter where, but preferably in the upper right corner) the document file name. How can I do that?
Thank you.
Create an Action that executes this JavaScript code and then saves the file:
this.addWatermarkFromText({
cText: this.documentFileName,
nTextAlign: app.constants.align.right,
nHorizAlign: app.constants.align.right,
nVertAlign: app.constants.align.top,
nHorizValue: -72, nVertValue: -72
});
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.