{"id":18437897,"url":"https://github.com/jjgod/pdfsplit","last_synced_at":"2025-07-26T22:02:36.113Z","repository":{"id":718934,"uuid":"366085","full_name":"jjgod/pdfsplit","owner":"jjgod","description":"A Mac OS X utility to split PDF into pages","archived":false,"fork":false,"pushed_at":"2009-11-09T09:00:13.000Z","size":76,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-04-11T12:00:25.129Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","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/jjgod.png","metadata":{"files":{"readme":"README","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}},"created_at":"2009-11-09T08:49:37.000Z","updated_at":"2020-06-01T02:14:36.000Z","dependencies_parsed_at":"2022-07-05T13:10:38.172Z","dependency_job_id":null,"html_url":"https://github.com/jjgod/pdfsplit","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjgod%2Fpdfsplit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjgod%2Fpdfsplit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjgod%2Fpdfsplit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjgod%2Fpdfsplit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jjgod","download_url":"https://codeload.github.com/jjgod/pdfsplit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223291499,"owners_count":17120965,"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":[],"created_at":"2024-11-06T06:16:36.054Z","updated_at":"2024-11-06T06:16:36.628Z","avatar_url":"https://github.com/jjgod.png","language":"C","readme":"pdfsplit - A Mac OS X utility to split PDF into pages\n=====================================================\n\nWhy?\n----\n\nI am surprised to see there is no simple, lightweight and fast\nutility to split PDF in Mac OS X. There is a Python based [1]\ninplemention utilizing the Python binding of Core Graphics,\nbut PyObjC is traditionally very slow. So here this a direct\nC translation of this tool.\n\nHow?\n----\n\nBuild it with Xcode installed then type 'make'. Though I haven't\ntested myself, it should support systems above Mac OS X 10.4.\n\nusage: pdfsplit input.pdf splitPageNum1 splitPageNum2 ...\n\n  - input.pdf: the path to the input pdf file.\n\n  - splitPageNum1, ...: each one is a positive integer; the numbers\n    must not exceed the number of pages of the input file, and the\n    entire sequence must be strictly increasing.\n\nExample: pdfsplit input.pdf 3 5\n\nThis will split file input.pdf into 3 files (assuming input.pdf is 10\npages long):\n\n  - input.1-3.pdf contains page 1-3;\n  - input.4-5.pdf contains page 4-5;\n  - input.6-10.pdf contains page 6-10.\n\n[1] http://www.cs.cmu.edu/~benhdj/Mac/splitPDF.py\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjgod%2Fpdfsplit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjjgod%2Fpdfsplit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjgod%2Fpdfsplit/lists"}