https://github.com/dcb9/imgs2pdf
fork https://github.com/alash3al/img2pdf
https://github.com/dcb9/imgs2pdf
Last synced: about 2 months ago
JSON representation
fork https://github.com/alash3al/img2pdf
- Host: GitHub
- URL: https://github.com/dcb9/imgs2pdf
- Owner: dcb9
- License: mit
- Created: 2020-07-22T03:05:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T06:39:47.000Z (almost 5 years ago)
- Last Synced: 2024-02-12T00:34:42.341Z (over 1 year ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imgs2pdf
Fork https://github.com/alash3al/img2pdf
convert a directory of images to a PDF file
# installation
* You must have `Golang` compiler
* open your `terminal` and run `go get -u github.com/dcb9/imgs2pdf`
* have fun `imgs2pdf -src /path/to/images-dir -as ./images.pdf`# author
[Mohammed Al Ashaal](https://www.alash3al.xyz)# thanks
thanks to this awesome opensource library [gopdf](https://github.com/signintech/gopdf)