English 中文(简体)
自动自动自动、 将电子邮件附件转换为 PDF 并重新连接到电子邮件
原标题:Power Automate, convert email attachments to PDF and reattach to email
I need to create a flow to do the following: For Emails that are received into a group inbox with attachments that are non-PDF... xlsx, docx etc I need to Convert all the attachments to PDF Then Re-attached to the same email and forward to another email address with the PDF attachment(s) included. This then goes to a scanning portal that only accepts PDF. The current docx>pdf process is done manually, circa 26k emails per month are unpacked and resent out as pdf attachments. Before I get unhealthily obsessed with this, is this even possible with Power Automate? or is there a better solution to handle this? Was thinking of a temporary holding folder that does the conversion from docx to PDF, then forward the email and extract it from the holding folder back into the email.
问题回答
There is an alternative solution, it is not inside Power, but a Windows software which can be installed on a Windows server or desktop: Automatic Email Manager from Namtuk, it will do the job. https://www.automatic-email-manager.com/feature-merge-email-with-attachments-in-pdf There is a tutorial for sending an email with the attachments received and converted in PDF: https://help.automatic-email-manager.com/support/solutions/articles/67000722228-save-emails-in-pdf-and-forward-the-result




相关问题
delete attachment file

i am using System.Net.Mail for sending mail in asp.net.. how to delete attachment file after it is send as attachment mail.. i tried to use File.Delete method.. but i am getting this error.. the ...

Dynamically generate PDF and email it using django

I have a django app that dynamically generates a PDF (using reportlab + pypdf) from user input on an HTML form, and returns the HTTP response with an application/pdf MIMEType. I want to have the ...

What is wrong with this mail header text?

The following $header is being sent via PHP s mail($to,$subject,$content,$header) command. The mail arrives and appears to have an attachment. But the mail text is empty as is the file. I think this ...

Did OpenPOP.net with GMail attachments break recently?

I could swear this code was working few days ago. I m using the SSL binaries from http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html POPClient client = new POPClient("...

ASP.NET: How to download email attachments with POP3?

I am building an email receiving website. I can read the email with the help of code used in Code Project, but I can t download email attachments. Can anyone tell me how to download email attachments ...

How to send email with attachment using PHP?

I am using following code for sending email with attachment but the proper file is not getting attach with mail. $UnidID = $_COOKIE[ UniqueID ]; $guid = $_COOKIE[ guid ]; $target_path = "userdata/".$...

热门标签