Permanently black out text, images, and personal data from any PDF. Redacted content is fully removed - not just hidden - and cannot be recovered. Free, no signup.
Select a PDF to redact
Drag & drop your PDF here, or click to browse
PDF files only · Up to 100 MB
How it works
No software to install. Works on any device with a modern browser.
Click "Select PDF file" or drag and drop. SupaPDF renders every page for interactive editing immediately.
Navigate to each page using the page strip. Click and drag on the preview to draw black boxes over sensitive content - names, account numbers, addresses, or any private information. Hover a box and click × to remove it.
Click "Redact PDF". The content under each box is permanently destroyed - not just hidden. The result is a clean, tamper-proof PDF safe to share.
Why SupaPDF
Trusted by legal, compliance, and security teams worldwide.
Redactions are applied at the PDF structure level using PyMuPDF. The underlying text, images, and metadata are destroyed - not overlaid with a black rectangle that can be copy-pasted around.
All uploads use encrypted HTTPS. Files are permanently deleted from our servers immediately after your download is complete. Nothing is retained or logged.
Redact content across any number of pages in a single job. The page strip shows which pages have redactions, and each page's boxes are managed independently.
Pass an array of {page, x, y, width, height} areas in PDF points. Optionally include an overlay_text label (e.g. "REDACTED") with custom font and color.
Developer API
Pass an array of area objects. Each area specifies a page (1-indexed) and a bounding box in PDF points. y=0 is the top of the page.
curl -X POST https://api.supapdf.com/v1/jobs \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tag": "redact-pdf-job",
"tasks": {
"upload-1": { "operation": "import/upload" },
"redact-0": {
"operation": "redact_pdf",
"input": ["upload-1"],
"color": "#000000",
"overlay_text": "REDACTED",
"font_size": 12,
"font_color": "#ffffff",
"areas": [
{ "page": 1, "x": 72, "y": 144, "width": 288, "height": 24 },
{ "page": 2, "x": 144, "y": 288, "width": 216, "height": 18 }
]
},
"export-result": { "operation": "export/url", "input": ["redact-0"] }
}
}'Coordinates are in PDF points (1 inch = 72 pt). A standard A4 page is 595 × 842 pt; US Letter is 612 × 792 pt. y = 0 is the top of the page. overlay_text, font_size, and font_color are all optional.
FAQ
Everything you need to know about redacting PDFs with SupaPDF.
Ready to secure your document?
Free to use · No account required · Instant download