IT
OmnvertImage • Document • Network

Document Tools

PDF and Office conversion

About

Document conversions break when tools hide limits or change formatting unexpectedly. Omnvert focuses on clear previews, predictable exports, and fast downloads across PDF and Office workflows.

For editable output, digitally-created PDFs usually convert best. If your PDF is scanned, export pages as images or run OCR separately before converting to DOCX.

Use the related tools below to keep a consistent pipeline: compress before sharing, split before emailing, merge before submitting, and convert to images when you need per-page previews.

FAQ

Do you add watermarks?
No. Downloads are clean and do not include watermarks.
Will formatting be preserved?
We preserve structure where possible, but complex PDFs or scans may lose layout during conversion.
Are scanned PDFs supported?
Scanned PDFs can be exported as images; converting scans to editable text requires OCR (not included here).
Is processing private?
Uploads are processed in short-lived storage and links are temporary. No signup required.

PDF is a page-description format, not a document format. It records where each glyph sits on a page, which font drew it and what colour it was — but it does not necessarily record that those glyphs form a sentence, a paragraph or a table cell. Everything difficult about working with PDFs follows from that single design decision.

The tools in this category split into two families. Structural operations — merge, split, rotate, reorder, watermark, page extraction — rewrite the file’s object tree and leave the page content untouched, so they are effectively lossless and repeatable. Interpretive operations — PDF to Word, PDF to Excel, OCR — have to reconstruct meaning that was never stored, and always trade some fidelity for editability.

Merging, splitting, rotating and reordering happen in your browser, so those files never leave the tab. OCR, Office conversions and a few of the heavier compression modes need a real rendering engine and run on our server; those uploads are processed in short-lived temporary storage and deleted after the job, with no account attached.

Why PDF to Word never comes back perfect

A converter has to infer paragraph boundaries from vertical gaps, reading order from position, and table structure from ruling lines or aligned whitespace. Single-column reports with ordinary body text convert cleanly. Two-column academic layouts, sidebars, footnotes and tables without visible borders are where the guessing shows: text lands in the wrong order, a table becomes a grid of text boxes, and hyphenated line breaks survive into the Word file.

Scanned PDFs are a different problem entirely, because they contain no text at all — only an image of a page. Running them through a normal converter produces an empty document. Send those through OCR first, then convert the result.

Compression: what actually shrinks

In almost every large PDF, embedded images account for the bulk of the file. Compression therefore means downsampling those images and re-encoding them, typically to 150 DPI for screen reading or 300 DPI for anything destined for print, plus a JPEG quality drop. Secondary savings come from subsetting embedded fonts to the glyphs actually used and dropping page thumbnails and unused objects.

This explains the case people find surprising: a 40-page text-only PDF barely shrinks. Its content streams are already Flate-compressed and there are no images to downsample, so there is nothing left to reclaim. If a file is mostly text and still enormous, the cause is usually a fully embedded CJK font or a stack of duplicated resources rather than the text itself.

Getting OCR right the first time

OCR accuracy is decided before the file reaches the recogniser. Scan or export at 300 DPI — 200 is workable for large clean type, and anything under 150 costs you accuracy no engine can recover. Straighten the page: a two-degree skew measurably raises the error rate on small text. Grayscale usually beats colour for plain documents, and heavy JPEG artefacts around letter edges hurt more than a slightly larger file would.

Pick the language explicitly. An engine running in English mode will happily turn Turkish diacritics into the nearest ASCII letter, and mixed-language documents need every language selected up front. The output is a searchable PDF: the original page image stays visible while an invisible text layer sits behind it, so the document looks identical but can be searched, copied and indexed.

Redaction is not a black rectangle

Drawing a filled box over a name hides it visually and changes nothing underneath. The text remains in the content stream, and anyone can recover it by selecting the page, running a text extractor, or opening the file in an editor. This has produced a long series of public embarrassments involving court filings and government releases.

Real redaction deletes the underlying content, then flattens the page so nothing can be reversed. Metadata deserves the same attention: author names, the originating software, revision timestamps and XMP records survive most workflows untouched, and a document assembled from several sources often carries all of their metadata. Redact, flatten, then check the document properties before sending.

Common questions

Do my documents get uploaded?
It depends on the tool. Merge, split, rotate, reorder and page extraction run entirely in your browser, so those files stay on your machine. OCR, PDF to Word or Excel and the heavier compression modes need server-side rendering; those files are held in temporary storage only for the duration of the job and then deleted.
Why is my merged PDF larger than the sum of its parts?
Merging concatenates resources, and shared fonts or images that existed once in each source file can end up embedded multiple times. Running the merged file through compression afterwards usually recovers the difference. Files exported from design software are the worst offenders because they embed full font sets.
Can I edit the text in a PDF directly?
Not in a meaningful way, because there is no reflowable text model to edit. Convert to Word, make the changes there, and export back to PDF. Expect to redo some layout work if the original was heavily designed.
Will a password-protected file work?
A file protected only against printing or copying can usually be processed, but one that needs a password to open cannot — the content is encrypted and unreadable until it is decrypted. Remove the open password in your PDF reader first, then upload. We do not attempt to bypass encryption.
How accurate is PDF to Excel?
Tables with visible ruling lines and consistent column alignment convert well. Merged cells, multi-row headers, footnotes inside cells and numbers stored as text are where it breaks down. Always spot-check totals against the original before you rely on the result.
Does a digital signature survive editing?
No. A signature covers a byte range of the file, so any modification — including a lossless page rotation — invalidates it. Do all your merging, splitting and compression first, and sign last. If you need a signed file changed, you need it re-signed.
What is the difference between compressing and downsampling?
Downsampling reduces an image’s pixel dimensions, for example from 600 DPI to 150 DPI. Compression re-encodes those pixels at a lower quality setting. Both shrink the file, and most presets apply the two together, which is why an aggressive setting can leave scanned text looking soft.