Socket
Socket
Sign inDemoInstall

@theo4u/wkhtmltopdf

Package Overview
Dependencies
3
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theo4u/wkhtmltopdf

The package automatically downloads linux 64bit wkhtmltopdf binary, to be used with AWS Lambda


Version published
Maintainers
1
Weekly downloads
319
decreased by-5.62%

Weekly downloads

Readme

Source

wkhtmltopdf linux x64

The package automatically downloads linux 64bit wkhtmltopdf binary. Use case to be used with AWS Lambda functions

Installation

npm install @theo4u/wkhtmltopdf

Usage

./node_modules/.bin/wkhtmltopdf

With wkhtmltopdf:

var wkhtmltopdf = require('wkhtmltopdf');

wkhtmltopdf.command = './node_modules/.bin/wkhtmltopdf'

wkhtmltopdf('<h1>hello world</h1>', { output: 'out.pdf' })

License

MIT

Keywords

FAQs

Last updated on 28 May 2018

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