Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)


issues








## 🚀 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
> MIT

Copyright © 2022 [Alestor Aldous](https://github.com/alestor123).