Question
How can I number only the odd pages of a pdf file consecutively?
Need help writing java code to number only the odd pages of a pdf file consecutively. I know this can't be done in adobe natively because it will skp every other number if I apply the numbering to only the odd pages. I think this is possible with some java code but I am not familiar with java, I have experience with C++.
