{"id":21710102,"url":"https://github.com/soorajvp/pdf-to-html","last_synced_at":"2026-04-27T17:33:58.151Z","repository":{"id":262391685,"uuid":"885193030","full_name":"SoorajVp/pdf-to-html","owner":"SoorajVp","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-12T06:46:26.000Z","size":179,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-27T03:41:39.208Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SoorajVp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-11-08T06:08:57.000Z","updated_at":"2024-11-12T06:46:30.000Z","dependencies_parsed_at":"2024-11-12T07:32:21.329Z","dependency_job_id":"13033a72-53d3-4380-8f53-39245fd936e5","html_url":"https://github.com/SoorajVp/pdf-to-html","commit_stats":null,"previous_names":["soorajvp/pdf-to-html"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SoorajVp/pdf-to-html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoorajVp%2Fpdf-to-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoorajVp%2Fpdf-to-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoorajVp%2Fpdf-to-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoorajVp%2Fpdf-to-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoorajVp","download_url":"https://codeload.github.com/SoorajVp/pdf-to-html/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoorajVp%2Fpdf-to-html/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32348048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-25T23:11:48.776Z","updated_at":"2026-04-27T17:33:58.135Z","avatar_url":"https://github.com/SoorajVp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDF URL to HTML Converter\n\nThis Node.js project converts a PDF document from a URL to an HTML file using the PDF.co API. The output HTML file maintains the structure and design of the original PDF document.\n\n## Requirements\n- Node.js\n- PDF.co API Key (sign up at [PDF.co](https://pdf.co/) to get an API key)\n\n## Setup\n1. **Clone the repository** or create a new Node.js project.\n2. **Install Dependencies** (if needed): This project uses `https`, `fs`, and `path`, which are built-in Node.js modules, so no external dependencies are required.\n3. **Set up your PDF.co API Key** by replacing the placeholder `\u003cPDFCO_API_KEY\u003e` with your actual API key.\n\n## Configuration\n- Open the file and update the following variables:\n  - `API_KEY`: Set this to your PDF.co API key.\n  - `SourceFileUrl`: URL of the PDF file you want to convert.\n  - `DestinationFile`: The path where the output HTML file will be saved.\n  - `PlainHtml` and `ColumnLayout`: Set to `true` or `false` depending on whether you want plain HTML without CSS or if the document has a column layout (like a newspaper).\n\n## Usage\nRun the script to start the conversion process:\n```bash\ngit clone https://github.com/SoorajVp/pdf-to-html.git\n\ncd pdf-to-html\n\nnode index.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoorajvp%2Fpdf-to-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoorajvp%2Fpdf-to-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoorajvp%2Fpdf-to-html/lists"}