Enhance your workflow with KDE service menus specifically designed for PDF file processing.
This project is an unofficial Plasma 6 port of kde-service-menu-pdf Version 2.3,
Copyright (C) 2018-2019 Giuseppe Benigno ([email protected]), GPL-3.0+.
Ensure the following tools are installed:
Run the following command to install the required tools:
sudo pacman -S ghostscript texlive-bin poppler pdftk texlive-binextra texlive-latexrecommended
Copy the necessary files to the system directories:
sudo cp servicemenus/* /usr/share/kio/servicemenus/
sudo cp bin/* /usr/local/bin/
For a user-specific setup, copy the files as follows:
cp servicemenus/* ~/.local/share/kio/servicemenus/
cp bin/* ~/.local/bin
Make sure the ~/.local/bin
directory is included in your $PATH
environment variable.
Additionally, set the .desktop
files to be executable:
chmod +x ~/.local/share/kio/servicemenus/pdf-tools*.desktop
Finally, restart your Plasma session or execute the following command:
kbuildsycoca6
Remove the installed files:
sudo rm /usr/share/kio/servicemenus/pdf-tools*.desktop
sudo rm /usr/local/bin/pdf-tools-*-kdialog
Delete the corresponding files:
rm ~/.local/share/kio/servicemenus/pdf-tools*.desktop
rm ~/.local/bin/pdf-tools-*-kdialog
We welcome contributions! Please follow these guidelines:
- For major changes, open an issue first to discuss your ideas.
- Ensure any necessary tests are updated appropriately.
Pull requests are encouraged and appreciated.
This project is licensed under GPL-3.0+.