cancel
Showing results for 
Search instead for 
Did you mean: 
ChrisBrook
Level 4
Status: Reviewed

Problem Statement:
Currently we have a number of use cases which require Python scripts to complete specific NLE activity or to support with the management of files such as:

  • encrypting/ decrypting with specific PGP keys
  • converting protected PDF documents to unprotected, editable and readable documents for OCR extraction
  • managing multiple PDF documents such as deleting pages, merging documents

These scripts are currently utilised as standalone py files which are triggered via Blue Prism; but not within Blue Prism.

Proposed Solution:

  • Include Python as a supported language within Blue Prism code stages
  • Provide Python as an installable supporting application alongside core Blue Prism product installer
  • Provide the ability to run 'pip install' to obtain dependencies for scripts all within Blue Prism.
12 Comments
AmyTsaousi
Community Team
Community Team

Hi Chris, 

Thank you for submitting your idea. We've reviewed it and has been submitted to be scored by the rest of our ideation team. 

Please check back for progress on your idea in the future.

Many thanks,

Amy

JatinKalra
Level 5

I know about the functionality which is mentioned in https://community.blueprism.com/HigherLogic/System/DownloadDocumentFile.ashx?DocumentFileKey=c0683b90-4d0c-4c52-b20e-098a2eab426d

but we can make the steps more easier as this lot of time and efforts there should be direct stage where you copy and paste all code and directly execute it.