User Guide
ARTS PDF Aerialist Professional User Guide
Content Assembly
| CONTENTS | INDEX |
Page 64 of 200
Parameter Function Example
(Semicolon) “;” File separator “1-20; 21-40” would
create two new PDFs –
one containing pages 1-
20, the other containing
pages 21-40.
(Hyphen) “-“ From/To “1-5” would extract pages
1 through 5 into a new
PDF. “5-1” would extract
pages 5 through 1 into a
new PDF (reverse order
is + only).
(Comma) “,” Page separator “1-20, 30-40” would
create a single PDF
containing page 1-20 and
30-40.
“odd” (+ only) Odd page “1-20 odd” would create a
single PDF containing only
the odd pages within the
range of 1-20.
“even” (+ only) Even page “1-20 even” would create
a single PDF containing
only the even pages within
the range of 1-20.
An example string is shown below, inverted commas (“”) are for demonstration purposes
only:
“1-20 odd, 21-40 even, 41-45, 50; 50, 45-41, 40-21 even, 20-1 odd”
The example string would perform the following:
1. Create one PDF containing the following (in this order):
• All odd pages from 1-20.
• All even pages from 21-40.
• Pages 41-45.
• Page 50.
2. Create a second PDF containing the following (in this order):
• Page 50.
• Pages 45-41 (reverse order).
• All even pages from 40-21 (reverse order).
• All odd pages from 20-1 (reverse order).