node-poppler-win32
v1.0.2
Published
64-bit Poppler Windows binaries
Maintainers
Readme
node-poppler-win32
64-bit Poppler Windows 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 applications. It is intended for use with the node-poppler package but can be used independently.
Installation
Install using npm:
npm i node-poppler-win32Example Usage
const popplerPath = require("node-poppler-win32");
console.log(`poppler binaries path: ${popplerPath}`);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
- 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
License
node-poppler-win32 is licensed under the GPL-3.0 or later license.
