pdfminer.six/pdfminer
Anton Oleynick 4bc0a0c105 Update pdftypes.py (#61)
Fix errors with:
  File "/app/python/lib/python3.5/site-packages/pdfminer/pdfinterp.py", line 850, in process_page
    self.render_contents(page.resources, page.contents, ctm=ctm)
  File "/app/python/lib/python3.5/site-packages/pdfminer/pdfinterp.py", line 860, in render_contents
    self.init_resources(resources)
  File "/app/python/lib/python3.5/site-packages/pdfminer/pdfinterp.py", line 360, in init_resources
    self.fontmap[fontid] = self.rsrcmgr.get_font(objid, spec)
  File "/app/python/lib/python3.5/site-packages/pdfminer/pdfinterp.py", line 210, in get_font
    font = self.get_font(None, subspec)
  File "/app/python/lib/python3.5/site-packages/pdfminer/pdfinterp.py", line 201, in get_font
    font = PDFCIDFont(self, spec)
  File "/app/python/lib/python3.5/site-packages/pdfminer/pdffont.py", line 667, in __init__
    BytesIO(self.fontfile.get_data()))
  File "/app/python/lib/python3.5/site-packages/pdfminer/pdftypes.py", line 297, in get_data
    self.decode()
  File "/app/python/lib/python3.5/site-packages/pdfminer/pdftypes.py", line 278, in decode
    if 'Predictor' in params:
TypeError: argument of type 'NoneType' is not iterable
2017-05-29 08:55:02 +02: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 20170419 (patches a stupid bug from yesterday...) 2017-04-19 14:24:13 +02: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 Fixes #54 -- don't pass bytestrings through ord() (#55) 2017-04-18 16:57:53 +02: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 logging (stupid bug) 2017-04-19 13:48:45 +02: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 issue #56 reproduced, solution attempt unsucessful 2017-04-19 14:19:14 +02: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 Update pdftypes.py (#61) 2017-05-29 08:55:02 +02: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