Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remmel/pdf-right-click
https://github.com/remmel/pdf-right-click
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/remmel/pdf-right-click
- Owner: remmel
- Created: 2023-11-28T14:33:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T07:41:14.000Z (about 1 year ago)
- Last Synced: 2023-11-29T08:32:42.084Z (about 1 year ago)
- Language: NSIS
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# right-click-pdf
Adds 2 options to the context menu `Send to` :
- `PDF Merge` : when selecting multiple PDFs, it will create a new pdf containing all selected PDFs
- `PDF Split` : when selecting a PDF, it will create a PDF per page (eg 1 PDF with 5 pages => 5 PDFs of 1 page)[Download - InstallPDFRightClick.exe](https://github.com/remmel/pdf-right-click/releases/latest/download/InstallPDFRightClick.exe)
![Send to context menu options](screenshot.png)
# Developer
# Install / Uninstall
- application will be stored in `%USERPROFILE%\AppData\Local\PDFRightClick`
- the uninstaller will be added in the windows `add or remove programs` menu# Tools used
- pdftk is used : https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ and will be installed during the installation - TODO use something smaller
- NSIS 3.09 is used to create the installer