"Edit PDF" is one of the most common things people search for — and one of the most ambiguous. Depending on who you ask, editing a PDF could mean adding your signature, filling in a form, removing sensitive content, rearranging pages, or changing the body text. Each of those is a different operation, requiring a different tool. This guide maps them out.
What most people mean by 'editing a PDF'
PDF files were designed as a final format — the digital equivalent of a printed page. They preserve layout precisely and are difficult to change. When people say they want to edit a PDF, they usually mean one of four things:
First, filling in a form: the PDF has text fields, checkboxes, or signature boxes, and they want to complete them. This is the simplest case and works on any PDF with embedded form fields.
Second, signing the document: adding a hand-drawn or typed signature to indicate approval or agreement. This is a structural addition to the PDF, not a change to existing content.
Third, changing the pages: reordering, removing, or splitting pages. The content within each page stays the same, but the document's structure changes.
Fourth, changing the body text: adding or removing words within the existing paragraphs. This is what word processors do natively, but PDFs were not designed for it — doing this well requires re-flowing the text around the change, which most PDF tools do poorly.
What on-device tools can do
Filum handles the first three categories entirely in your browser — the PDF never leaves your device:
Sign a PDF: draw, type, or upload a signature and place it anywhere on the page. The result is a standard PDF that renders correctly in any viewer.
Fill PDF forms: enter text into form fields, check checkboxes, select radio buttons. The filled values are embedded in the PDF structure.
Organize pages: drag pages into a new order, delete pages you do not need, or split the document at any page. Each page is a discrete unit — reordering does not affect the content within it.
Watermark: add text (CONFIDENTIAL, DRAFT) or an image to all pages as a background or overlay.
Add page numbers: stamp sequential page numbers into each page with your choice of position and format.
Redact: permanently remove content by placing opaque boxes over text, images, or regions. The underlying content is gone from the file — not just covered.
Crop pages: change the visible area of each page by trimming the margins.
Rotate pages: correct scanned pages that arrived in the wrong orientation.
What requires a different approach
Changing body text — editing the words already in a PDF paragraph — is something PDF tools genuinely struggle with. The challenge is that PDFs store text as positioned glyphs, not as a reflowable document: changing one word requires repositioning every character around it, which PDF editors generally do by replacing the region with an opaque white block and typed text on top. The result rarely matches the original font, spacing, or layout.
If you need to change the text content of a PDF, the cleanest path is to convert it to Word first (PDF to Word), make your edits in Word, and convert back. The round-trip will alter the layout, but the text will be correct and reflowable.
The privacy problem with most PDF editors
Most browser-based PDF editors upload your document to a server to process it. This is a problem for any document with personal information — a contract, a medical form, a bank statement. The server receives the complete file, and you have no way to verify what happens to it after the download.
Filum's editing tools process everything locally: the file stays on your device from open to download. There are no outgoing requests during signing, filling, organizing, or redacting. For format conversion (where a server engine is genuinely required), the file is deleted immediately after conversion.
Choosing the right tool
For a checklist: need to sign → Sign PDF. Need to fill in text fields → Fill PDF Forms. Need to remove pages → Organize PDF. Need to remove sensitive text → Redact PDF. Need to add a label to all pages → Watermark PDF. Need to change the actual body text → PDF to Word, then edit and convert back.
Each tool is a single operation — there is no canvas editor where you drag elements around. That specificity is what makes each tool fast and accurate: it does one thing and does it correctly.