Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olexs/pdf-assembler
GUI tool to assemble multiple images or PDF files into a single multi-page PDF with preprocessing.
https://github.com/olexs/pdf-assembler
Last synced: 6 days ago
JSON representation
GUI tool to assemble multiple images or PDF files into a single multi-page PDF with preprocessing.
- Host: GitHub
- URL: https://github.com/olexs/pdf-assembler
- Owner: olexs
- License: apache-2.0
- Created: 2021-12-29T11:23:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T14:32:52.000Z (8 days ago)
- Last Synced: 2024-10-29T17:53:56.928Z (8 days ago)
- Language: TypeScript
- Size: 3.69 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Olex's PDF Assembler
This tool allows to merge multiple images or PDF files into a single multi-page PDF, optionally pre-processing the images for quick transfer via fax.
Image manipulation is done using ImageMagick, "magick convert" needs to be available on the PATH for this tool to work.
## How to use
Build and install in a location of your choosing.
`npm run make`
### Windows - SendTo
Create a shortcut to the generated .exe file and place it in the SendTo folder (`C:\Users\\AppData\Roaming\Microsoft\Windows\SendTo` or just enter `sendto` into the Windows Explorer address bar). Select one or more image and/or PDF files, and use the right-click menu -> Send to -> your new shortcut to run the application.
## Built with
- Electron Forge
- Typescript
- ImageMagick
- PDFkit
- Bootstrap and Bootstrap-Icons
- Jest## Open TODOs
- [ ] Icon
- [ ] Post-install hook handler for Squirrel to add "SendTo" shortcut and close the app