Commit 25e87a9d0367b28206b69fdb0c1c09b9858d69b7

Authored by Jay Berkenbilt
1 parent ebb10f32

Update TODO-pages from issues #1116

Showing 1 changed file with 8 additions and 1 deletions
TODO-pages.md
@@ -447,7 +447,7 @@ Most of chapter 12 applies. See Document-level navigation (12.3). @@ -447,7 +447,7 @@ Most of chapter 12 applies. See Document-level navigation (12.3).
447 447
448 # Feature to Issue Mapping 448 # Feature to Issue Mapping
449 449
450 -Last checked: 2023-12-29 450 +Last checked: 2024-01-11
451 451
452 ``` 452 ```
453 gh search issues label:pages --repo qpdf/qpdf --limit 200 --state=open 453 gh search issues label:pages --repo qpdf/qpdf --limit 200 --state=open
@@ -456,6 +456,13 @@ gh search issues label:pages --repo qpdf/qpdf --limit 200 --state=open @@ -456,6 +456,13 @@ gh search issues label:pages --repo qpdf/qpdf --limit 200 --state=open
456 * Allow an existing `QPDF` to be an input to a merge or underly/overlay operation when using the 456 * Allow an existing `QPDF` to be an input to a merge or underly/overlay operation when using the
457 `QPDFAssembler` C++ API 457 `QPDFAssembler` C++ API
458 * Issues: none 458 * Issues: none
  459 +* Fixes to copying annotations
  460 + * Issues: #1116
  461 + * Notes:
  462 + * This is a PR that includes some failing test cases
  463 + * Fix `/P`
  464 + * Allow copying of annotations from a region of a page (not sure I want to add that)
  465 + * Allow selection of pages without annotations (not sure I want to do that)
459 * Generate a mapping from source to destination for all destinations 466 * Generate a mapping from source to destination for all destinations
460 * Issues: #1077 467 * Issues: #1077
461 * Notes: 468 * Notes: