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