PDF

The Ultimate Guide to PDF Tools: Merge, Split, Compress & Convert

10 min read

PDF is the closest thing to a universal document format. Four operations cover almost everything people actually need to do with one.

PDF was designed to solve one problem: making a document look identical everywhere. Three decades later it is the default for contracts, invoices, reports, forms, statements, manuals, and academic papers. That ubiquity means everyone eventually needs to manipulate one — and the operations needed are surprisingly few.

Understanding what a PDF actually is

A PDF is a description of a finished page: where each glyph sits, which fonts are embedded, where images are placed, and what vector shapes are drawn. It is not a document structure in the way a word processor file is. This single fact explains most PDF behaviour that people find surprising.

It explains why PDFs look identical on every device — the layout is fixed rather than reflowed. It explains why editing a PDF is awkward — there are no paragraphs to reflow, only positioned text runs. It explains why converting a PDF back to an editable document is approximate. And it explains why some PDFs are searchable while others are not: a PDF made from a scanner contains only images of pages, with no text layer at all.

Operation one: merging

Combining several PDFs into one is the most common PDF task in office life. Signed pages arrive separately, appendices come from different people, receipts accumulate individually.

Merging is structurally lossless — pages are copied into a new container without re-encoding — so quality is unaffected. Use Merge PDF to combine files in your browser, and pay attention to two things: the order of the files, and whether page sizes are consistent. Mixing A4 and Letter pages produces a document that prints with irregular margins, which looks unprofessional even though nothing is technically wrong.

Practical uses

  • Assembling a signed contract from separately signed pages.
  • Combining monthly invoices into a single annual file for accounting.
  • Attaching appendices to a main report as one download.
  • Consolidating scanned receipts for an expense claim.

Operation two: splitting

Splitting extracts specific pages or ranges into a new document. It is the natural counterpart to merging, and it is also the best form of compression available, because the pages you keep are untouched.

Use Split PDF with a range expression such as 1-3, 5, 8-10 to pull out exactly what you need. From a privacy standpoint this is important: sending a five-page extract instead of a hundred-page report means the ninety-five irrelevant pages never leave your machine.

Practical uses

  • Sending one chapter from a long manual.
  • Separating an invoice from a bundled statement.
  • Removing internal pages before sharing externally.
  • Reducing file size by discarding pages nobody needs.

Operation three: compressing

Oversized PDFs are almost always oversized because of embedded images, duplicated resources, or accumulated metadata rather than text. Text is remarkably cheap; a three-hundred-page text PDF can be under 1 MB.

The PDF Compressor rebuilds and re-optimises the document structure locally in your browser. Work through it in order: try structural optimisation first, remove unneeded pages second, and only then consider reducing image resolution. For screen reading, 150 DPI images are ample; for office printing, 200 to 300 DPI is the sweet spot; beyond 300 DPI is invisible to the eye and pure file weight.

One firm rule: never compress a PDF that serves as a legal, medical, or archival record. Keep the original untouched and compress only the copy you distribute.

Operation four: converting

PDF to images

Rendering pages as images is useful for embedding a page in a presentation or web page, for creating thumbnails, or as the first step before OCR. PDF to JPG renders every page to a downloadable image. Remember that the output has no text layer — it is a picture of the page.

Images to PDF

The reverse operation turns photographs or scans into a single tidy document. Image to PDF combines one or more images into a PDF, which is exactly what you want for submitting photographed receipts, identity documents, or handwritten notes as one file rather than a scatter of attachments.

Office documents to PDF

Converting to PDF before sending guarantees the recipient sees your intended layout, cannot accidentally edit it, and does not need the same software or fonts. Use Word to PDF, Excel to PDF, or PowerPoint to PDF depending on the source.

PDF to text

If the PDF has a text layer, text can be selected and copied directly. If it is a scan, there is no text to extract and you need recognition instead: render the pages with PDF to JPG, then run them through Image to Text (OCR). Expect to proofread, particularly numbers.

Common PDF problems and their causes

  • Cannot select text — the PDF is a scan with no text layer. Use OCR.
  • File is enormous — embedded images at excessive resolution. Compress or re-optimise.
  • Fonts look wrong when printed — fonts were not embedded. Re-export with font embedding enabled.
  • Pages are sideways — the source scan was rotated. Straighten before converting or recognising.
  • Redaction did not work — black rectangles were drawn over text rather than removing it. The text is still selectable underneath.
  • Inconsistent page sizes after merging — source documents used different paper sizes.

Why local processing matters for documents

PDFs are disproportionately likely to contain sensitive material: signed agreements, financial statements, medical correspondence, identity documents, client deliverables. Uploading them to a free online service means creating a copy on infrastructure you do not control.

Every PDF tool on Convert26 runs entirely in your browser. The file is read into memory, processed, and written back out. No upload, no server-side copy, no retention policy to interpret. For document work, that is not a marketing detail — it is the whole point.

Try the tools mentioned in this article

Every Convert26 tool runs entirely in your browser. Your files are never uploaded to a server.

Browse tools

Related reading