How to save Email as PDF File?
Issue Description:
There is no official activity available to convert an Email to PDF, but there is a Marketplace activity - Save Email As PDF File which can be used to achieve this. However, as per the screenshot shared below, this is not officially supported by UiPath and concerns related to this should be posted in UiPath Forum.
Resolution:
With the below workaround implemented in your workflow, the same can be achieved without having any dependency for an explicit Activity.
- Open Outlook and the email required to be saved as PDF
- Use the keyboard short key "Ctrl+P"(basically shortcut for print)
- A new window to Print will appear, choose the Print Option as Microsoft Print to Pdf
- Clicking on the Print brings up a Windows Pop to give the file location to save the pdf
- Updating the details and file path will save the file as PDF.