In the batch process script, you can use something like this:
if (/apple/.test(this.documentFileName)) {
// then add the "apple" bookmark
} else if (/banana/.test(this.documentFileName)) {
// then add the "banana" bookmark
}
etc.
In the batch process script, you can use something like this:
if (/apple/.test(this.documentFileName)) {
// then add the "apple" bookmark
} else if (/banana/.test(this.documentFileName)) {
// then add the "banana" bookmark
}
etc.