Skip to content

mykeels/msg-to-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    });

About

Convert MSG Outlook files to PDF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published