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,7 +15,6 @@ updated in this document.
15 This a breakdown of work. It is near the top of the file for easy access but doesn't make sense 15 This a breakdown of work. It is near the top of the file for easy access but doesn't make sense
16 without reading the rest of the file. 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 * Create `QPDFAssembler` and incrementally move functionality from `QPDFJob` into it. 18 * Create `QPDFAssembler` and incrementally move functionality from `QPDFJob` into it.
20 * Create `QPDFSplitter` to use `QPDFAssembler`. Write a section in the manual describing how they 19 * Create `QPDFSplitter` to use `QPDFAssembler`. Write a section in the manual describing how they
21 work, but leave the detailed API documentation in the header files. Model after how `QPDFJob` is 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,8 +276,6 @@ Proposed CLI enhancements:
277 --split-pages=n # existing 276 --split-pages=n # existing
278 --split-after=a,b,c # split after each named page 277 --split-after=a,b,c # split after each named page
279 --... # future options to split based on outlines, article threads, tags, etc. 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 Notes: 281 Notes:
@@ -297,8 +294,6 @@ Notes: @@ -297,8 +294,6 @@ Notes:
297 external logic to compute the rectangles and then use absolute rectangles. 294 external logic to compute the rectangles and then use absolute rectangles.
298 * `--compose`: XXX 295 * `--compose`: XXX
299 * `--booklet`: XXX 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 * I'm not sure what impact composition should have on page labels. Most likely, we should drop page 297 * I'm not sure what impact composition should have on page labels. Most likely, we should drop page
303 labels on composition. If someone wants them, they can use `--set-page-labels`. 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,12 +507,6 @@ gh search issues label:pages --repo qpdf/qpdf --limit 200 --state=open
512 * This looks complicated. It may be not be possible to do this fully in the first increment, but 507 * This looks complicated. It may be not be possible to do this fully in the first increment, but
513 we have to keep it in mind and warn if we can't and we see /SD in an action. 508 we have to keep it in mind and warn if we can't and we see /SD in an action.
514 * #490 has some good analysis 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 * Interleave pages with ordering 510 * Interleave pages with ordering
522 * Issues: #921 511 * Issues: #921
523 * Notes: 512 * Notes: