LICENSE
MANIFEST.in
README.md
setup.py
pdfmajor/__init__.py
pdfmajor.egg-info/PKG-INFO
pdfmajor.egg-info/SOURCES.txt
pdfmajor.egg-info/dependency_links.txt
pdfmajor.egg-info/requires.txt
pdfmajor.egg-info/top_level.txt
pdfmajor/converters/HTMLConverter.py
pdfmajor/converters/JSONConverter.py
pdfmajor/converters/PDFConverter.py
pdfmajor/converters/TextConverter.py
pdfmajor/converters/XMLConverter.py
pdfmajor/converters/__init__.py
pdfmajor/imagewriter/__init__.py
pdfmajor/interpreter/EncodingDB.py
pdfmajor/interpreter/PDFColorSpace.py
pdfmajor/interpreter/PDFContentParser.py
pdfmajor/interpreter/PDFFont.py
pdfmajor/interpreter/PDFPage.py
pdfmajor/interpreter/PDFPageInterpreter.py
pdfmajor/interpreter/PDFParser.py
pdfmajor/interpreter/PDFResourceManager.py
pdfmajor/interpreter/PDFTextState.py
pdfmajor/interpreter/PDFdevice.py
pdfmajor/interpreter/__init__.py
pdfmajor/interpreter/constants.py
pdfmajor/interpreter/types.py
pdfmajor/interpreter/PDFDocument/PDFSecurityHandler.py
pdfmajor/interpreter/PDFDocument/PDFXRef.py
pdfmajor/interpreter/PDFDocument/__init__.py
pdfmajor/interpreter/PDFDocument/constants.py
pdfmajor/interpreter/PDFDocument/exceptions.py
pdfmajor/interpreter/PDFGraphicState/PDFGraphicStateColor.py
pdfmajor/interpreter/PDFGraphicState/__init__.py
pdfmajor/interpreter/PDFStream/PDFObjRef.py
pdfmajor/interpreter/PDFStream/PDFStream.py
pdfmajor/interpreter/PDFStream/__init__.py
pdfmajor/interpreter/PDFStream/ccitt.py
pdfmajor/interpreter/PDFStream/constants.py
pdfmajor/interpreter/PDFStream/exceptions.py
pdfmajor/interpreter/PDFStream/types.py
pdfmajor/interpreter/PDFStream/util.py
pdfmajor/interpreter/PSStackParser/PSBaseParser.py
pdfmajor/interpreter/PSStackParser/__init__.py
pdfmajor/interpreter/PSStackParser/constants.py
pdfmajor/interpreter/PSStackParser/exceptions.py
pdfmajor/interpreter/PSStackParser/types.py
pdfmajor/interpreter/cmapdb/__init__.py
pdfmajor/layouts/LTChar.py
pdfmajor/layouts/LTCharBlock.py
pdfmajor/layouts/LTCurves.py
pdfmajor/layouts/LTFigure.py
pdfmajor/layouts/LTImage.py
pdfmajor/layouts/LTPage.py
pdfmajor/layouts/__init__.py
pdfmajor/layouts/_base.py
pdfmajor/utils/__init__.py
pdfmajor/utils/ascii85.py
pdfmajor/utils/fontmetrics.py
pdfmajor/utils/generic.py
pdfmajor/utils/lzw.py
pdfmajor/utils/matrix.py
pdfmajor/utils/text.py
pdfmajor/utils/types.py
pdfmajor/utils/encoding/__init__.py
pdfmajor/utils/encoding/glyphlist.py
pdfmajor/utils/encoding/latin_enc.py
tools/pdfconvert.py