pypdf2htmlex


Namepypdf2htmlex JSON
Version 1.8 PyPI version JSON
download
home_pagehttps://github.com/gabriel-batistuta/pypdf2htmlEX
SummaryWrapper não oficial do pdf2htmlEX
upload_time2024-08-10 02:01:42
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/81/1c/858630585e4ab4209ad0416af3a9a68fb66e3b814e76ddd58ea21c1799c9/pypdf2htmlex-1.8.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.8",
    "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": "3c18883f00c22273abbdd9bb12170d80f8d6aad464712736fe18270d9572eca6",
                "md5": "498745a7c015a6a7be8181ef126795f5",
                "sha256": "62053e7e42ee63c771b7d3a295f0abbd551594e389a33e441e0cbacc937214aa"
            },
            "downloads": -1,
            "filename": "pypdf2htmlex-1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "498745a7c015a6a7be8181ef126795f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3579,
            "upload_time": "2024-08-10T02:01:41",
            "upload_time_iso_8601": "2024-08-10T02:01:41.666140Z",
            "url": "https://files.pythonhosted.org/packages/3c/18/883f00c22273abbdd9bb12170d80f8d6aad464712736fe18270d9572eca6/pypdf2htmlex-1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "811c858630585e4ab4209ad0416af3a9a68fb66e3b814e76ddd58ea21c1799c9",
                "md5": "2bb5d883e418c53dee9e671e6311b34a",
                "sha256": "712e58671362871162dabdfc8971c3813ccdc95695580813954ffa99baa75386"
            },
            "downloads": -1,
            "filename": "pypdf2htmlex-1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "2bb5d883e418c53dee9e671e6311b34a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3130,
            "upload_time": "2024-08-10T02:01:42",
            "upload_time_iso_8601": "2024-08-10T02:01:42.892448Z",
            "url": "https://files.pythonhosted.org/packages/81/1c/858630585e4ab4209ad0416af3a9a68fb66e3b814e76ddd58ea21c1799c9/pypdf2htmlex-1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-10 02:01:42",
    "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.32669s