A comprehensive overview of how to edit PDF files: what's possible, what isn't, and how to pick the right tool for the job.
A PDF is a fixed-layout document. Every piece of content — every character, line, image and shape — is positioned at absolute coordinates on the page. Unlike a Word document, there's no concept of a "paragraph" that can reflow. This is why PDFs look identical everywhere they're opened, and also why they're harder to edit than text documents.
You add new content on top of the existing page: text boxes, images, shapes, annotations. The original content is preserved underneath. This is safe, predictable, and works on any PDF. It's how 95% of real editing tasks get done.
Rewriting the PDF's content stream to change existing objects. This is much harder, browser-unfriendly, and prone to corrupting files. Omni PDF deliberately does not do this.
| Task | Best tool |
|---|---|
| Add text to a form or document | Editor — Text tool |
| Sign a document | Sign PDF |
| Highlight, comment, mark up | Annotate PDF |
| Combine two PDFs | Merge PDF |
| Extract pages | Split PDF |
| Reduce file size | Compress PDF |
| Fix orientation | Rotate PDF |
| Add a watermark | Watermark PDF |
| Convert to images | PDF to JPG |
| Turn images into a PDF | JPG to PDF |
Omni PDF reads your file with the browser's File API and processes it locally. Files are not uploaded to a server for editing, merging or conversion. This is possible because modern browsers can run the same PDF rendering and generation logic that used to require desktop software. See privacy for details.