{"id":18244102,"url":"https://github.com/rmathsphys/pdf-utilities","last_synced_at":"2025-04-08T18:30:18.619Z","repository":{"id":178131454,"uuid":"650511052","full_name":"rmathsphys/pdf-utilities","owner":"rmathsphys","description":"CLI based set of simple utility scripts for quickly manipulating PDFs.","archived":false,"fork":false,"pushed_at":"2023-06-07T09:42:05.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T14:51:35.804Z","etag":null,"topics":["cli","pdf","python-script"],"latest_commit_sha":null,"homepage":"","language":"Python","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/rmathsphys.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-07T08:16:30.000Z","updated_at":"2023-06-08T07:45:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"70c7aa20-f201-4be9-902d-b00d0a46e515","html_url":"https://github.com/rmathsphys/pdf-utilities","commit_stats":null,"previous_names":["rmathsphys/pdf-utilities"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmathsphys%2Fpdf-utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmathsphys%2Fpdf-utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmathsphys%2Fpdf-utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmathsphys%2Fpdf-utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmathsphys","download_url":"https://codeload.github.com/rmathsphys/pdf-utilities/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247901723,"owners_count":21015320,"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":["cli","pdf","python-script"],"created_at":"2024-11-05T09:15:27.065Z","updated_at":"2025-04-08T18:30:18.613Z","avatar_url":"https://github.com/rmathsphys.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"PDF Utilities\n=============\n\nCLI based set of simple utility scripts for quickly manipulating PDFs. Written in Python.\n\n# Dependencies.\nAll PDF handling is done using `pypdf` provided by [py-pdf/pypdf](https://github.com/py-pdf/pypdf).\n\n# Usage.\n**Rotating Pages.**\nRotate some pages in \"example.pdf\" by 180 degrees. Rotates all the pages if the range is not specified.\n```\npdf-rotate.py example.pdf 180 1 3 5-8 11\n```\nCreates a new PDF by default. Use the `-o` flag to overwrite the input file.\n\n**Deleting Pages.**\nDelete the specified pages from \"example.pdf\". Doesn't delete any page if the range is not specified.\n```\npdf-delete.py example.pdf 1 3 5-8 11\n```\nCreates a new PDF by default. Use the `-o` flag to overwrite the input file.\n\n**Keeping Pages.**\nKeep only the specified pages from \"example.pdf\". Keeps all the pages if the range is not specified.\n```\npdf-keep.py example.pdf 180 1 3 5-8 11\n```\nCreates a new PDF by default. Use the `-o` flag to overwrite the input file.\n\n**Rotating Pages.**\nCombine all the specified pdf files into a single pdf, in the given order.\n```\npdf-combine.py input1.pdf input2.pdf input3.pdf\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmathsphys%2Fpdf-utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmathsphys%2Fpdf-utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmathsphys%2Fpdf-utilities/lists"}