mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-07 19:29:16 +08:00

* 'master' of https://github.com/peterwilliams97/unidoc: (50 commits) Fixing lab colorspace component input ranges. Fix Indexed cs Image to rgb conversion. Make float parsing more like gs Fixed Lab bounds Added dummy encodings Added dummy encodings Fix PS processing of dup operand. Fixes #98. Check sizes for memory allocation based on pdf user inputs. Fixes #107. Check to avoid division by zero. Fixes #106. Add GetObjectNums Address go vet issues Fix comment typo Fixed some bugs found while getting pdf_descibe.go to work Address golint recommendations in core Address core golint recommendations in crypt, io Add check for base colorspace type when loading Indexed colorspace. Fixes #95. Address more golint recommendations #89 Checks on stated byte lengths in xref stream objects. Closes #94. Address golint recommendations. Add TODO comments for recommended future refactoring work in next major release. Only attempt to load annotation from a valid indirect object for annotation Popup entries. Fixes #91. Address godoc code block line wrapping ...