Complete PDF Guide

Merge, split, compress, rotate, watermark, encrypt, number, rasterise — everyday PDF work follows a pattern. This guide organises 14 operations by what they do, when to use them and what to watch out for, plus an A-series page size chart at every common DPI.

14 Common PDF Operations

OperationWhat It DoesTypical UseWatch Out
MergeConcatenate several PDFs in orderContract bundles, report collections, invoice archivingOrder determines page numbers; unify page sizes first
SplitBreak a PDF by page range or one page per fileDistributing single-page receipts, splitting scansRanges are 1-based, inclusive on both ends
CompressResample images and drop redundant objectsEmail attachment limits, faster page downloadsText-heavy vector PDFs have little room to shrink
RotateRotate whole pages by 90/180/270 degreesFixing sideways pages from phone scansChanges the display matrix only, not text flow
WatermarkOverlay translucent text or an imageMarking drafts, internal copies, copyright noticesWatermarks are removable; not an access control
EncryptSet a user password and an owner passwordStatements and payslips containing personal dataUse AES-256; RC4 is considered insecure
DecryptRemove the open restriction when you know the passwordClearing your own password before bulk archivingOnly use on files you are legally entitled to open
Page NumbersAdd footer numbers or "Page N of M"Tenders, theses, print-ready draftsMind the offset if you have a cover and TOC
Delete PagesRemove chosen pages and renumberDropping blank scans and erroneous pagesConfirm page numbers first; the action is irreversible
ReorganiseDrag pages into a new orderInserting missed pages, reordering chaptersCombine with merge and delete for full cleanup
ExtractPull out text, images or selected pagesCopying clauses from a contract, exporting figuresScanned files need OCR before text extraction works
To ImageRasterise each page to PNG/JPEG at a chosen DPIEmbedding in slides, web previews, thumbnails72 DPI for screens, 300 DPI for print
CropTrim margins or crop to a regionRemoving scan borders, unifying the text blockPDF cropping usually hides rather than discards
SignAdd a handwritten or image signature; verify digital signaturesSigning contracts back, acceptance formsAn image signature is not a digital signature

Page Sizes and Pixel Dimensions

PDF internally uses 72 DPI PDF points, so an A4 page is 595 × 842 points at native scale. The table lists three resolutions commonly used when rasterising.

SizeMillimetresInches72 DPI96 DPI300 DPI
A4210 × 2978.27 × 11.69595 × 842794 × 11232480 × 3508
A5148 × 2105.83 × 8.27420 × 595559 × 7941748 × 2480
A3297 × 42011.69 × 16.54842 × 11911123 × 15873508 × 4961
B5176 × 2506.93 × 9.84499 × 709665 × 9452079 × 2953
Letter216 × 2798.5 × 11612 × 792816 × 10562550 × 3300
Legal216 × 3568.5 × 14612 × 1008816 × 13442550 × 4200

Frequently Asked Questions

Why does compressing a PDF barely reduce its size?

PDF size is dominated by embedded images, fonts and scanned bitmaps. A file that is mostly vector text with a few images simply has little to reclaim; the real weight is usually full-page scans. To shrink those you must re-export at a lower scan DPI or accept image-quality loss from image-oriented compression.

What DPI should I use when converting PDF to images?

Use 96–150 DPI for on-screen reading, embedding in slides or web previews. Use 200 DPI when small text must stay legible or the image will be re-laid out. Reserve 300 DPI for print. Doubling DPI doubles both pixel dimensions, so file size grows roughly fourfold — do not simply pick the maximum.

Does PDF encryption stop people from copying content?

Only against casual users. A user (open) password genuinely blocks anyone without it. An owner password merely sets a permission flag: most viewers honour it, but many tools ignore it outright. Do not rely on PDF permission bits to protect genuinely confidential material.

What is PDF/A and how does it differ from a normal PDF?

PDF/A is a subset of PDF designed for long-term archiving. It requires all fonts to be embedded, forbids encryption and JavaScript, and removes dependencies on external resources, so the file still renders correctly decades later. Normal PDFs optimise for editing and interactivity; PDF/A optimises for stable reproduction, and is typically required for archives, invoices and contract storage.