Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-07-21 01:39 PM
Hi Team,
I've encrypted pdfs with excel files as an attachment. Need advise on how can these files be saved using code-behind.
I'm able to save using spying but it is little time consuming considering huge list of pdf.
Any help is much appreciated.
Thanks.
------------------------------
Manish Kumar
------------------------------
I've encrypted pdfs with excel files as an attachment. Need advise on how can these files be saved using code-behind.
I'm able to save using spying but it is little time consuming considering huge list of pdf.
Any help is much appreciated.
Thanks.
------------------------------
Manish Kumar
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-07-21 01:43 PM
Hi @Manish Kumar,
Here's a Stackoverflow article that discusses using C# to pull embedded files out of a PDF. In the article they make use of the iTextSharp library.
https://stackoverflow.com/questions/49408808/c-sharp-list-embedded-files-inside-a-pdf-file-and-get-a-file-stream-to-one-of-th
I've looked over the various assets on the DX that provide different degrees of PDF support, but none of them appear to do what you need. So I think you're correct that you'll have to roll your own functionality in a code stage.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
Here's a Stackoverflow article that discusses using C# to pull embedded files out of a PDF. In the article they make use of the iTextSharp library.
https://stackoverflow.com/questions/49408808/c-sharp-list-embedded-files-inside-a-pdf-file-and-get-a-file-stream-to-one-of-th
I've looked over the various assets on the DX that provide different degrees of PDF support, but none of them appear to do what you need. So I think you're correct that you'll have to roll your own functionality in a code stage.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-07-21 01:43 PM
Hi @Manish Kumar,
Here's a Stackoverflow article that discusses using C# to pull embedded files out of a PDF. In the article they make use of the iTextSharp library.
https://stackoverflow.com/questions/49408808/c-sharp-list-embedded-files-inside-a-pdf-file-and-get-a-file-stream-to-one-of-th
I've looked over the various assets on the DX that provide different degrees of PDF support, but none of them appear to do what you need. So I think you're correct that you'll have to roll your own functionality in a code stage.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
Here's a Stackoverflow article that discusses using C# to pull embedded files out of a PDF. In the article they make use of the iTextSharp library.
https://stackoverflow.com/questions/49408808/c-sharp-list-embedded-files-inside-a-pdf-file-and-get-a-file-stream-to-one-of-th
I've looked over the various assets on the DX that provide different degrees of PDF support, but none of them appear to do what you need. So I think you're correct that you'll have to roll your own functionality in a code stage.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-07-21 04:46 PM
Thanks Eric for the advise, I'm definitely going to try this out.
BR,
------------------------------
Manish Kumar
------------------------------
BR,
------------------------------
Manish Kumar
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-25 03:45 PM
Hello Manish,
Have you implemented the logic above mentioned by Eric in Blue Prism?
I get an error while using the code.
If you have implemented it, could you please help me with the error?
I am not sure how to get the Output from Blue Prism Code stage.
Regards,
Dhanshree Lonkar
