This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fixing decoding for cid:160 and cid:173 #224
Open
h2ri
wants to merge
152
commits into
euske:master
Choose a base branch
from
h2ri:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python 3 text conversion issues
CMap fixes and speed improvements
-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.
Minor change to README file
TrueTypeFont: Check for enough data to unpack
Inspired by euske/pdfminer#158 from @andruo11 and euske/pdfminer#197 from @staccatosound.
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
FIX: TypeError caused by bug in _parse_comment; pdfminer#90 pdfminer#89 pdfminer#109
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.