# How to enable saving mails as PDF files?

How to enable saving emails as PDF files?

##### Post Metadata
- Posted at: about 7 years ago
- Net upvotes: 1


## Comments
### Comment 1

WebMail Pro 8 supports saving messages as PDF files.

PHP 7.1 or above is required for using this feature.

The functionality is disabled by default. To enable it, set Disabled to false in data/settings/modules/MailSaveMessageAsPdfPlugin.config.json file.

Also, you need to download wkhtmltopdf package for your operating system from wkhtmltopdf website (https://wkhtmltopdf.org/). Install it and copy the library file under data/system directory, so the path looks like:

data/system/wkhtmltopdf/linux/wkhtmltopdf

or:

data/system/wkhtmltopdf/win/wkhtmltopdf.exe

NB: You need to make sure the file permissions are set correctly so that the library can be run from within PHP script.

Also, to make this work, you may need to install additional libraries. In case of CentOS Linux, it&#39;s done as follows:

yum install libXrender libXext fontconfig xorg-x11-font-utils.x86_64 xorg-x11-fonts-Type1

In case of Ubuntu, also install the library on system level so all the additional libraries required are installed:

sudo apt install wkhtmltopdf

Once the above steps are done, you should be able to download message files and have them converted to PDF files on-the-fly.

##### Comment Metadata
- Posted at: about 7 years ago
- Author title: CMO@Afterlogic.Works | Web development | #1 Webmail, Cloud Storage &amp; Groupware Services | Afterlogic.com




## Related Product
[Afterlogic Webmail](https://www.g2.com/products/afterlogic-webmail/reviews)

## Related Category
[Email Client](https://www.g2.com/categories/email-client)

## Related discussions
- [How well does Trello scale into a larger team?](https://www.g2.com/discussions/1-how-well-does-trello-scale-into-a-larger-team)
  - Posted at: almost 13 years ago
  - Comments: 6
- [Can we please add a new section](https://www.g2.com/discussions/2-can-we-please-add-a-new-section)
  - Posted at: almost 13 years ago
  - Comments: 0
- [Quantifiable benefits from implementing your CRM](https://www.g2.com/discussions/quantifiable-benefits-from-implementing-your-crm)
  - Posted at: almost 13 years ago
  - Comments: 4


