]> 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 - Better range syntax for "from N to end" or "the whole document"
10 - nup: allow stacking ("1 3 5 7" "2 4 6 8")
11
12 Ideas for further commands:
13
14 # Can be written as: mix(cat) { modulo(2){1}, modulo(2){2} }
15 duplex
16         long-edge
17
18 # Send pages to multiple pipes and merge their results
19 mix { ..., ..., ...}
20         cat             # Concatenate results (default is interleave)
21         cycle           # When one pipe ends earlier, cycle it from start
22         pad             # When one pipe ends earlier, add blank pages