Commit Graph

17 Commits

Author SHA1 Message Date
346744aa02 fix bug in encrypt
Note that the pad is present when M is evenly divisible by 16. EXAMPLE A 9-byte message has a pad of 7 bytes, each with the value 0x07.
2022-03-23 14:11:12 +03:00
128118003b add support RC4 and AES FileKey 2022-03-22 18:04:45 +03:00
4decd0c631 update pdf with AES256 Encrypt 2022-03-18 14:29:20 +03:00
54a3b6efd6 fix test 2022-03-15 18:14:47 +03:00
b52180ff9a fix binary string 2022-02-22 12:30:47 +03:00
7f6d3186cf fix test 2022-02-21 18:18:21 +03:00
2316968096 Refactoring & binary with test commands 2022-02-21 12:08:49 +03:00
046cbc06cf Add new page in edit pdf 2022-02-17 13:46:28 +03:00
eeb757f5a4 simple interface 2022-02-11 15:13:48 +03:00
beb86b072c fix FlateDecode for new contents 2022-02-09 16:44:27 +03:00
5920ff19d1 appending to a pdf page 2022-02-08 15:23:03 +03:00
32464079da appending to our pdf
page resources are not migrated
2022-02-04 17:07:38 +03:00
5e24200521 get Page object from PdfReader 2022-02-03 18:25:14 +03:00
e5aceb9b8c Add CPageForWriter 2022-02-02 17:12:20 +03:00
7e0613e2e9 add to pdf moved to PdfReader 2022-01-31 13:34:00 +03:00
4f5567cf3c test add in pdf 2022-01-28 15:57:30 +03:00
31af7b633d test reader-writer without x2t 2022-01-27 18:11:36 +03:00