cancel
Showing results for 
Search instead for 
Did you mean: 

PDF to JPG/PNG convert with Blue Prism

Hello team,

Do we have any VBO available to convert PDF to Image formats(JPG/PNG)?

Or any DLL with code stage that you are aware of to perform this file conversion.


------------------------------
If I was of assistance, please vote for it to be the "Best Answer".

Thanks & Regards,
Tejaskumar Darji
Sr. Consultant-Technical Lead
------------------------------
2 REPLIES 2

vinodchinthakin
Level 9

ewilson
Staff
Staff
@Tejaskumar_Darji,

I don't believe there are any assets on the DX that support this feature, but there is an open source library available on GitHub and Nuget called PDFiumSharp that could be used for this. There are even some examples in the GitHub project that show how to load a PDF and then convert it to what they call a PDFiumBitmap, which is really just a regular old BMP. You could create a regular .NET Bitmap instance from that PDFiumBitmap and then use the Save action and ImageFormat enum to save it as a PNG or JPEG.

https://github.com/ArgusMagnus/PDFiumSharp

Cheers,

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------