1. Sanitizing a Legal Contract for Public Release
Legal AssistantBackground
A legal assistant needs to publish a finalized contract, but the draft contains internal comments and author metadata.
Problem
The PDF contains sensitive author information and internal review comments that must not be visible to the public.
How to use
Upload the contract PDF, check the boxes for 'Remove Metadata' and 'Remove Annotations', and run the tool.
{
"removeMetadata": true,
"removeAnnotations": true,
"removeBookmarks": false,
"removeFormFields": false
}Outcome
A clean PDF document with all internal comments and author metadata permanently removed.