]> mj.ucw.cz Git - paperjam.git/blob - TODO
TODO
[paperjam.git] / TODO
1 - Integrate pdf-tools.cc with the rest of the code
2 - What if an input page specifies /Rotate?
3 - "-f" switch
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
8 - Allow use of page labels to refer to pages
9
10 Ideas for further commands:
11
12 # Can be written as: mix(cat) { modulo(2){1}, modulo(2){2} }
13 duplex
14         long-edge
15
16 # Send pages to multiple pipes and merge their results
17 mix { ..., ..., ...}
18         cat             # Concatenate results (default is interleave)
19         cycle           # When one pipe ends earlier, cycle it from start
20         pad             # When one pipe ends earlier, add blank pages