Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Fixing decoding for cid:160 and cid:173 #224

Open
wants to merge 152 commits into
base: master
Choose a base branch
from
Open

Conversation

h2ri
Copy link

@h2ri h2ri commented Jun 20, 2018

No description provided.

sschuberth and others added 30 commits October 16, 2017 12:35
-The presence of the character '\0' was causing an error with some PDFs.
-It has been fixed by replacing all occurences of '\0' with ''.
Adds specific location for location of html file with more information for Command Line Tools pdf2txt.py.
Adds specific location for HTML file containing more information on dumppdf.py command line tool.
TrueTypeFont: Check for enough data to unpack
Added a vector between 2 boxes which may be useful for users of the library
Use except Exception as e clause for Python 3 compatibility
Fix type of an argument to PDFFont#decode to bytes in py3
In python2, isinstance("", bytes) is true, causing enc() to
suppress any string input. This results in fontnames being lost
when running pdf2txt.py in python2.

As this check was not present in the original python2 version of
pdfminer, restrict it to only check when running in python3.
…_Password

FIX: -P is not for page numbers, but passwords; reflect that in the help text
FIX: Only check for bytes input to enc() in python3
Note - For python2, no checks have been put in  place
- python 2.6 is being no longer supported, and some of the PRs are failing the python 2.6 check
FEAT: Send color to XML conversion
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.