aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-06-18 15:40:41 +0200
committerJay Berkenbilt <ejb@ql.org>2022-06-18 15:54:40 +0200
commit83be2191b4f3eb8906160d61f61cae48532ee651 (patch)
treeedc4298b13dba0bdd501954489549725218c2373 /TODO
parent641e92c6a7662a01f488947c3791f3b77e85517f (diff)
downloadqpdf-83be2191b4f3eb8906160d61f61cae48532ee651.tar.zst
Use "save" logger when saving data to standard output
This includes the output PDF, streams from --show-object and attachments from --save-attachment. This also enables --verbose and --progress to work with saving to stdout.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index b73cad5b..02dacc20 100644
--- a/TODO
+++ b/TODO
@@ -79,9 +79,6 @@ Find all places in the library that write to stdout/stderr/cout/cerr.
Also find places that raise exceptions if unable to warn. These should
use the global output writer.
-Figure out a good way to use the save pipeline for QPDFWriter as well
-as saving attachments, showing stream data, etc.
-
QPDFPagesTree
=============