Ho to mask the value in PDF ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-22 08:36 AM
I have a scenario where i need to mask the value in PDF and save it
Is this possible by using BP?
Example given below
- Original Image where value presented
- Manipulated - Where value masked with color
------------------------------
Krishna Elapavuluri RPA Solution Lead
TEchnology Consultant
DXC.technology
Asia/Kolkata
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-22 07:17 PM
We have Mouseman' is an API mouse designed to interact with any element within the Windows operating system.
It works like this: To interact with the mouse using Mouseman, an X and Y coordinate is required.
Actions
- Set Position
This function will manually set the mouse position based on numeric values supplied in the X and Y parameters.
- Set Position By Location File
This function will load a set of saved coordinates from a location file
- Save Location File
This function will save the desired X/Y coordinates to a file.
- Simulate Mouse Click
This function will send a mouse click command to the cursors current position.
Input Parameters
- X (Number)
represents the mouse's Horizontal screen position
- Y (Number)
represents the mouse's Vertical screen position.
- IsRightClick (Flag)
defines rather a left or right-click should be sent to the mouse's current position
To request the 'Mouseman' VBO or obtain further information on how best to use it in your environment, please contact support@blueprism.com
Note: 'Mouseman' is a custom and uncertified VBO which provides additional functionality to Blue Prism users but has been developed outside of the standard product. As such, this VBO may not have gone through the same level of testing as the standard VBOs that are shipped with the product. Therefore, if you do choose to implement this VBO, then we strongly advise that you test it thoroughly before using in a Production environment.
------------------------------
Luis Lopez
Customer Support Engineer English and Spanish
Blue Prism Ltd
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-09-22 07:40 AM
