2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-02 02:10:52 +00:00
git-svn-id: svn+q:///qpdf/trunk@820 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-10-18 14:39:44 +00:00
parent 3359051d08
commit 34097d6c64

8
TODO
View File

@ -44,7 +44,13 @@
the purpose you want .. no support provided. Sample code provided."
* Test cases for metadata: make sure we get uncompressed metadata for
all --stream-data modes unless encrypted.
all --stream-data modes unless encrypted. Have check_metadata
function in the test suite that should report whether the metadata
is compressed (by looking at the /Filter key in the stream
dictionary) and tries to extract it filtered to make sure
encryption/decryption works. We should also grep for some string
for encrypted files where it's not supposed to be encrypted to make
sure it's also not compressed.
* R = 4, V = 4 encryption.