aboutsummaryrefslogtreecommitdiffstats
path: root/TODO-pages.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-27 20:07:38 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-29 19:16:01 +0100
commit1ad6451e8c09b22fc45694eb4263efcff24c8afc (patch)
treea306da79cb1984c69af7cc58689c1658b71b4b3c /TODO-pages.md
parentd96f74ae3483b4e7c4cb3112cb5a7a45d358dbf8 (diff)
downloadqpdf-1ad6451e8c09b22fc45694eb4263efcff24c8afc.tar.zst
Fix comment formatting and update notes
Diffstat (limited to 'TODO-pages.md')
-rw-r--r--TODO-pages.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO-pages.md b/TODO-pages.md
index 722d2511..8163ec5e 100644
--- a/TODO-pages.md
+++ b/TODO-pages.md
@@ -70,6 +70,7 @@ Here are some examples.
* Center the smaller page horizontally and bottom-align the trim boxes
* Generalized overlay/underlay allowing n pages in a given order with transformations.
* n-up -- application of generalized overlay/underlay
+ * make one long page with an arbitrary number of pages one after the other (#546)
It should be possible to represent all of the existing qpdf operations using the above framework. It would be good to re-implement all of them in terms of this framework to exercise it. We will have to look through all the command-line arguments and make sure. Of course also make sure suggestions from issues can be implemented or at least supported by adding new selectors.
@@ -139,6 +140,7 @@ Easier to parse but yuck:
# To-do list
* Go through all issues marked with the `pages` label and ensure that any ideas are represented here. Keep a list with mappings back to the issue number.
+ * gh search issues label:pages --repo qpdf/qpdf --limit 200 --state=open
* When ready, open a discussion ticket.
* Flesh out an implementation plan.