https://github.com/binaryquantumsoul/nautilus-pdf-combine
Combine any pdfs and images using right click in Gnome Nautilus
https://github.com/binaryquantumsoul/nautilus-pdf-combine
combine extension gnome nautilus nautilus-extension nautilus-python pdf pdf-combine right-click
Last synced: 3 months ago
JSON representation
Combine any pdfs and images using right click in Gnome Nautilus
- Host: GitHub
- URL: https://github.com/binaryquantumsoul/nautilus-pdf-combine
- Owner: BinaryQuantumSoul
- License: apache-2.0
- Created: 2023-12-29T14:26:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T12:24:15.000Z (5 months ago)
- Last Synced: 2024-12-20T13:33:14.524Z (5 months ago)
- Topics: combine, extension, gnome, nautilus, nautilus-extension, nautilus-python, pdf, pdf-combine, right-click
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nautilus-pdf-combine
Combine any pdfs and images using right click in Gnome Nautilus## Usage
Select any files or folders, right click > "Combine PDFs".
This will take all pdfs and images selected as well as those inside the subfolders.
The resulting `combined.pdf` file is made concatenating the files in alphabetical path order.## Installation
1. Install [nautilus-python](https://github.com/GNOME/nautilus-python) using package manager
1. Make sure `pdftk` is installed
1. Add the python file to the extensions folder, shell script for the lazy ones:
```shell
mkdir ~/.local/share/nautilus-python
mkdir ~/.local/share/nautilus-python/extensions
cd ~/.local/share/nautilus-python/extensions
wget https://raw.githubusercontent.com/BinaryQuantumSoul/nautilus-pdf-combine/refs/heads/main/nautilus-pdf-combine.py
nautilus -q
```