Commit 2c97aaddd50aacd849bd9d97102d21275fde94a2

Authored by Jay Berkenbilt
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 156 * Allow creation of blank pages as an additional input source
157 157 * Generalize underlay/overlay
158 158 * Enable controlling placement
159   - * Make repeatable
  159 + * Make repeatable (done)
160 160 * Add additional reordering options
161 161 * We don't need to provide hooks for this. If someone is going to code a hook, they can just
162 162 compute the page ordering directly.
... ... @@ -244,7 +244,7 @@ Proposed CLI enhancements:
244 244 --flip={h|v}[:page-range]
245 245 --transform=a,b,c,d,e,f[:page-range]
246 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 248 --{underlay|overlay} ... --
249 249 --file=x [ --password=x ]
250 250 --from, --to, --repeat # same as current --overlay, --underlay
... ...