aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-08-15 02:03:49 +0200
committerJay Berkenbilt <ejb@ql.org>2010-08-15 02:03:49 +0200
commitadf8c50ccc2d1e266fd1d31b3562e64726cdce86 (patch)
tree0e002314af33a70c3264ebddf718b00949fc79d2 /TODO
parent6b4d2312458de367ef2a12cbe211e72634233d71 (diff)
downloadqpdf-adf8c50ccc2d1e266fd1d31b3562e64726cdce86.tar.zst
note
git-svn-id: svn+q:///qpdf/trunk@1020 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index fe45f513..a4a98fd1 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,11 @@
General
=======
+ * QPDF::checkLinearization writes things to std::cout, which makes it
+ hard for GUIs that want to display the result. Go through all
+ library code and get rid of use of std::cout and std::cerr,
+ replacing them with some better mechanism.
+
* Look at page splitting. Subramanyam provided a test file; see
../misc/article-threads.pdf. Email Q-Count: 431864 from
2009-11-03. See also "Splitting by Pages" below.