Skip to content

Repository files navigation

node-poppler-win32

GitHub release npm version CI Coverage status code style: Prettier OSSF Scorecard

64-bit Windows Poppler binaries packaged for Node.js

Overview

This package provides 64-bit Windows Poppler binaries packaged up into a Node.js module to make it easier to include in Node-based projects. It is intended for use with the node-poppler package but can be used independently.

The module exports a string containing the absolute path to the directory containing the Poppler binaries. This can then be used to construct the full path to the Poppler executables.

Installation

Install using npm:

npm i node-poppler-win32

Example Usage

"use strict";

const popplerDir = require("node-poppler-win32");
console.log(`Poppler binaries directory: ${popplerDir}`);

Contributing

Contributions are welcome, and any help is greatly appreciated!

See the contributing guide for details on how to get started. Please adhere to this project's Code of Conduct when contributing.

Acknowledgements

License

node-poppler-win32 is licensed under the GPL-3.0 or later license.

Releases

Sponsor this project

Packages

Used by

Contributors

Languages