Combine any pdfs and images using right click in Gnome Nautilus
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.
- Install nautilus-python using package manager
- Make sure
pdftk
is installed - Add the python file to the extensions folder, shell script for the lazy ones:
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