

How can I tell Adobe to SaveAs the file it has watermarked, then return to the original file it began with? So the outputted files are cummulatively watermarked with more and more names from the list. The result is that with this new String loop, the script gets the names, watermarks the first script, then performs the same watermarking action on the file it has just watermarked already.


My script currently runs in Action Wizard as an Execute Javascript action, and runs its action on the file currently open. I've tried the script you suggest, and it works in prinicple, but there's one bug: The original script was based on your own previous responses in this forum! Add the extension to the end of the file name Var WaterName = app.response("Watermark Text", I have python and html/css experience, so I know vaguely how to do this: set the WaterName variable from the top of the list, run the watermark and saveAs commnads, then go back to line 2 of the list and repeat until there are no more names left.īut I'm new to Javascript in Acrobat and would really appreciate any tips. I've written a simple script to ask the user for a name, watermark files with this input, and then save the file with the same input added to the filename.Īs part of my job, it would be even more useful if I could input a list of names and batch watermark them at the same time. Hi there, and thanks in advance for any advice.
