Category: Blue Prism

RPA Asset Store

Extracting tables from PDF

The PDF format has no representation of a table structure, which makes it difficult to extract tables. In this post we show how to extract table data with a few simple steps.

Fast search within files in Windows

File search is commonly used in automation. But when the file number within the folder is too big the standard search method take very long to complete. A solution to that problem is to use a Windows Search feature. Windows Search builds a full-text index of files on a computer. Once a file is indexed…
Read more

GDPR for the Robot – dealing with sensitive data

Personal data protection is one of the most important topic in business processes development. Automation tools have mechanisms to ensure data encryption. There are a few issues to consider when designing RPA solutions.

REST API configuration in Blue Prism

Blue Prism has a special settings to facilitate work with the Web API. In this post you will learn how to send parameters to the service and handle its response.