Skip to content

Commit

Permalink
Remove latin2ascii.py because it converts the latin-interpreted bytes…
Browse files Browse the repository at this point in the history
… of a file to ascii, but this has not much to do with PDF's. (#360)

* Remove latin2ascii.py because it converts the latin-interpreted bytes of a file to ascii, but this has not much to do with PDF's.

* Added line to CHANGELOG.md
  • Loading branch information
pietermarsman authored Jan 16, 2020
1 parent 410d7ec commit 52da65d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 139 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Compute correct font height by removing scaling with font bounding box height ([#348](https://github.com/pdfminer/pdfminer.six/pull/348))
- KeyError when extracting embedded files and a Unicode file specification is missing ([#338](https://github.com/pdfminer/pdfminer.six/pull/338))

### Removed
- The command-line utility latin2ascii.py ([#360](https://github.com/pdfminer/pdfminer.six/pull/360))

## [20200104] - 2019-01-04

## Removed
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
scripts=[
'tools/pdf2txt.py',
'tools/dumppdf.py',
'tools/latin2ascii.py',
],
keywords=[
'pdf parser',
Expand Down
138 changes: 0 additions & 138 deletions tools/latin2ascii.py

This file was deleted.

0 comments on commit 52da65d

Please sign in to comment.