pdfminer.six/pdfminer
Andrew Baumann 9439a3a31a Miscellaneous bug fixes (#47)
* utils.decode_text: fix "TypeError: ord() expected string of length 1, but int found"

fixes https://github.com/goulu/pdfminer/issues/24

* pdfinterp.execute: don't assume that every keyword name can be decoded as utf-8

fixes "'str' does not support the buffer interface", https://github.com/goulu/pdfminer/issues/23

* default settings.STRICT to False, for compatibility with the original pdfminer

* PDFCIDFont: handle font registry/orderings that may be PDFObjRefs

* utils.nunpack: handle 8-byte integers
2017-02-06 14:57:01 +01:00
..
cmap Include compiled cmap resources to simplify installation for CJK languages 2015-12-27 13:32:29 +09:00
Makefile apply more patches 2010-02-13 15:00:43 +00:00
__init__.py v. 20170119 RC 2017-01-19 08:42:20 +01:00
arcfour.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
ascii85.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
ccitt.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
cmapdb.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
converter.py Merge remote-tracking branch 'origin/master' 2017-01-19 08:03:16 +01:00
encodingdb.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
fontmetrics.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
glyphlist.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
high_level.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
image.py image export works again with Py3 (issue #15) 2017-01-20 10:11:19 +01:00
latin_enc.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
layout.py Merge remote-tracking branch 'origin/master' 2017-01-19 08:03:16 +01:00
lzw.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
pdfcolor.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
pdfdevice.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
pdfdocument.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
pdffont.py Miscellaneous bug fixes (#47) 2017-02-06 14:57:01 +01:00
pdfinterp.py Added painting information (#37) 2016-11-08 20:01:58 +01:00
pdfpage.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
pdfparser.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
pdftypes.py image export works again with Py3 (issue #15) 2017-01-20 10:11:19 +01:00
psparser.py Miscellaneous bug fixes (#47) 2017-02-06 14:57:01 +01:00
rijndael.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
runlength.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
settings.py Miscellaneous bug fixes (#47) 2017-02-06 14:57:01 +01:00
utils.py Miscellaneous bug fixes (#47) 2017-02-06 14:57:01 +01:00