GroupDocs.Conversion for Java 18.7 covers a new feature and a bug fix. MSG to PDF conversion issue is now resolved. Please take a look over the release notes to get an idea about the changes introduced.
MailOption to control conversions from email
A new class EmailOptions is implemented in SaveOptions. Using that email options can be managed.PdfSaveOptions options = new PdfSaveOptions();
EmailOptions emailOptions = options.getEmailOptions();
emailOptions.setDisplayHeader(true);
emailOptions.setDisplayEmailAddress(true);
emailOptions.setDisplayFromEmailAddress(true);
emailOptions.setDisplayToEmailAddress(true);
emailOptions.setDisplayCcEmailAddress(true);
emailOptions.setDisplayBccEmailAddress(true);
Bug Fixes
- MSG to PDF conversion displays incorrect time in the header
Available Channels and Resources
Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs.Conversion:- API Home – GroupDocs.Conversion for Java
- Download – GroupDocs.Conversion for Java Download
- Documentation – Product Documentation
- Examples/Plugins/Showcases – GitHub source code examples
- Video Tutorials – YouTube Videos
- Product Support Forum – Technical Support Forum for GroupDocs.Conversion