{"id":16497777,"url":"https://github.com/chasestarr/pdfmerge","last_synced_at":"2025-07-08T12:08:20.820Z","repository":{"id":77689448,"uuid":"78483092","full_name":"chasestarr/pdfmerge","owner":"chasestarr","description":"Walks through file system tree and merges pdf documents in 'leaf' directories","archived":false,"fork":false,"pushed_at":"2017-01-10T17:55:40.000Z","size":7001,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T19:23:16.635Z","etag":null,"topics":["go","jar","leaf","pdf","tree"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/chasestarr.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,"zenodo":null}},"created_at":"2017-01-10T00:47:14.000Z","updated_at":"2017-02-04T07:55:22.000Z","dependencies_parsed_at":"2023-04-21T18:31:06.899Z","dependency_job_id":null,"html_url":"https://github.com/chasestarr/pdfmerge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chasestarr/pdfmerge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chasestarr%2Fpdfmerge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chasestarr%2Fpdfmerge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chasestarr%2Fpdfmerge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chasestarr%2Fpdfmerge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chasestarr","download_url":"https://codeload.github.com/chasestarr/pdfmerge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chasestarr%2Fpdfmerge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264267068,"owners_count":23581929,"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":["go","jar","leaf","pdf","tree"],"created_at":"2024-10-11T14:45:36.525Z","updated_at":"2025-07-08T12:08:20.807Z","avatar_url":"https://github.com/chasestarr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Mergepdf\n\nWalks through file system tree and merges pdf documents in 'leaf' directories\n\n```shell\n  $ go run main.go \u003croot directory\u003e \u003cpath to pdfbox.jar\u003e \u003coutput file name\u003e\n```\n\n### Jar file info:\nThis repo contains the pdfbox.jar file already, but if you want to download it yourself get it from apache [here](https://pdfbox.apache.org/download.cgi)\n\n### Example folder structure:\n - root_folder\n  - sub_folder\n    - pdf_a.pdf\n    - pdf_b.pdf\n  - sub_folder\n    - pdf_c.pdf\n    - pdf_d.pdf\n  - sub_folder\n    - pdf_e.pdf\n    - pdf_f.pdf\n\n### Example command:\n```shell\n  $ go run main.go ./root_folder ./jar/pdfbox.jar output.pdf\n```\n\n### Example output folder structure:\n - root_folder\n  - sub_folder\n    - pdf_a.pdf\n    - pdf_b.pdf\n    - output.pdf\n  - sub_folder\n    - pdf_c.pdf\n    - pdf_d.pdf\n    - output.pdf\n  - sub_folder\n    - pdf_e.pdf\n    - pdf_f.pdf\n    - output.pdf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchasestarr%2Fpdfmerge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchasestarr%2Fpdfmerge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchasestarr%2Fpdfmerge/lists"}