Commit 34097d6c649867497b6b065c95af99aa7e8135c6
1 parent
3359051d
notes
git-svn-id: svn+q:///qpdf/trunk@820 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
7 additions
and
1 deletions
TODO
| ... | ... | @@ -44,7 +44,13 @@ |
| 44 | 44 | the purpose you want .. no support provided. Sample code provided." |
| 45 | 45 | |
| 46 | 46 | * Test cases for metadata: make sure we get uncompressed metadata for |
| 47 | - all --stream-data modes unless encrypted. | |
| 47 | + all --stream-data modes unless encrypted. Have check_metadata | |
| 48 | + function in the test suite that should report whether the metadata | |
| 49 | + is compressed (by looking at the /Filter key in the stream | |
| 50 | + dictionary) and tries to extract it filtered to make sure | |
| 51 | + encryption/decryption works. We should also grep for some string | |
| 52 | + for encrypted files where it's not supposed to be encrypted to make | |
| 53 | + sure it's also not compressed. | |
| 48 | 54 | |
| 49 | 55 | * R = 4, V = 4 encryption. |
| 50 | 56 | ... | ... |