Commit 8a24287c392969d1aa25bc9aaabc3502c0bbaf08

Authored by Jay Berkenbilt
1 parent 7cac433e

Remove --set-page-labels since it's now done

Showing 1 changed file with 0 additions and 11 deletions
TODO-pages.md
... ... @@ -15,7 +15,6 @@ updated in this document.
15 15 This a breakdown of work. It is near the top of the file for easy access but doesn't make sense
16 16 without reading the rest of the file.
17 17  
18   -* Issue #939 (`--set-page-labels`) is unblocked and can be done at any time.
19 18 * Create `QPDFAssembler` and incrementally move functionality from `QPDFJob` into it.
20 19 * Create `QPDFSplitter` to use `QPDFAssembler`. Write a section in the manual describing how they
21 20 work, but leave the detailed API documentation in the header files. Model after how `QPDFJob` is
... ... @@ -277,8 +276,6 @@ Proposed CLI enhancements:
277 276 --split-pages=n # existing
278 277 --split-after=a,b,c # split after each named page
279 278 --... # future options to split based on outlines, article threads, tags, etc.
280   -# post-processing (with transformations like optimize images)
281   ---set-page-labels ... # See issue #939
282 279 ```
283 280  
284 281 Notes:
... ... @@ -297,8 +294,6 @@ Notes:
297 294 external logic to compute the rectangles and then use absolute rectangles.
298 295 * `--compose`: XXX
299 296 * `--booklet`: XXX
300   -* The `--set-page-labels` option would be done at the very end and is actually not blocked by
301   - anything else here. It can be done near removing page labels in `handleTransformations`.
302 297 * I'm not sure what impact composition should have on page labels. Most likely, we should drop page
303 298 labels on composition. If someone wants them, they can use `--set-page-labels`.
304 299  
... ... @@ -512,12 +507,6 @@ gh search issues label:pages --repo qpdf/qpdf --limit 200 --state=open
512 507 * This looks complicated. It may be not be possible to do this fully in the first increment, but
513 508 we have to keep it in mind and warn if we can't and we see /SD in an action.
514 509 * #490 has some good analysis
515   -* Assign page labels (renumber pages)
516   - * Issues: #939
517   - * Notes:
518   - * #939 has a good proposal
519   - * This could be applied to page groups, and we could have an option to keep the labels as they
520   - are in a given group, which is what qpdf does now.
521 510 * Interleave pages with ordering
522 511 * Issues: #921
523 512 * Notes:
... ...