RTTSoftware Support Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
RTTSoftware Support Forum
»
PDF Explorer
»
General
»
Batch rename including page number
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Batch rename including page number (Read 6441 times)
0 Members and 1 Guest are viewing this topic.
P. Allan
Newbie
Posts: 4
Batch rename including page number
«
on:
March 26, 2014, 03:19:11 PM »
On the Pdf info tab You can see the column "Pages", showing the number of pages in the pdf's.
Is there a way to use this parameter in the "Batch Rename" tool?
E.g. renaming "File_1.pdf" to "File_1-6 pages.pdf".
Report to moderator
Logged
RTT
Administrator
Posts: 918
Re: Batch rename including page number
«
Reply #1 on:
March 26, 2014, 04:45:32 PM »
I see I need to add number of pages as a directly accessible property.
But right now you can do it
with a script
, like this in JScript.
Code:
[Select]
function NumPagesStr() {
return BatchFile.NumPages;
}
Don't forget to name the script with the same name of the function, in this example "NumPagesStr". To use it, you just refer to this name in the rename formula, as in the attached screenshot.
Report to moderator
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
RTTSoftware Support Forum
»
PDF Explorer
»
General
»
Batch rename including page number