Wrapper não oficial do pdf2htmlEX
Project description
PDF2HTMLEX
pypdf2htmlex is a Python wrapper for the PDF2HTMLEX
Installing
pip install pypdf2htmlex
Using
making the HTML file from a pdf
import pypdf2htmlEX
pdf = pypdf2htmlEX.PDF("path-to-my-file.pdf")
pdf.to_html()
# will be generated a html file on folder path-to-my-file
setting drm
can pass True for drm parameter to convert a file to html without restrition the value is False by default
import pypdf2htmlEX
pdf = pypdf2htmlEX.PDF("path-to-my-file.pdf", drm=True)
pdf.to_html()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypdf2htmlex-1.8.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file pypdf2htmlex-1.8.tar.gz
.
File metadata
- Download URL: pypdf2htmlex-1.8.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 712e58671362871162dabdfc8971c3813ccdc95695580813954ffa99baa75386 |
|
MD5 | 2bb5d883e418c53dee9e671e6311b34a |
|
BLAKE2b-256 | 811c858630585e4ab4209ad0416af3a9a68fb66e3b814e76ddd58ea21c1799c9 |
File details
Details for the file pypdf2htmlex-1.8-py3-none-any.whl
.
File metadata
- Download URL: pypdf2htmlex-1.8-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62053e7e42ee63c771b7d3a295f0abbd551594e389a33e441e0cbacc937214aa |
|
MD5 | 498745a7c015a6a7be8181ef126795f5 |
|
BLAKE2b-256 | 3c18883f00c22273abbdd9bb12170d80f8d6aad464712736fe18270d9572eca6 |