I have an email Body and i need to convert them into PDF, and then extract the details from the PDF content using Read PDF Activity and continue flow as well.
Please suggest any idea regrading this…
Thanks
Kiruthika
I have an email Body and i need to convert them into PDF, and then extract the details from the PDF content using Read PDF Activity and continue flow as well.
Please suggest any idea regrading this…
Thanks
Kiruthika
You can try with some Activity
Regards
Gokul
is there any reasons why the extraction cannot be done from email body directly e.g. using the text body?
In Body content, i have invoice in Body content to extract some fields
do not see so far an argument that blocks the processing of the body directly without conversion into pdf. Had you tried so far?
so just give a try on:
strBodyText = yourMailMessageVar.Body
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.