All Projects → nickrussler → Email To Pdf Converter

nickrussler / Email To Pdf Converter

Licence: apache-2.0
Converts email files (eml, msg) to pdf

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Email To Pdf Converter

Dinktopdf
C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
Stars: ✭ 682 (+520%)
Mutual labels:  pdf, pdf-converter
Gotenberg Go Client
Go client for the Gotenberg API
Stars: ✭ 35 (-68.18%)
Mutual labels:  pdf, pdf-converter
Docconv
Converts PDF, DOC, DOCX, XML, HTML, RTF, etc to plain text
Stars: ✭ 735 (+568.18%)
Mutual labels:  pdf, pdf-converter
Mfcmapi
MFCMAPI
Stars: ✭ 501 (+355.45%)
Mutual labels:  email, outlook
Waveboxapp
Wavebox Classic has been updated to Wavebox 10. Learn more Wavebox.io
Stars: ✭ 1,198 (+989.09%)
Mutual labels:  email, outlook
Mdpdf
Markdown to PDF command line app with support for stylesheets
Stars: ✭ 512 (+365.45%)
Mutual labels:  pdf, pdf-converter
Booktype
Booktype is a free, open source platform that produces beautiful, engaging books formatted for print, Amazon, iBooks and almost any ereader within minutes.
Stars: ✭ 810 (+636.36%)
Mutual labels:  pdf, pdf-converter
Python Automation Scripts
Simple yet powerful automation stuffs.
Stars: ✭ 292 (+165.45%)
Mutual labels:  pdf, pdf-converter
Msgkit
A .NET library to make MSG files without the need for Outlook
Stars: ✭ 74 (-32.73%)
Mutual labels:  email, outlook
Ost2pst
OST2PST - converts Outlook OST files to PST format
Stars: ✭ 46 (-58.18%)
Mutual labels:  email, outlook
Pdf To Text
Extract text from a pdf
Stars: ✭ 462 (+320%)
Mutual labels:  pdf, pdf-converter
Gotenberg Php Client
PHP client for the Gotenberg API
Stars: ✭ 80 (-27.27%)
Mutual labels:  pdf, pdf-converter
Serverless Libreoffice
Run LibreOffice in AWS Lambda to create PDFs & convert documents
Stars: ✭ 410 (+272.73%)
Mutual labels:  pdf, pdf-converter
Images To Pdf
An app to convert images to PDF file!
Stars: ✭ 602 (+447.27%)
Mutual labels:  pdf, pdf-converter
Node Html Pdf
📄 Html to pdf converter in nodejs. It spawns a phantomjs process and passes the pdf as buffer or as filename.
Stars: ✭ 3,364 (+2958.18%)
Mutual labels:  pdf, pdf-converter
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (+574.55%)
Mutual labels:  email, outlook
Pdf Flipbook
Browse PDF document like a book turning its pages
Stars: ✭ 279 (+153.64%)
Mutual labels:  pdf, pdf-converter
Msgreader
C# Outlook MSG file reader without the need for Outlook
Stars: ✭ 286 (+160%)
Mutual labels:  email, outlook
Pdfsave
Convert websites into readable PDFs
Stars: ✭ 46 (-58.18%)
Mutual labels:  pdf, pdf-converter
Laravel Pdf
A Simple package for easily generating PDF documents from HTML. This package is specially for laravel but you can use this without laravel.
Stars: ✭ 79 (-28.18%)
Mutual labels:  pdf, pdf-converter

Email to PDF Converter (formely EML to PDF Converter) Actions Status

This software can be used to convert email files (eml or msg) to pdf files. It can be used as a library, command line tool or desktop application with its GUI.

The conversion is done by parsing (and cleaning) the mime/structure, converting it to html and then using wkhtmltopdf to convert the generated html to a pdf file.

It also handles inline images, corrupt mime headers and can use a proxy.

Download

You can download the lates binaries here.

There you can find a Windows setup.exe and a jar.
If you want to use the jar (e.g. for a non Windows OS) you need the wkhtmltopdf binary in the PATH.

Screenshot

Commandline Interface

Usage: EmailToPDFConverter [options] <email-file>
  Options:
    -d, --debug
      Debug mode
      Default: false
    -e, --error
      Display only Error messages.
      Default: false
    -a, --extract-attachments
      Extract Attachments.
      Default: false
    -ad, --extract-attachments-directory
      Extract Attachments to this Directory, if this option is not present the
      directory is besides the pdf as "<pdf-name>-attachments".
    -?, --help
      Print this help.
    -hh, --hide-headers
      Do not add email headers (subject, from, etc.) at the beginning of the
      PDF document.
      Default: false
    -o, --output-filepath
      Filepath of the produced PDF document. If this option is ommited the PDF
      will be placed alongside the email File.
    -s, --page-size
      Set wkhtmltopdf paper size to: A4, Letter, etc. (default A4)
      Default: A4
    -p, --proxy
      Proxy (e.g. "http://10.64.1.74:81"). If "auto" is supplied the default
      system proxy will be used.
    -q, --quiet
      Do not display any messages at all.
      Default: false
    -gui, --show-graphical-user-interface
      Show graphical user interface (other parameters are ignored when using
      this switch).
      Default: false
    -v, --version
      Print the version number.
      Default: false

E.g. java -jar emailconverter-2.1.1-all.jar example.eml (you need wkhtmltopdf binary in the PATH)

How to Build

You need to git clone this repository. The build will fail if you remove the .git folder (e.g. download this as zip from github).

  • gradlew shadowJar
    Creates a single self contained Jar in build/libs

  • gradlew dist
    Same as gradlew shadowJar but additionally creates windows exe launchers in build/libs for gui and console mode. This task needs the Launch4j binary in the PATH.

  • gradlew innosetup
    Creates a windows setup in build/innosetup. This task needs the Launch4j binary as well as the Inno Setup issc.exe in the PATH.

  • gradlew check
    Executes the unit tests and generates various reports (jacoco, checkstyle, findbugs, jdepend, unit test report).

Date Formatting

Dates are formatted with the default locale. You can change it, e.g. by passing the VM argument -Duser.language=en-US similar to setting the timezone e.g. -Duser.timezone="Asia/Kolkata".

License

The code is available under the terms of the Apache V2 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].