Skip to content

32-bit Windows UnRTF binary packaged for Node.js

License

Notifications You must be signed in to change notification settings

Fdawgs/node-unrtf-win32

node-unrtf-win32

GitHub release npm version CI Coverage status code style: Prettier

32-bit Windows UnRTF binary packaged for Node.js

Overview

This package provides a 32-bit Windows UnRTF binary 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-unrtf package but can be used independently.

The module exports a string containing the absolute path to the directory containing the UnRTF binary. This can then be used to construct the full path to the UnRTF executable.

Installation

Install using npm:

npm i node-unrtf-win32

Example Usage

"use strict";

const unrtfDir = require("node-unrtf-win32");
console.log(`UnRTF binary directory: ${unrtfDir}`);

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.

License

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

Sponsor this project

 

Packages

 
 
 

Contributors