64-bit Windows Poppler binaries packaged for Node.js
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.
Install using npm:
npm i node-poppler-win32"use strict";
const popplerDir = require("node-poppler-win32");
console.log(`Poppler binaries directory: ${popplerDir}`);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.
- Albert Astals Cid - Poppler developer
- Filipe Fernandes - poppler-feedstock maintainer
- Peter Williams - poppler-feedstock maintainer
- Owen Schwartz - poppler-windows developer
- Uwe Korn - poppler-feedstock maintainer
- Xylar Asay-Davis - poppler-feedstock maintainer
node-poppler-win32 is licensed under the GPL-3.0 or later license.