Skip to main content

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 hashes)

Uploaded Source

Built Distribution

pypdf2htmlex-1.3-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page