PDF Arranger
From Wikipedia, the free encyclopedia
| PDF Arranger | |
|---|---|
| Developers | Jérôme Robert, kbengs, community contributors |
| Initial release | 26 November 2018 |
| Stable release | |
| Written in | Python (PyGObject) |
| Operating system | Linux, Windows, macOS, FreeBSD |
| Type | PDF manipulation tool |
| License | GPL-3.0-or-later |
| Website | github |
| Repository | github |
PDF Arranger is a free and open-source graphical application for manipulating PDF documents. It allows users to merge, split, rotate, crop, and rearrange pages of PDF files through an interactive interface. Written in Python using the GTK 3 toolkit, it serves as a frontend for the pikepdf library and is available for Linux, Windows, macOS, and FreeBSD.[2] PDF Arranger is a fork of the abandoned PDF-Shuffler project.[2][3]
PDF-Shuffler
PDF-Shuffler was created by Konstantinos Poulios in 2008 as a simple PyGTK utility for merging, splitting, and rearranging PDF documents.[4] It was hosted on GNU Savannah and SourceForge, and used Python 2, GTK 2, and the PyPDF library as its PDF backend. The last release of PDF-Shuffler, version 0.6.0, was published on 28 April 2012, after which the project became inactive.[5]
Fork and development
In 2018, Jérôme Robert forked PDF-Shuffler under the name PDF Arranger, describing it as "a humble attempt to make the project a bit more active".[2] The first release, version 1.0, appeared on 26 November 2018.[6][7] The fork modernised the codebase by porting it to Python 3 and GTK 3. Major Linux distributions subsequently replaced PDF-Shuffler with PDF Arranger in their repositories, including Debian,[8] Fedora,[9] and Arch Linux.[10] In Debian, the bug report for continued maintenance of the pdfshuffler package was closed as fixed in pdfarranger 1.1-1, while Fedora formally replaced the pdfshuffler package with pdfarranger.[8][9]
In January 2020, version 1.4.0 replaced the PyPDF2 backend with pikepdf, which provides Python bindings for the qpdf C++ library.[11][12]
In April 2020, version 1.5.0 introduced a redesigned user interface based on GNOME header bars[13][14] and the application became available on Flathub.[15]
Subsequent releases continued to expand functionality. Version 1.7.0[16] (January 2021) added features such as encrypted PDF support.[17] Version 1.8.0[18] (November 2021) introduced booklet generation.[19] Version 1.11.0[20] (June 2024) added preservation of PDF outlines and hyperlinks — a long-requested feature[21] — and the project published its first official user manual.[22] Version 1.13.0[23] (February 2026) added text search within PDF documents.[24]
Features
PDF Arranger provides the following capabilities:[2][25][22]
- Merging multiple PDF files into a single document
- Splitting PDF documents by extracting selected pages
- Rearranging pages via drag-and-drop
- Rotating pages in 90-degree increments
- Cropping pages, including automatic white border removal
- Inserting blank pages
- Importing images (including JPEG, PNG, TIFF and other formats) via the img2pdf library[26]
- Editing PDF metadata (title, author, keywords, subject)
- Overlaying or underlaying pages with resizing[27]
- Exporting to PNG, JPEG, or rasterised PDF[28]
- Booklet generation and splitting
- Text search within PDF documents[24]
- Preservation of outlines and hyperlinks[21]
- Support for encrypted PDF files
- Undo/redo functionality
- Customisation of keyboard shortcuts by editing a configuration file
- Over 40 language translations
Technical architecture
PDF Arranger is a lightweight graphical application in which the Python/GTK user interface serves as a frontend for the pikepdf library.[2] The project's installation instructions list PyGObject, GTK 3, Poppler-GLib components, and libhandy as system dependencies, reflecting its ties to the typical GNOME/GNU/Linux desktop application stack.[2]
Image file import is optional and requires the img2pdf utility, which converts images to PDF pages.[2][22] The application operates at the page level of PDF documents, performing operations such as merging, splitting, overlaying, and exporting to various output formats.[22]
Distribution and availability
The project is distributed as source code on GitHub, as a Flatpak package on Flathub,[29] and as packages for Linux and BSD systems; the project page also provides a Windows installer.[2] The official installation instructions describe separate dependency sets and installation commands for Debian-based distributions, Arch Linux, Fedora, and FreeBSD, as well as installation in a Python virtual environment.[2]
Distribution through Flathub increased the application's accessibility across the Linux ecosystem independently of individual distribution repositories.[29] The presence of PDF Arranger in the repositories of major Linux distributions — and its replacement of the older PDF-Shuffler — contributed to its wider adoption.[8][9][10]
Reception
How-To Geek included PDF Arranger as one of five recommended open-source alternatives to Adobe Acrobat, describing its capabilities for merging, splitting, and rearranging PDF pages.[30] It's FOSS placed the application on its list of recommended PDF editors for Linux, calling it a simple, open-source tool for reordering, merging, and splitting pages.[31] The same site also covered the release of version 1.7 as a notable update for PDF management on Linux.[32] Ghacks published a standalone review in November 2020, walking through the interface and workflows.[33] Linux Format magazine featured the application in its "Hotpicks" section in April 2021, reviewing version 1.7.0.[34] Neowin has tracked multiple release announcements since 2022.[35]
Linux Uprising covered the application's initial release in 2018[7] and its interface redesign in 2020.[15]
On AlternativeTo, the application has as of April 2026[update] a rating of 4.8 out of 5 based on 27 votes and 28 user reviews.[36] The application's Flathub page has recorded over 700,000 installations.[29] The GitHub repository has accumulated over 5,300 stars and attracted 95 contributors.[2]