
Extract even and odd pages
A JavaScript in the Adobe Acrobat configurator is used to do remove the even or the odd pages in a PDF file.
Information
Supported by: Adobe Acrobat configurator in FullSWITCH and PowerSWITCH 06 Update 5 and higher
Usability: "Save as" property
Language: JavaScript
Using this script
- Download and save the JavaScript on your computer: download script.
- Select the Acrobat configurator in your flow.
- In the properties pane, go to the property "save as " and select the option "use script"
- Browse to the JavaScript.
- Enter a correct value for arument 1 anb 2
Argument 1: "0" for extracting even pages "1" for extracting odd pages.
Argument 2: suffix text that needs to be added to the file name after extracting the pages.
Example flow
Extract even and odd pages - Adobe Acrobat
This flow splits a file into 2 files, one containing only the even pages and another containing only the odd pages of the file.
