Actually remove sensitive content — not just cover it with a black rectangle
True redaction is the PDF operation people most often get wrong. The intuitive approach — drop a black rectangle over the sensitive text — looks right but is catastrophically insecure. The text underneath is still in the file. Anyone who copies from the PDF gets the "redacted" content in their clipboard. Anyone who selects the region with the right tool sees the original text. Newspapers have published "redacted" government documents multiple times where the sensitive material was recoverable in seconds. A black rectangle is a drawing, not a redaction.
Real redaction is different. The OkFarsi Redact PDF tool (in development) will permanently remove the underlying text, images, and metadata from the file bytes — not merely cover them visually. The redacted PDF has no hidden text layer under the black marks, no copy-able content in the removed areas, and no recoverable data in the file structure. After download, the file is safe to distribute even under adversarial review.
The tool will support three redaction modes. Visual selection: drag a rectangle over the content you want gone and the tool removes everything inside it. Search-and-redact: type a pattern (an email address, a date, a name) and the tool finds every occurrence and redacts them in one pass — ideal for FOIA-style workflows where you want every instance of a set of identifiers removed. Metadata redaction: strip document metadata (author name, creation-tool signature, revision history) in addition to visible content. All three run as permanent file-level removals, not visual overlays.