-
Notifications
You must be signed in to change notification settings - Fork 216
User Manual
kbengs edited this page Jun 20, 2024
·
2 revisions
Version 1.11.0
- Open one or several PDF documents
- Visually see all PDF pages side by side
- Zoom in/out
- Reorder PDF pages by drag and drop & copy and paste
- Reverse order
- Move or copy pages between instances of PDF Arranger
- Rotate pages (in 90 degree steps)
- Delete pages
- Duplicate pages
- Add blank pages
- Crop white borders (automatically)
- Crop margins (by dragging markers with mouse)
- Hide margins (by dragging markers with mouse)
- Resize pages (in % or mm)
- Generate booklet
- Import images (convert image to PDF)
- Extract text or image from a page to clipboard
- Explode into images (add all images in page as new separate pages)
- Split pages
- Merge pages (to one sheet)
- Add margins (with merge pages feature)
- Paste page as overlay or underlay onto another page
- Paste as odd or even pages
- Select pages (all, odd, even, same file, same format, invert, deselect)
- Edit metadata
- Save all to a PDF file
- Export some of the pages to one or more PDF documents
- Undo and redo
- Fullscreen and Zoom fit
- Light or dark theme
- Customization of keyboard shortcuts
- Translated into several languages
Open PDF documents
- Open: Opens the files in a new empty instance
- Import: Append the pages to the end of current instance
- Drag and drop files from a file manager
- Copy and paste files from a file manager
Add pages
- Drag and drop pages from another instance
- Copy and paste (also between instances)
Image support
- Requires img2pdf
- Added images are converted to PDF pages
- img2pdf >= 0.4.2 supports transparent images
Save
- Saves all to a PDF file
Export
- Save some of the pages to one or more PDF files
- A number at the end of the filename will be incremented at every export
Scroll horizontally
- Shift + scroll mouse wheel (when page can’t fit window horizontally)
Pan view
- Click and hold mouse wheel and drag mouse
Zoom
- Ctrl while scrolling mouse wheel
- Click zoom in/out on headerbar
- Keyboard +/-
Toggle Zoom fit
- Double-click a page or press key f
Toggle fullscreen
- F11
Select pages
- Click on a page, then hold shift and click on another page. The page range will be selected.
- Hold shift and navigate with keyboard (left, right, up, down, page up, page down, home, end)
- Click between pages and drag mouse. The range will be selected.
- Ctrl + a selects all. Ctrl + shift + a deselects all
Add margins
- Merge pages, set columns and rows to 1, set margin in mm
You can change the default keyboard shortcuts. To do so, set enable_custom
to true
and edit the shortcuts in config.ini
in the [accelerators]
section.
- For Linux:
~/.config/pdfarranger/config.ini
- For Windows installer version:
C:\Users\username\AppData\Roaming\pdfarranger\config.ini
- For Windows portable version, the file is located in the same folder as pdfarranger.exe. Optionally, this file can be removed. The application will then use the same config file location as in the installer version.
Language can be selected in the Preferences
dialog. (PDF Arranger > 1.9.2)
- Requires pikepdf >= 8.0
- Can be preserved for first opened document except for the following actions
- Page size (changed), if page has links (pages which are destination for outlines or links can have page size changed)
- Generate booklet
- Merge pages
- Hide margins
- Paste as Overlay and underlay