Skip to content

ushills/msgtopdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test msgtopdf Code style: black

Converts Outlook .msg files to PDF

msgtopdf is a Python 3 module to convert Outlook .msg files to PDF and extract the attachments. Unlike the majority of current modules msgtopdf maintains the formatting of HTML and RTF messages and embeds any inline images in the PDF output.

As the module uses the win32com library the host machine must have Outlook installed.

msgtopdf uses the wkhtmltopdf tool to convert the HTML message to PDF and wkhtmltopdf must be installed separately.

Currently msgtopdf extracts the message body and attachments to a new subfolder using the subject of the email as the folder name.

Usage

Module Usage

Example module usage is provided in the tests/example.py file.

Command Line Usage

The command-line option msg2pdf will convert individual files or all *.msg files in a directory.

msg2pdf --help for options.

Usage: msg2pdf [OPTIONS] PATH

msg2pdf converts Outlook email messages (msg) to pdf.

The output is a folder for each email using the email subject as the
folder name including a pdf of the email and all attachments.

Inline images are included in the email pdf.

Options:
    -f, --file       Convert an individual file PATH to pdf.
    -d, --directory  Convert all msg files in directory PATH to pdf.
    --help           Show this message and exit.

Requirements

Install the Windows binary release of wkhtmltopdf

Ensure that wkhtmltopdf command is found in your PATH.

This can be tested by entering wkhtmltopdf --version in your Command Prompt.

You should receive an output similar to the attached.

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\>wkhtmltopdf --version
wkhtmltopdf 0.12.5 (with patched qt)

C:\>

About

Convert Outlook msg to Pdf.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages