pypdf2htmlex


Namepypdf2htmlex JSON
Version 1.3 PyPI version JSON
download
home_pagehttps://github.com/gabriel-batistuta/pypdf2htmlEX
SummaryWrapper não oficial do pdf2htmlEX
upload_time2024-05-27 13:24:18
maintainerNone
docs_urlNone
authorGabriel Batistuta
requires_pythonNone
licenseMIT License
keywords pdf2htmlex pdf-to-html pdf html wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PDF2HTMLEX
pypdf2htmlex is a Python wrapper for the PDF2HTMLEX

# Installing
```bash
pip install pypdf2htmlex
```

# Using

## making the HTML file from a pdf
```python
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

```python
import pypdf2htmlEX

pdf = pypdf2htmlEX.PDF("path-to-my-file.pdf", drm=True)
pdf.to_html()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gabriel-batistuta/pypdf2htmlEX",
    "name": "pypdf2htmlex",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "pdf2htmlEX pdf-to-html pdf html wrapper",
    "author": "Gabriel Batistuta",
    "author_email": "batistutag190@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ee/21/ae5982b4bf80d25c1ef23ed8e5220435e257642c51af94eed729e8ffb015/pypdf2htmlex-1.3.tar.gz",
    "platform": null,
    "description": "# PDF2HTMLEX\npypdf2htmlex is a Python wrapper for the PDF2HTMLEX\n\n# Installing\n```bash\npip install pypdf2htmlex\n```\n\n# Using\n\n## making the HTML file from a pdf\n```python\nimport pypdf2htmlEX\n\npdf = pypdf2htmlEX.PDF(\"path-to-my-file.pdf\")\npdf.to_html()\n# will be generated a html file on folder path-to-my-file\n```\n\n## setting drm\ncan pass True for drm parameter to convert a file to html without restrition\nthe value is False by default\n\n```python\nimport pypdf2htmlEX\n\npdf = pypdf2htmlEX.PDF(\"path-to-my-file.pdf\", drm=True)\npdf.to_html()\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Wrapper n\u00e3o oficial do pdf2htmlEX",
    "version": "1.3",
    "project_urls": {
        "Homepage": "https://github.com/gabriel-batistuta/pypdf2htmlEX",
        "Repository": "https://github.com/gabriel-batistuta/pypdf2htmlEX"
    },
    "split_keywords": [
        "pdf2htmlex",
        "pdf-to-html",
        "pdf",
        "html",
        "wrapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3550ccf0e40c21d89083ed3bb6f263290d933b8159b338c00f42cbedec1741cf",
                "md5": "8c004720f6f2ebca3c0a2b66dc41990d",
                "sha256": "f461969213b25f3964b528206d92785057b3e8d5f1c4a4c094b44fa286cdfe07"
            },
            "downloads": -1,
            "filename": "pypdf2htmlex-1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c004720f6f2ebca3c0a2b66dc41990d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2899,
            "upload_time": "2024-05-27T13:24:16",
            "upload_time_iso_8601": "2024-05-27T13:24:16.606190Z",
            "url": "https://files.pythonhosted.org/packages/35/50/ccf0e40c21d89083ed3bb6f263290d933b8159b338c00f42cbedec1741cf/pypdf2htmlex-1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee21ae5982b4bf80d25c1ef23ed8e5220435e257642c51af94eed729e8ffb015",
                "md5": "20f37d3fca4be7b8f6c029a2e377797b",
                "sha256": "09b27024fd523d8ea049e11432b5aec0ef70b24883d78cd7d0890235feccacfb"
            },
            "downloads": -1,
            "filename": "pypdf2htmlex-1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "20f37d3fca4be7b8f6c029a2e377797b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2473,
            "upload_time": "2024-05-27T13:24:18",
            "upload_time_iso_8601": "2024-05-27T13:24:18.543614Z",
            "url": "https://files.pythonhosted.org/packages/ee/21/ae5982b4bf80d25c1ef23ed8e5220435e257642c51af94eed729e8ffb015/pypdf2htmlex-1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-27 13:24:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gabriel-batistuta",
    "github_project": "pypdf2htmlEX",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pypdf2htmlex"
}
        
Elapsed time: 0.68900s