Question
2
Replies
1814
Views
Posted: June 15, 2017
Last activity: June 20, 2017
Closed
send email with attachment from clipboard property to word or pdf file
Hi all,
Can you tell me how to send email with a word document or a pdf file/template attachment where the values from clipboard property?
thanks all for your help.
Hi Adrian,
You have to create an HTML section keeping simple layout and referring the properties from clipboard.
You need to use OOTB HTMLToPDF activity to pass the section and get the PDF byte stream.
This output stream can be used to sendEmailWith Attachment utlity (check in Pega app for exact name) as part of attachment.
Hope this helps.
Thanks.