flxpdf

flxPDF is a Node.js backend module for converting PDF files into PNG.


Keywords
Node.js, PDF, PNG
License
AGPL-3.0
Install
npm install flxpdf@1.0.1

Documentation

flxPDF

flxPDF is a Node.js backend module for converting PDF files into PNG images.

Prerequisites

  • node >= 10.x

Features

  • Provide input as ArrayBuffer, Base64 String, Buffer or File
  • Provides output as ArrayBuffer, Base64 String, Buffer or File
  • Small functions returning Promises

Dependencies

Installation

npm i @flexington/flxPDF --save

Documentation

The API documentation can be found on flexington.github.com/flxPDF.