-
When a user accepts a spelling word, the word appears in a .idea/dictionaries/$user.xml where $user is their username. A user has control over "their "words, but all users see all words. For qpdf, we probably want all the "official" words in qpdf.xml. This should be automated.
-
provide link to _Crypto providers_
-
Fix #1028
-
The cleanup() method automatically removes certain files, but not out.pdf. Using a.pdf prevents the file from being left behind after the tests run.
-
Having it at compile time breaks cross-compilation and isn't really right anyway.
-
Change QPDF::copyForeignObject to return a null object when called wi…
-
Test for missing object before accessing obj_copier.object_map.
-
Fix exit code when an input other than the primary input generates wa…
-
m-holger's fix is better This reverts commit fa3cdaf1b46dcbb583393f93a02f89207ba21a88.
-
Simplify QPDFObjectHandle::isPageObject
-
Change QUtil::read_file_into_string to work with pipes (fixes #1010)
-
Check for missing mediaboxes
-
Maintain links to foreign pages when copying foreign objects (fixes #1003)
-
Remove use of non-standard `char_traits<unsigned char>` from Pl_Buffer
-
Ensure that links to foreign pages are not broken provided that the page is subsequently copied.