2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-03 07:12:28 +00:00

TODO note about document-level work

This commit is contained in:
Jay Berkenbilt 2021-02-26 15:59:46 -05:00
parent 3bdefb4c2d
commit 5207c3da71

9
TODO
View File

@ -1,6 +1,15 @@
Document-level work
===================
* QPDFPageCopier -- object for moving pages around within files or
between files and performing various transformations
* handle all the stuff of pages and split-pages
* do n-up, booklet, collation
* look through cli and see what else...flatten-*?
* See comments in QPDFPageDocumentHelper.hh for addPage -- search
for "a future version".
* See also issues tagged with "pages"
* There is going to be a lot of duplicated code for doc-level stuff