{"id":34082677,"url":"https://github.com/breaking-mind/pypdf2htmlex","last_synced_at":"2026-03-09T16:03:07.570Z","repository":{"id":241286973,"uuid":"799626561","full_name":"breaking-mind/pypdf2htmlEX","owner":"breaking-mind","description":"a simple python wrapper for the pdf2htmlEX","archived":false,"fork":false,"pushed_at":"2025-01-18T21:40:44.000Z","size":27,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-16T14:45:22.752Z","etag":null,"topics":["pdf-to-html","pdf-wrapper","pdf2html","pdf2htmlex","wrapper-library"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pypdf2htmlex/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/breaking-mind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-12T17:41:27.000Z","updated_at":"2025-11-09T01:18:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7317eff-148a-4a3e-9563-25ebf9d0d407","html_url":"https://github.com/breaking-mind/pypdf2htmlEX","commit_stats":null,"previous_names":["gabriel-batistuta/pypdf2htmlex","breaking-mind/pypdf2htmlex"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/breaking-mind/pypdf2htmlEX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breaking-mind%2Fpypdf2htmlEX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breaking-mind%2Fpypdf2htmlEX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breaking-mind%2Fpypdf2htmlEX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breaking-mind%2Fpypdf2htmlEX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/breaking-mind","download_url":"https://codeload.github.com/breaking-mind/pypdf2htmlEX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breaking-mind%2Fpypdf2htmlEX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30301524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pdf-to-html","pdf-wrapper","pdf2html","pdf2htmlex","wrapper-library"],"created_at":"2025-12-14T12:23:16.521Z","updated_at":"2026-03-09T16:03:07.560Z","avatar_url":"https://github.com/breaking-mind.png","language":"Python","readme":"# PYPDF2HTMLEX\npypdf2htmlex is a Python wrapper for the PDF2HTMLEX (YOU NEED INSTALL THE PDF2HTMLEX IN YOUR PC FOR USE THIS PYTHON LIBRARY)\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## making HTML files from dir with various pdf \n\nthis code will make html files of all pdf in same folder 'pdfs'\n```python\nimport pypdf2htmlEX\n\npypdf2htmlEX.dir_to_html(dir_path='pdfs')\n```\n\nthis code will make html files of all pdf in folder 'pdfs' on folder 'htmls'\n```python\nimport pypdf2htmlEX\n\npypdf2htmlEX.dir_to_html(dir_path='pdfs', dest_dir='htmls')\n```\n\nthis code will make html files of all pdf in folder 'pdfs' on folder 'htmls' and every html file will have sequential after the name File, ex: \"File_1.html\", \"File_2.html\".\n```python\nimport pypdf2htmlEX\n\npypdf2htmlEX.dir_to_html(dir_path='pdfs', dest_dir='htmls', new_file_name='File_')\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreaking-mind%2Fpypdf2htmlex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreaking-mind%2Fpypdf2htmlex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreaking-mind%2Fpypdf2htmlex/lists"}