Skip to content

Commit

Permalink
Remove webapp and other (un)helpful application references: django, c…
Browse files Browse the repository at this point in the history
…gi, and pyinstaller. (#320)

Fixes #314 
Fixes #105
  • Loading branch information
pietermarsman authored Oct 26, 2019
1 parent 1c4a416 commit d88d602
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 396 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/).
### Fixed
- Unhandled AssertionError when dumping pdf containing reference to object id 0 ([#318](https://github.com/pdfminer/pdfminer.six/pull/318))

### Removed
- Files for external applications such as django, cgi and pyinstaller ([#314](https://github.com/pdfminer/pdfminer.six/issues/314))

## [20191020] - 2019-10-20

### Deprecated
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3>Features</h3>
<li> CJK languages and vertical writing scripts support.
<li> Various font types (Type1, TrueType, Type3, and CID) support.
<li> Basic encryption (RC4) support.
<li> PDF to HTML conversion (with a sample converter web app).
<li> PDF to HTML conversion.
<li> Outline (TOC) extraction.
<li> Tagged contents extraction.
<li> Reconstruct the original layout by grouping text chunks.
Expand Down
7 changes: 0 additions & 7 deletions pdfminer/settings.py
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
STRICT = False

try:
from django.conf import settings
STRICT = getattr(settings, 'PDF_MINER_IS_STRICT', STRICT)
except Exception:
# in case it's not a django project
pass
215 changes: 0 additions & 215 deletions tools/pdf2html.cgi

This file was deleted.

30 changes: 0 additions & 30 deletions tools/pdf2txt.spec

This file was deleted.

29 changes: 0 additions & 29 deletions tools/pdfdiff.spec

This file was deleted.

Loading

0 comments on commit d88d602

Please sign in to comment.