Commit adf8c50ccc2d1e266fd1d31b3562e64726cdce86

Authored by Jay Berkenbilt
1 parent 6b4d2312

note


git-svn-id: svn+q:///qpdf/trunk@1020 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 5 additions and 0 deletions
1 1 General
2 2 =======
3 3  
  4 + * QPDF::checkLinearization writes things to std::cout, which makes it
  5 + hard for GUIs that want to display the result. Go through all
  6 + library code and get rid of use of std::cout and std::cerr,
  7 + replacing them with some better mechanism.
  8 +
4 9 * Look at page splitting. Subramanyam provided a test file; see
5 10 ../misc/article-threads.pdf. Email Q-Count: 431864 from
6 11 2009-11-03. See also "Splitting by Pages" below.
... ...