{"id":25011357,"url":"https://github.com/stefanhengl/pdfsplit","last_synced_at":"2025-03-30T02:43:58.443Z","repository":{"id":62434104,"uuid":"134555349","full_name":"stefanhengl/pdfsplit","owner":"stefanhengl","description":"A Clojure library that splits and merges PDFs","archived":false,"fork":false,"pushed_at":"2018-05-24T09:38:18.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T05:27:30.871Z","etag":null,"topics":["clojure","merge","pdf","pdfbox","split"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/stefanhengl.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}},"created_at":"2018-05-23T10:48:31.000Z","updated_at":"2018-05-24T09:38:19.000Z","dependencies_parsed_at":"2022-11-01T20:45:52.789Z","dependency_job_id":null,"html_url":"https://github.com/stefanhengl/pdfsplit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanhengl%2Fpdfsplit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanhengl%2Fpdfsplit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanhengl%2Fpdfsplit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanhengl%2Fpdfsplit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanhengl","download_url":"https://codeload.github.com/stefanhengl/pdfsplit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246269912,"owners_count":20750319,"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":["clojure","merge","pdf","pdfbox","split"],"created_at":"2025-02-05T05:24:21.891Z","updated_at":"2025-03-30T02:43:58.421Z","avatar_url":"https://github.com/stefanhengl.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/stefanhengl/pdfsplit.svg?branch=master)](https://travis-ci.com/stefanhengl/pdfsplit)\n# pdfsplit\n\nA Clojure library that splits and merges PDFs.\n\n## Installation\n\n[![Clojars Project](http://clojars.org/pdfsplit/latest-version.svg)](http://clojars.org/pdfsplit)\n\n## Usage\n\n### Split\n`split` splits a pdf, saves the individual pages to disk, and\n returns a lazy sequence of the file-names (string)\n\n```clojure\n(:require [pdfsplit.split :refer [split]])\n(split \"path/to/file.pdf\")\n```\n\nGiven a multi-page pdf \"file.pdf\", the indiviudal pages are saved next to \"file.pdf\"\nas file_0.pdf, file_1.pdf and so on.\n### Merge\n`merge-pdfs` merges arbitraily many source PDFs into one target PDF\n```clojure\n(:require [pdfsplit.merge :refer [merge-pdfs]])\n(merge-pdfs \"path/to/target.pdf\" \"path/to/source1.pdf\" \"path/to/source2.pdf\" \"path/to/source3.pdf\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanhengl%2Fpdfsplit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanhengl%2Fpdfsplit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanhengl%2Fpdfsplit/lists"}