Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alestor123/url-pdf
This is a simple code for converting images to pdf
https://github.com/alestor123/url-pdf
cli cli-app generator image-converter image-to-pdf-library images-to-pdf javascript node nodejs pdf-converter project
Last synced: 22 days ago
JSON representation
This is a simple code for converting images to pdf
- Host: GitHub
- URL: https://github.com/alestor123/url-pdf
- Owner: alestor123
- License: mit
- Created: 2022-05-27T08:32:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T07:24:04.000Z (over 2 years ago)
- Last Synced: 2024-12-17T06:32:05.387Z (23 days ago)
- Topics: cli, cli-app, generator, image-converter, image-to-pdf-library, images-to-pdf, javascript, node, nodejs, pdf-converter, project
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/url-pdf
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
URL-PDF
> This is a simple code for converting array of images to pdf(image urls,image dir,image paths)
## 🚀 Usage
## API
```
const urlPDF = require('./App')
urlPDF(['https://timeandtidewatches.com/wp-content/uploads/2020/12/Mission-Impossible-Fallout-pc-games_b2article_artwork.jpg', 'https://i.redd.it/inh40ta5xww51.jpg', 'https://i0.wp.com/thequotes.me/wp-content/uploads/2017/07/wp-image-770695090.jpg?fit=1200%2C800&ssl=1', 'https://static1.colliderimages.com/wordpress/wp-content/uploads/2021/08/Mission-Impossible-Ghost-Protocol-Villain.jpg', 'https://i.pinimg.com/originals/88/30/ba/8830ba2ea15483d8e69d2a6b3fa7afeb.jpg', 'https://alternativemovieposters.com/wp-content/uploads/2020/05/andreypankov_mifallout.jpg', './test/input/'], './test/output/out.pdf')```
## Quick use
```
$ npx url-pdf -o
```
## CLI Installation
```
$ npm install -g url-pdf
```
```
$ url-pdf -o
````` `` is optional(by default it will take cwd)
# Screenshots
![shot](./demo/shots/url-pdf.png)
## 💖 [Donate](https://alestor123.is-a.dev/donate)
## Author
👤 **Alestor Aldous**
- Twitter: [@alestor123](https://twitter.com/alestor123)
- Github: [@alestor123](https://github.com/alestor123)## 📝 License
> MITCopyright © 2022 [Alestor Aldous](https://github.com/alestor123).