1. Multi-field Privacy Masking
Background
A legal assistant needs to share a 4-page contract but must hide the client's full name on page 1 and their ID number on page 2.
Problem
Manually editing the PDF is prone to error and time-consuming.
How to use
Upload the PDF and input the coordinates for the name and ID fields in the Redaction Rectangles field using JSON format.
[{"page":1,"x":92,"y":600,"width":220,"height":22,"label":"FULL NAME"},{"page":2,"x":100,"y":520,"width":260,"height":20,"label":"ID NUMBER"}]Outcome
A new PDF is generated with black bars covering the sensitive data, clearly labeled for reference.