1.0.1 • Published 6 years ago

pdftotext-transformer v1.0.1

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
6 years ago

PDFToText-Transformer

A transformer stream wrapper around the pdftotext command-line tool.

Installation

npm install pdftotext-transformer --save

Usage example

var Transformer = require( 'pdftotext-transformer' );

var transformer = new Transformer( { } );

Interfaces

Transformer

A transform stream to which data is passed through for conversion by the pdftotext command-line tool.

Release History

  • 1.0.1
    • FIX: Bug fixes.
  • 1.0.0
    • Initial release

Donate

If you enjoy using this module, please consider donating to support independent living skills and recreation programs for the blind, visually impaired, and deaf blind.

campbowen.ca/donate/

Distributed under the AGPL 3.0 license.