pdfminer.six/pdfminer
Pieter Marsman aa5dec252f Fixes jbig2 writer to write valid jb2 files
See: https://github.com/pdfminer/pdfminer.six/pull/653

Squashed commit of the following:

commit 8748c9fcddab0826cca243eee45c40d2b6611e80
Author: Pieter Marsman <pietermarsman@gmail.com>
Date:   Sun Jan 23 21:40:50 2022 +0100

    Remove prints in test

commit bb977258a39fc7baa13bba1c3ea29726e17c0f6d
Author: Pieter Marsman <pietermarsman@gmail.com>
Date:   Sun Jan 23 21:35:12 2022 +0100

    Cleanup exception handling for jbig2 global streams

commit cf0b47b01b7caad8acbd82097aadadb620606a8b
Merge: a5831d1 708dd20
Author: Pieter Marsman <pietermarsman@gmail.com>
Date:   Sun Jan 23 21:29:15 2022 +0100

    Merge branch 'develop' into jbig2_fix

commit a5831d110a
Author: Forest Gregg <fgregg@datamade.us>
Date:   Sun Aug 1 22:59:17 2021 -0400

    flake8 tests

commit 18ffa29387
Author: Forest Gregg <fgregg@datamade.us>
Date:   Sun Aug 1 22:52:11 2021 -0400

    add description in changelog

commit 6c7ee43d6c
Author: Forest Gregg <fgregg@datamade.us>
Date:   Sun Aug 1 22:43:36 2021 -0400

    Fixes jbig2 writer to write valid jb2 files

    - closes #652
2022-01-23 21:41:08 +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 Bump version to 20211012 2021-10-12 20:45:24 +02:00
_saslprep.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
arcfour.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
ascii85.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
ccitt.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
cmapdb.py Add support identity unicode cmap (#626) 2021-10-13 21:52:00 +02:00
converter.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
encodingdb.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
fontmetrics.py Drop support for legacy Python 2 (#346) 2020-01-04 16:47:07 +01:00
glyphlist.py Drop support for legacy Python 2 (#346) 2020-01-04 16:47:07 +01:00
high_level.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
image.py Fixes jbig2 writer to write valid jb2 files 2022-01-23 21:41:08 +01:00
jbig2.py Fixes jbig2 writer to write valid jb2 files 2022-01-23 21:41:08 +01:00
latin_enc.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
layout.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
lzw.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdfcolor.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdfdevice.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdfdocument.py Attempt to handle decompression error on some broken PDF files (#637) 2021-12-11 18:25:19 +01:00
pdffont.py Add support identity unicode cmap (#626) 2021-10-13 21:52:00 +02:00
pdfinterp.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdfpage.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdfparser.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdftypes.py Add support for JPEG2000 image encoding 2022-01-23 21:17:47 +01:00
psparser.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
runlength.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
settings.py Remove webapp and other (un)helpful application references: django, cgi, and pyinstaller. (#320) 2019-10-26 19:16:37 +02:00
utils.py Replace typing-extensions Literal with the type of the Literal & run mypy, nosetest and sphinx in there own environment on cicd (#677) 2021-10-12 20:22:58 +02:00