msg-to-pdf

1.0.2 • Public • Published

MSG to PDF

Convert MSG Outlook files to PDF.

Installation

Install via NPM either globally as:

npm i -g msg-to-pdf

or in your project with:

npm i msg-to-pdf

Usage

To use as a global module,

msg-to-pdf <path-to-msg-file>

or

msg-to-pdf <path-to-directory-containing-msg-files>

To use within your project,

const convertToPdf = require("msg-to-pdf");
 
convertToPdf("path-to-msg-file")
    .then(() => {
        // do something
    });

Readme

Keywords

none

Package Sidebar

Install

npm i msg-to-pdf

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

5.18 kB

Total Files

5

Last publish

Collaborators

  • enpoweredveteran