2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-22 22:58:33 +00:00

TODO note about default output streams for QPDFJob

This commit is contained in:
Jay Berkenbilt 2022-04-23 17:26:55 -04:00
parent 22b35c4928
commit 696ca53205

4
TODO
View File

@ -23,6 +23,10 @@ Misc
encryption dictionary normally.
* Have a warn in QPDF that passes its variable arguments onto QPDFExc
so you don't have to do warn(QPDFExc(...))
* Find all places in the code that write to std::cout, std::err,
stdout, or stderr to make sure they obey default output stream
settings for QPDF and QPDFJob. This probably includes adding a
Pl_Ostream pipeline.
* Nice to have:
* Split qpdf.test into multiple tests
* Rework tests so that nothing is written into the source directory.