{"id":19913062,"url":"https://github.com/atareao/nautilus-pdf-tools","last_synced_at":"2025-05-03T04:31:50.797Z","repository":{"id":7132696,"uuid":"44471568","full_name":"atareao/nautilus-pdf-tools","owner":"atareao","description":"Tools to work with PDF files from Nautilus","archived":false,"fork":false,"pushed_at":"2022-08-20T18:23:58.000Z","size":1553,"stargazers_count":21,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-07T11:24:30.100Z","etag":null,"topics":["addon","caja","cinnamon","extension","gnome","mate","nautilus","nemo","pdf"],"latest_commit_sha":null,"homepage":"https://www.atareao.es/aplicacion/pdf-tools-o-modificar-pdf-en-linux/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atareao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-18T08:56:14.000Z","updated_at":"2025-02-05T07:28:30.000Z","dependencies_parsed_at":"2022-08-07T05:15:08.074Z","dependency_job_id":null,"html_url":"https://github.com/atareao/nautilus-pdf-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atareao%2Fnautilus-pdf-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atareao%2Fnautilus-pdf-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atareao%2Fnautilus-pdf-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atareao%2Fnautilus-pdf-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atareao","download_url":"https://codeload.github.com/atareao/nautilus-pdf-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252144569,"owners_count":21701434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","caja","cinnamon","extension","gnome","mate","nautilus","nemo","pdf"],"created_at":"2024-11-12T21:31:50.718Z","updated_at":"2025-05-03T04:31:50.318Z","avatar_url":"https://github.com/atareao.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to Nautilus PDF Tools 👋\u003c/h1\u003e\n\n![Licencia MIT](https://img.shields.io/badge/Licencia-MIT-green)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e8b6f27e6b404f05b379c7690c140a3c)](https://www.codacy.com/manual/atareao/nautilus-pdf-tools?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=atareao/nautilus-pdf-tools\u0026amp;utm_campaign=Badge_Grade)\n[![CodeFactor](https://www.codefactor.io/repository/github/atareao/nautilus-pdf-tools/badge/master)](https://www.codefactor.io/repository/github/atareao/nautilus-pdf-tools/overview/master)\n\n![Version](https://img.shields.io/badge/version-1.2.0-blue.svg?cacheSeconds=2592000)\n[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://www.atareao.es/aplicacion/pdf-tools-o-modificar-pdf-en-linux/)\n[![Twitter: atareao](https://img.shields.io/twitter/follow/atareao.svg?style=social)](https://twitter.com/atareao)\n\n\n\u003e A set of tools to work with PDF documents from Nautilus\n\n[![tasker](./data/icons/tasker.svg)](https://www.atareao.es/aplicacion/tasker/)\n\n## 🏠 [Homepage](https://github.com/atareao/nautilus-pdf-tools)\n\n## Prerequisites\n\n* If you install it from PPA don't worry about, becouse all the requirements are included in the package\n* If you clone the repository, you need, at least, these dependecies,\n\nCommon required dependencies,\n\n```\npython3\npython3-gi\npython3-gi-cairo\npython3-cairo\npython3-pil\ngir1.2-gtk-3.0\ngir1.2-gdkpixbuf-2.0\ngir1.2-poppler-0.18\npython3-pypdf2\n```\n\n#### Only for Nautilus\n\n```\ngir1.2-nautilus-3.0\npython3-nautilus\n```\n\n#### Only for Nemo\n\n```\ngir1.2-nemo-3.0\npython3-nemo\n```\n\n#### Only for Caja\n\n```\ngir1.2-caja-3.0\npython3-caja\n```\n## Installing PDF Tools\n\nTo install PDF-Tools for every one of the file managers, run next commands\nin a teminal (`Ctrl+Alt+T`), depending the file manager of your distro.\n\n### Nautilus\n\n```\nsudo add-apt-repository ppa:atareao/nautilus-extensions\nsudo apt update\nsudo apt install nautilus-pdf-tools\nnautilus -q\n```\n\n### Nemo\n\n```\nsudo add-apt-repository ppa:atareao/nemo-extensions\nsudo apt update\nsudo apt install nemo-pdf-tools\nnemo -q\n```\n\n### Caja\n\n```\nsudo add-apt-repository ppa:atareao/caja-extensions\nsudo apt update\nsudo apt install caja-pdf-tools\ncaja -q\n```\n\n## Contributing to Nautilus PDF Tools\n\nTo contribute to **Nautilus PDF Tools**, follow these steps:\n\n1. Fork this repository.\n2. Create a branch: `git checkout -b \u003cbranch_name\u003e`.\n3. Make your changes and commit them: `git commit -m '\u003ccommit_message\u003e'`\n4. Push to the original branch: `git push origin \u003cproject_name\u003e/\u003clocation\u003e`\n5. Create the pull request.\n\nAlternatively see the GitHub documentation on [creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).\n\n## 👤 Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.atareao.es\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/298055?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLorenzo Carbonell\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atareao/nautilus-pdf-tools/commits?author=atareao\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Contact\n\nIf you want to contact me you can reach me at [atareao.es](https://www.atareao.es).\n\n## License\n\nThis project uses the following license: [MIT License](https://choosealicense.com/licenses/mit/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatareao%2Fnautilus-pdf-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatareao%2Fnautilus-pdf-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatareao%2Fnautilus-pdf-tools/lists"}