1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated URL for the article More... about 6 years ago
Merge branch 'develop' into develop More... about 6 years ago
Adding Denis's article name. More... about 6 years ago
Merge branch 'pdfstream-as-cmap' of https://github.com/fakabbir/pdfminer.six into pdfstream-as-cmap More... about 6 years ago
Correct old test cases More... about 6 years ago
Merge branch 'develop' into pdfstream-as-cmap More... about 6 years ago
Adds Test Case More... about 6 years ago
Adds decoder for OnebyteIdentityH/V instead of using default CMap More... about 6 years ago
Merge pull request #264 from fakabbir/pdfstream-as-cmap More... about 6 years ago
Merge pull request #263 from pietermarsman/261-glyph-list-specification More... about 6 years ago
Merge branch 'develop' of github.com:pdfminer/pdfminer.six into develop More... about 6 years ago
Merge pull request #274 from igormp/iteritems More... about 6 years ago
Adds Test Cases, Neater Code For CMap Assignment More... about 6 years ago
Removes Code Comments More... about 6 years ago
Adds Test, Removes Unnecessary Assumptions More... about 6 years ago
Replaced .iteritems() and with six.iteritems() for Python 3 compat More... about 6 years ago
Use resolve_all on PdfFont widths and bbox More... about 6 years ago
Raise a `KeyError` with a useful message if `unicode2name()` does not match any glyph name. Use this message to log debug statements. More... about 6 years ago
Remove intermediate variable `full_stop` because it is just a dot More... about 6 years ago
Removes @property, Adds docstring More... about 6 years ago
Fix error, python2 cannot handle unicode in a .py file More... about 6 years ago
Fix error, python2 cannot handle unicode in a .py file More... about 6 years ago
Use KeyError to signal that the name does not resemble any unicode, this pattern is also used in the rest of pdfminer.six More... about 6 years ago
Add lowercase adobe glyph name tests More... about 6 years ago
Add docstring to Type1FontHeaderParser.get_encoding() that describes that the custom CharStrings of the font are mapped to '' More... about 6 years ago
Change implementation of name2unicode such that it follows the Adobe Glyph specs (with allowing lowercase) More... about 6 years ago
Corrects Indentation More... about 6 years ago
Encapsulates character map name More... about 6 years ago
Added test for overflow error reported by @jtlz2: https://github.com/pdfminer/pdfminer.six/issues/177#issuecomment-510173228_ More... about 6 years ago
Add some (failing) unittests for name2unicode based on the examples in the Adobe Glyph List Specification More... about 6 years ago