]> mj.ucw.cz Git - paperjam.git/blob - TODO
Top and bottom margins were swapped
[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 - Document use of negative numbers in ranges
6
7 Ideas for further commands:
8
9 # Can be written as: mix(cat) { modulo(2){1}, modulo(2){2} }
10 duplex
11         long-edge
12
13 # Send pages to multiple pipes and merge their results
14 mix { ..., ..., ...}
15         cat             # Concatenate results (default is interleave)
16         cycle           # When one pipe ends earlier, cycle it from start
17         pad             # When one pipe ends earlier, add blank pages