Skip to content

marco-mania/kf6-servicemenus-pdftools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KDE Service Menus for PDF File Processing

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+.


Prerequisites

Ensure the following tools are installed:


Installation (Plasma 6)

Install Dependencies (Arch Linux)

Run the following command to install the required tools:

sudo pacman -S ghostscript texlive-bin poppler pdftk texlive-binextra texlive-latexrecommended

System-Wide Installation

Copy the necessary files to the system directories:

sudo cp servicemenus/* /usr/share/kio/servicemenus/
sudo cp bin/* /usr/local/bin/

Per-User Installation

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

Uninstallation

System-Wide Uninstallation

Remove the installed files:

sudo rm /usr/share/kio/servicemenus/pdf-tools*.desktop
sudo rm /usr/local/bin/pdf-tools-*-kdialog

Per-User Uninstallation

Delete the corresponding files:

rm ~/.local/share/kio/servicemenus/pdf-tools*.desktop
rm ~/.local/bin/pdf-tools-*-kdialog

Contributing

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.


License

This project is licensed under GPL-3.0+.

About

KDE service menus for pdf file processing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages