{"id":13560118,"url":"https://github.com/junrrein/pdfslicer","last_synced_at":"2025-12-27T10:58:18.556Z","repository":{"id":46258703,"uuid":"107891922","full_name":"junrrein/pdfslicer","owner":"junrrein","description":"A simple application to extract, merge, rotate and reorder pages of PDF documents","archived":false,"fork":false,"pushed_at":"2024-04-01T22:13:36.000Z","size":70363,"stargazers_count":138,"open_issues_count":56,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-14T03:03:55.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://junrrein.github.io/pdfslicer/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/junrrein.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":"2017-10-22T18:30:14.000Z","updated_at":"2024-06-22T18:02:24.907Z","dependencies_parsed_at":"2024-01-07T01:18:48.944Z","dependency_job_id":"389486ce-f464-4c48-a26a-e3fbc569dbe6","html_url":"https://github.com/junrrein/pdfslicer","commit_stats":null,"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junrrein%2Fpdfslicer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junrrein%2Fpdfslicer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junrrein%2Fpdfslicer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junrrein%2Fpdfslicer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junrrein","download_url":"https://codeload.github.com/junrrein/pdfslicer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247027966,"owners_count":20871630,"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-08-01T13:00:37.874Z","updated_at":"2025-12-27T10:58:18.489Z","avatar_url":"https://github.com/junrrein.png","language":"C++","funding_links":[],"categories":["Applications","应用"],"sub_categories":["E-Book Utilities","电子书工具"],"readme":"\u003ca href=\"https://hosted.weblate.org/engage/pdf-slicer/?utm_source=widget\"\u003e\n\u003cimg src=\"https://hosted.weblate.org/widgets/pdf-slicer/-/svg-badge.svg\" alt=\"Translation state\" /\u003e\n\u003c/a\u003e\n\n# PDF Slicer\n\nThis is a simple application to extract, merge, rotate and reorder pages of PDF documents,\nwith undo/redo support.\n\n![](docs/readme-screenshot-1.png)\n\n![](docs/readme-screenshot-2.png)\n\n![](docs/readme-screenshot-3.png)\n\n# Table of Contents\n\n* [Installing](#installing)\n  * [Linux](#linux)\n  * [Windows](#windows)\n* [Contributing](#contributing)\n  * [Translations](#translations)\n  * [Code](#code)\n* [Building](#building)\n  * [Fedora](#fedora)\n  * [Flatpak](#flatpak)\n  * [Windows cross-compilation (Fedora only)](#windows-cross-compilation-fedora-only)\n* [License](#license)\n\n# Installing\n\n## Linux\n\nYou can install PDF Slicer using Flatpak. [Get it from Flathub](https://flathub.org/apps/details/com.github.junrrein.PDFSlicer).\n\n## Windows\n\nYou can get the latest installer from the [Releases page](https://github.com/junrrein/pdfslicer/releases/latest).\n\n# Contributing\n\n## Translations\n\nYou can contribute your translations at [PDF Slicer's Weblate page](https://hosted.weblate.org/projects/pdf-slicer/).\n\n## Code\n\nCheck out the [HACKING.md](HACKING.md) file.\n\n# Building\n\n## Fedora\n\n1. Install dependencies\n\n```bash\nsudo dnf install gtkmm30-devel poppler-cpp-devel cairomm-devel qpdf-devel libuuid-devel intltool gettext\n```\n\n2. Check out a copy of the source code\n\n```bash\ngit clone --recursive https://github.com/junrrein/pdfslicer.git\n```\n\n3. Build the application\n\n```bash\ncd ..\nmkdir build-pdfslicer\ncd build-pdfslicer\ncmake ../pdfslicer/ -DCMAKE_BUILD_TYPE=Release\nmake\n```\n\n4. Install\n\n```bash\nsudo make install\n```\n\n5. Uninstall\n\n```bash\nsudo xargs rm \u003c install_manifest.txt\n```\n\n## Flatpak\n\n```bash\nflatpak remote-add --from gnome https://sdk.gnome.org/gnome.flatpakrepo\nflatpak install gnome org.gnome.Platform//3.38\nflatpak install gnome org.gnome.Sdk//3.38\ngit clone https://github.com/junrrein/pdfslicer.git\ncd pdfslicer/build-aux/\nflatpak-builder --repo=pdfslicer-repo .pdfslicer com.github.junrrein.PDFSlicer.json --force-clean\nflatpak --user remote-add --no-gpg-verify --if-not-exists pdfslicer-repo pdfslicer-repo\nflatpak --user install pdfslicer-repo com.github.junrrein.PDFSlicer\n```\n\nUninstall\n\n```bash\nflatpak --user uninstall com.github.junrrein.PDFSlicer\nflatpak --user remote-delete pdfslicer-repo\nrm -rf pdfslicer/\n```\n\n## Windows cross-compilation (Fedora only)\n\n```bash\nsudo dnf install mingw64-gcc-c++ mingw64-gdb mingw64-gtkmm30 mingw64-hicolor-icon-theme mingw64-librsvg2 mingw64-poppler-cpp mingw64-openssl mingw32-nsis\ngit clone --recursive https://github.com/junrrein/pdfslicer.git\nmkdir build-pdfslicer\ncd build-pdfslicer\nmingw64-cmake ../pdfslicer -DCMAKE_BUILD_TYPE=Release\nmake package\n```\n\nThis proccess will generate the installer inside the `build-pdfslicer` directory with name `PDF Slicer.exe`.\n\n# License\n\nPDF Slicer can be used under the terms of the GNU GPL 3.0 license, or, at your option, any later version. A copy can be found at the LICENSE file.\n\nThe application icons were made by [Lapo Calamandrei](mailto:calamandrei@gmail.com) and [Tobias Bernard](mailto:tbernard@gnome.org). They can be used under the terms of the GNU GPL 3.0 license, or, at your option, any later version. A copy can be found at the LICENSE file.\n\nA number of third-party libraries are distributed as part of this source\ncode repository. They are enumerated at the LICENSE-THIRD-PARTY file,\nalong with details about the license they were relased under.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunrrein%2Fpdfslicer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunrrein%2Fpdfslicer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunrrein%2Fpdfslicer/lists"}