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.3.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file pypdf2htmlex-1.3.tar.gz
.
File metadata
- Download URL: pypdf2htmlex-1.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09b27024fd523d8ea049e11432b5aec0ef70b24883d78cd7d0890235feccacfb |
|
MD5 | 20f37d3fca4be7b8f6c029a2e377797b |
|
BLAKE2b-256 | ee21ae5982b4bf80d25c1ef23ed8e5220435e257642c51af94eed729e8ffb015 |
File details
Details for the file pypdf2htmlex-1.3-py3-none-any.whl
.
File metadata
- Download URL: pypdf2htmlex-1.3-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f461969213b25f3964b528206d92785057b3e8d5f1c4a4c094b44fa286cdfe07 |
|
MD5 | 8c004720f6f2ebca3c0a2b66dc41990d |
|
BLAKE2b-256 | 3550ccf0e40c21d89083ed3bb6f263290d933b8159b338c00f42cbedec1741cf |