526 Commits

Author SHA1 Message Date
Gunnsteinn Hall
bd3408040c
Update README.md 2018-12-06 14:50:32 +00:00
Gunnsteinn Hall
6277dde637
Update README.md 2018-12-06 14:33:58 +00:00
Gunnsteinn Hall
2752beb6f0 Release v2.2.0 2018-11-17 11:32:42 +00:00
Gunnsteinn Hall
138c412b7e
Merge pull request #246 from unidoc/fix-inlineimg-accept-fullname-params
Support more full name params in inline images.  Fixes #235
2018-11-17 11:29:45 +00:00
Gunnsteinn Hall
b89a074fcf
Merge branch 'master' into fix-inlineimg-accept-fullname-params 2018-11-17 11:25:25 +00:00
Gunnsteinn Hall
ea294c8817
update readme 2018-11-09 10:52:57 +00:00
Gunnsteinn Hall
651ec3865e
Merge branch 'master' into fix-inlineimg-accept-fullname-params 2018-10-26 11:19:14 +00:00
Gunnsteinn Hall
b62393c8e4
Merge pull request #245 from unidoc/cs-parsing-fix
Colorspace parsing fix when name embedded in indirect object
2018-10-25 10:11:10 +00:00
Gunnsteinn Hall
591c788f4b Jenkinsfile - golint fix 2018-10-23 14:56:12 +00:00
Gunnsteinn Hall
75dbcacabe Support more full name params in inline images. Fixes #235
Added reference and cleaned up style.
2018-10-23 14:46:42 +00:00
Gunnsteinn Hall
748c3804bc comment style 2018-10-23 14:20:14 +00:00
Gunnsteinn Hall
c8e20cd515 Jenkinsfile update - fix golint 2018-10-23 14:16:18 +00:00
Gunnsteinn Hall
35bd354314 Fix for #188 based on #186 and #187. Cleaned up and simplified according to style guide. 2018-10-23 14:16:02 +00:00
Gunnsteinn Hall
731a0dd9af
Merge pull request #229 from adrg/master
Fix styled paragraph newline text wrapping
2018-10-05 12:44:43 +00:00
Adrian-George Bostan
ae264d2614 Fix typo in the styled paragraph 2018-10-04 19:45:39 +03:00
Gunnsteinn Hall
6ff5fa3c02
Merge pull request #217 from dennwc/refactor
Refactor Crypt Filter Methods (CFM)
2018-09-25 23:22:26 +00:00
Denys Smirnov
760f58b954 core: add doc comments for CFMs 2018-09-26 02:16:17 +03:00
Denys Smirnov
b3c45a550a core: refactor crypt filter selection code 2018-09-26 00:52:05 +03:00
Denys Smirnov
d551451585 core: move common code for object key generation to a separate function 2018-09-26 00:52:05 +03:00
Denys Smirnov
be03592b2a core: move CFM to separate structs that implement a common interface 2018-09-26 00:52:05 +03:00
Gunnsteinn Hall
f74acfdea0
Merge pull request #213 from adrg/paragraph-styles
Multi-style paragraphs
2018-09-25 20:43:36 +00:00
Adrian-George Bostan
24a8628bc2 Fix StyledParagraph calculated height inside table 2018-09-25 21:54:01 +03:00
Adrian-George Bostan
3885bb9e20 Fix StyledParagraph wrapping issue when used inside table cell 2018-09-25 21:15:20 +03:00
Adrian-George Bostan
9ffcdf7698 Merge branch 'paragraph-styles' of github.com:adrg/unidoc into paragraph-styles 2018-09-25 20:51:20 +03:00
Adrian-George Bostan
464489c657 Fix some comment typos 2018-09-25 20:48:50 +03:00
Gunnsteinn Hall
9d59d111aa
Merge branch 'master' into paragraph-styles 2018-09-25 17:31:25 +00:00
Gunnsteinn Hall
b8db74ac94 Add .gitattributes (ignore crlf) 2018-09-25 16:30:29 +00:00
Gunnsteinn Hall
9c99362aaf
Merge pull request #214 from dennwc/decrypt_xref
Do not decrypt XRef streams and "Encrypt" dictionary
2018-09-25 14:42:19 +00:00
Denys Smirnov
7b2f6a6aab core: do not decrypt XRef streams and the Encrypt dictionary; fix #205 2018-09-25 01:48:29 +03:00
Adrian-George Bostan
243be8720a Change division component test to include styled paragraphs 2018-09-24 20:11:02 +03:00
Adrian-George Bostan
922eebca98 Add test for the StyledParagraph component 2018-09-24 19:52:19 +03:00
Adrian-George Bostan
fdda96e870 Add comment to the styled paragraph Reset method 2018-09-24 19:51:42 +03:00
Adrian-George Bostan
660139b59a Make Division support the StyledParagraph component 2018-09-24 19:43:48 +03:00
Adrian-George Bostan
8e498d43c8 Change Division component comment 2018-09-24 18:53:14 +03:00
Adrian-George Bostan
2f30e325eb Add Reset method for the StyledParagraph component 2018-09-24 18:25:05 +03:00
Adrian-George Bostan
4ec03343b2 Add support for StyledParagraph in the division component 2018-09-24 18:07:24 +03:00
Adrian-George Bostan
4330ca3973 Fix text alignments for the Styled paragraph component 2018-09-24 18:05:07 +03:00
Adrian-George Bostan
c4f0bdb402 Remove right trailing space on paragraph text wrap 2018-09-24 17:34:45 +03:00
Adrian-George Bostan
f78e7d6633 Add Append method for the StyledParagraph component 2018-09-24 16:41:43 +03:00
Adrian-George Bostan
1b5b6fa31f Add StyleParagraph component 2018-09-23 17:58:33 +03:00
Adrian-George Bostan
0c17e10ba3 Add TextStyle structure 2018-09-23 17:58:18 +03:00
Denys Smirnov
8450ebcef6 core: use type switch instead of if statements in encode and decode 2018-09-20 02:00:01 +03:00
Gunnsteinn Hall
6f85ca4fa8
Merge pull request #204 from dennwc/aes3_encrypt
Implement AES encryption (128 and 256 bits)
2018-09-19 22:05:28 +00:00
Denys Smirnov
b7dcbc22de core: fix standard crypt filter name; resolves issues with Adobe Reader 2018-09-19 23:48:50 +03:00
Denys Smirnov
eac1e899dc core: allow to write documents with AES encryption 2018-09-19 06:02:15 +03:00
Denys Smirnov
839f9ea3bc core: fix padding for AESv3 2018-09-19 06:01:29 +03:00
Denys Smirnov
d424bc2b6d core: add MakeBool helper 2018-09-19 06:00:19 +03:00
Denys Smirnov
d4b2490ea3 core: implement encryption algorithms 8-10; add tests for alg 8-13 2018-09-19 03:33:59 +03:00
Denys Smirnov
7fb4c91137 core: do not overwrite Perms then validating it 2018-09-19 03:12:49 +03:00
Denys Smirnov
e18e4b502c core: move zero iv allocation to a separate function 2018-09-19 02:44:26 +03:00