Commit 2c97aaddd50aacd849bd9d97102d21275fde94a2
1 parent
d339f8ad
Update TODO-pages
Showing
1 changed file
with
2 additions
and
2 deletions
TODO-pages.md
| @@ -156,7 +156,7 @@ Within `QPDFAssembler`, we will extend the create QPDF logic in the following wa | @@ -156,7 +156,7 @@ Within `QPDFAssembler`, we will extend the create QPDF logic in the following wa | ||
| 156 | * Allow creation of blank pages as an additional input source | 156 | * Allow creation of blank pages as an additional input source |
| 157 | * Generalize underlay/overlay | 157 | * Generalize underlay/overlay |
| 158 | * Enable controlling placement | 158 | * Enable controlling placement |
| 159 | - * Make repeatable | 159 | + * Make repeatable (done) |
| 160 | * Add additional reordering options | 160 | * Add additional reordering options |
| 161 | * We don't need to provide hooks for this. If someone is going to code a hook, they can just | 161 | * We don't need to provide hooks for this. If someone is going to code a hook, they can just |
| 162 | compute the page ordering directly. | 162 | compute the page ordering directly. |
| @@ -244,7 +244,7 @@ Proposed CLI enhancements: | @@ -244,7 +244,7 @@ Proposed CLI enhancements: | ||
| 244 | --flip={h|v}[:page-range] | 244 | --flip={h|v}[:page-range] |
| 245 | --transform=a,b,c,d,e,f[:page-range] | 245 | --transform=a,b,c,d,e,f[:page-range] |
| 246 | --set-box={M|C|B|T|A}=rect[:page-range] # change a bounding box | 246 | --set-box={M|C|B|T|A}=rect[:page-range] # change a bounding box |
| 247 | -# stacking -- make --underlay and --overlay repeatbale | 247 | +# stacking -- make --underlay and --overlay repeatable |
| 248 | --{underlay|overlay} ... -- | 248 | --{underlay|overlay} ... -- |
| 249 | --file=x [ --password=x ] | 249 | --file=x [ --password=x ] |
| 250 | --from, --to, --repeat # same as current --overlay, --underlay | 250 | --from, --to, --repeat # same as current --overlay, --underlay |