New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

localpdf

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localpdf

A CLI tool to convert HTML to PDF in Root Platform's format.

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
2
Weekly downloads
 
Created
Source

LocalPDF

A CLI tool to build Root compatible PDF documents locally.

Usage

  1. Install wkhtmltopdf locally on your machine: download
  2. Install localPDF npm install localpdf -g
  3. Run it in the folder with your html file localpdf myfile.html myoutputfile.pdf
Usage: localpdf [input_file] [output_file]
Arguments:
  > input_file   required  Path to input HTML file
  > output_file  optional  Path to output PDF file

Development

Installation

  1. Install wkhtmltopdf locally on your machine: download
  2. Clone this repo: git clone ...
  3. Install the dependencies: cd localpdf and npm install

[todo: add this to npm registry and allow direct usage]

Usage

After you've installed this repo, you can convert files to PDF using the following command (make sure you've cd'd into the repo folder)

node index.js

FAQs

Package last updated on 11 Nov 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc