Socket
Socket
Sign inDemoInstall

url-pdf

Package Overview
Dependencies
96
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

url-pdf

This is a simple code for converting array of images to pdf(image urls,image dir,image paths)


Version published
Maintainers
1
Weekly downloads
6
decreased by-53.85%

Weekly downloads

Readme

Source

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 <path> <input image paths>

CLI Installation

$ npm install -g url-pdf
$ url-pdf -o <path> <input image paths>

<input image paths> is optional(by default it will take cwd)

Screenshots

shot

💖 Donate

Author

👤 Alestor Aldous

📝 License

MIT

Copyright © 2022 Alestor Aldous.

Keywords

FAQs

Last updated on 31 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc