browser-based-export-server
v0.1.9
Published
Node.js server exposing an API to export a web application at a given URL to a PDF file
Downloads
7
Readme
Goal
browser-based-export-server
is a Node.js server, relying on browser-based-export
, to export a web application at a given URL to a PDF file.
The server is also available as an AWS Lambda function.
Usage
- Install the server on your machine:
npm install -g browser-based-export-server
- Start its CLI:
browser-based-export-server
. The output will give you more information about what to do next.