Key Facts
- Category
- Documents & PDF
- Input Types
- file, checkbox
- Output Type
- file
- Sample Coverage
- 4
- API Ready
- Yes
Overview
The PDF Clean tool allows you to sanitize your PDF documents by removing sensitive metadata, personal annotations, bookmarks, and interactive form fields before sharing them.
When to Use
- •When preparing a legal or business document for public distribution and you need to strip out author names, creation dates, and other hidden metadata.
- •When sharing a reviewed PDF draft but wanting to remove all internal comments, highlights, and annotations.
- •When flattening interactive PDF forms to prevent further editing of form fields and AcroForm data.
How It Works
- •Upload the PDF document you want to sanitize.
- •Select the elements you want to remove, such as metadata, annotations, bookmarks, or form fields.
- •Process the file to strip the selected data and download your cleaned, privacy-safe PDF.
Use Cases
Examples
1. Sanitizing a Legal Contract for Public Release
Legal Assistant- Background
- 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.
- Example Config
-
{ "removeMetadata": true, "removeAnnotations": true, "removeBookmarks": false, "removeFormFields": false } - Outcome
- A clean PDF document with all internal comments and author metadata permanently removed.
2. Flattening and Cleaning a PDF Form
HR Specialist- Background
- An HR specialist wants to archive completed employee onboarding forms without keeping the interactive form fields active.
- Problem
- The PDF forms remain interactive, allowing accidental edits to the submitted data.
- How to Use
- Upload the completed PDF form, check 'Remove Form Fields' and 'Remove Metadata', and process the file.
- Example Config
-
{ "removeMetadata": true, "removeAnnotations": false, "removeBookmarks": false, "removeFormFields": true } - Outcome
- A sanitized PDF with inactive form fields, securing the entered data from further modification.
Try with Samples
pdf, video, barcodeRelated Hubs
FAQ
What metadata is removed when I select 'Remove Metadata'?
It strips the document title, author, subject, keywords, creator, producer, creation/modification dates, and XML metadata (XMP).
Does removing annotations delete my highlights and comments?
Yes, it removes all user-added comments, text highlights, stamps, and other page annotations.
What happens to interactive form fields when cleaned?
The interactive form fields and AcroForm structure are removed, preventing users from filling out or modifying form data.
Will removing bookmarks affect the actual pages of my PDF?
No, it only removes the document outline, bookmarks, and named destinations, leaving the page content intact.
Is my original PDF file modified?
No, the tool processes a copy of your file and provides a new, cleaned PDF for download.