A set of tools to work with PDF documents from Nautilus
🏠 Homepage
- If you install it from PPA don't worry about, becouse all the requirements are included in the package
- If you clone the repository, you need, at least, these dependecies,
Common required dependencies,
python3
python3-gi
python3-gi-cairo
python3-cairo
python3-pil
gir1.2-gtk-3.0
gir1.2-gdkpixbuf-2.0
gir1.2-poppler-0.18
python3-pypdf2
gir1.2-nautilus-3.0
python3-nautilus
gir1.2-nemo-3.0
python3-nemo
gir1.2-caja-3.0
python3-caja
To install PDF-Tools for every one of the file managers, run next commands
in a teminal (Ctrl+Alt+T
), depending the file manager of your distro.
sudo add-apt-repository ppa:atareao/nautilus-extensions
sudo apt update
sudo apt install nautilus-pdf-tools
nautilus -q
sudo add-apt-repository ppa:atareao/nemo-extensions
sudo apt update
sudo apt install nemo-pdf-tools
nemo -q
sudo add-apt-repository ppa:atareao/caja-extensions
sudo apt update
sudo apt install caja-pdf-tools
caja -q
To contribute to Nautilus PDF Tools, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
Thanks goes to these wonderful people (emoji key):
Lorenzo Carbonell 💻 |
If you want to contact me you can reach me at atareao.es.
This project uses the following license: MIT License.