{"id":25651100,"url":"https://github.com/abhis-10/pdf_merger","last_synced_at":"2026-04-28T12:37:47.308Z","repository":{"id":277207658,"uuid":"931680682","full_name":"abhis-10/PDF_Merger","owner":"abhis-10","description":"Its one of my friendly tool that i built to save you from those time consuming pdf's merging situations.","archived":false,"fork":false,"pushed_at":"2025-02-12T17:52:25.000Z","size":6222,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T23:04:41.726Z","etag":null,"topics":["bootstrap","javascript","nodejs"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/abhis-10.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":"2025-02-12T17:20:51.000Z","updated_at":"2025-02-12T17:57:23.000Z","dependencies_parsed_at":"2025-02-12T18:40:01.325Z","dependency_job_id":"04695673-742b-4a8e-add5-00797cce23fb","html_url":"https://github.com/abhis-10/PDF_Merger","commit_stats":null,"previous_names":["abhis-10/pdf_merger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abhis-10/PDF_Merger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhis-10%2FPDF_Merger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhis-10%2FPDF_Merger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhis-10%2FPDF_Merger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhis-10%2FPDF_Merger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhis-10","download_url":"https://codeload.github.com/abhis-10/PDF_Merger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhis-10%2FPDF_Merger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261967126,"owners_count":23237662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bootstrap","javascript","nodejs"],"created_at":"2025-02-23T16:17:29.822Z","updated_at":"2026-04-28T12:37:47.298Z","avatar_url":"https://github.com/abhis-10.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDF_Merger\nA friendly and efficient Node.js + Express PDF merging tool that lets users upload multiple PDF files and merges them into a single combined document in a few clicks.\nThis project saves you from time-consuming manual PDF merging and provides a simple backend that handles uploads, merging, and serving the merged PDF.\n\n### Features\n1. Upload multiple PDF files at once\n2. Automatically merge uploaded PDFs into one file\n3. Serves merged PDF back to user for download\n4. Simple UI form (in template/index.html) to select files\n5. Stores uploads temporarily in uploads/ before merging\n\n### Project Structure\n```mermaid\nflowchart TD\n    A[User Browser] --\u003e|Open App| B[index.html]\n    B --\u003e|Select PDFs \u0026 Submit| C[Express Server\u003cbr/\u003eServer.js]\n    \n    C --\u003e|Upload PDFs| D[Multer Middleware]\n    D --\u003e|Store files| E[uploads/ Folder]\n    \n    E --\u003e F[merge.js]\n    F --\u003e|Merge PDFs| G[Merged PDF File]\n    \n    G --\u003e|Send file| C\n    C --\u003e|Download| A\n\n```\n\n### How it works\n1. How It Works\n2. User opens web page with an upload form.\n3. User selects 2+ PDF files to upload.\n4. Multer handles file upload and saves PDFs in uploads/.\n5. The app sends file paths to the merge logic in merge.js.\n6. PDFs are merged using a library like pdf-merger-js.\n7. Merged file is saved to disk (e.g., in public/ or merged/).\n8.Server responds with merged PDF for download.\n\n### Flow Diagram\n```mermaid\nflowchart LR\n    A[Client] --\u003e|GET request| B[Upload Form]\n    B --\u003e|POST PDFs| C[Express Server]\n\n    C --\u003e|Save files| D[uploads folder]\n    C --\u003e|Call merge logic| E[merge.js]\n\n    E --\u003e|Read PDFs| D\n    E --\u003e|Merge PDFs| F[Merged PDF]\n\n    F --\u003e|Return file| A\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhis-10%2Fpdf_merger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhis-10%2Fpdf_merger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhis-10%2Fpdf_merger/lists"}