1 - Integrate pdf-tools.cc with the rest of the code
2 - What if an input page specifies /Rotate?
4 - What should do modulo(half) with an odd number of tuples? Improve, or at least document.
5 - Modulo with last tuple incomplete: sometimes, not padding the last tuple can be useful
6 (e.g., "flip every other page")
7 - Document use of negative numbers in ranges
9 Ideas for further commands:
11 # Can be written as: mix(cat) { modulo(2){1}, modulo(2){2} }
15 # Send pages to multiple pipes and merge their results
17 cat # Concatenate results (default is interleave)
18 cycle # When one pipe ends earlier, cycle it from start
19 pad # When one pipe ends earlier, add blank pages