Mirroring a PDF page means producing a true reflection of the page artwork along a chosen axis: a horizontal mirror swaps the left and right halves, while a vertical mirror swaps the top and bottom halves, all at the original page dimensions. It is not the same as turning a page upside down or sideways, because rotation preserves reading order while mirroring reverses it. For that reason, mirroring is the right operation when a scanned page, an artwork proof, a photographed document, or a technical drawing was captured as a literal mirror image and needs the original handedness restored before printing or sharing.

flip mirror pages in pdf file
flip mirror pages in pdf file

What Mirroring a PDF Page Actually Does

Every PDF page is a piece of artwork drawn at fixed dimensions, and mirroring is a geometric transformation applied to that artwork. A horizontal mirror (sometimes labeled "Left to Right" in tools) reverses the x-axis of every coordinate on the page, so a label that read "ON" on the left side will read "NO" on the right side of the mirrored result. A vertical mirror (labeled "Top to Bottom") reverses the y-axis, so a logo in the top-left corner appears in the bottom-left corner of the new page.

Because the page dimensions do not change, the mirrored artwork sits inside the same printable area as the original. This is important for production work: a transfer sheet, a stencil, or a print proof keeps its paper size and bleed, only the content is reversed. Rotating a PDF by 90, 180, or 270 degrees achieves a different outcome because it moves the page to a new orientation in the viewer, but it does not flip handedness. If you are not sure which operation you need, a quick rule of thumb is that rotation is right for upside-down or sideways pages, while mirroring is right for reversed-looking scans, mirrored layouts, and reversed artwork.

When You Need to Mirror PDF Pages

The most common trigger is a scan that came out backwards. Single-sided document feeders on home scanners and many office printers can flip a page as it passes through the glass, and the result is a PDF that looks normal in the viewer but prints or behaves wrong. Photographed pages, especially of book spreads and signatures, are another source: a photo of an open book often captures the right-hand page as a mirror image because the camera saw the back of the sheet.

Beyond correction, mirroring is a real production step. Printers preparing iron-on transfers, screen-print stencils, or vinyl decals need the artwork in mirror form so the final image ends up facing the correct direction after pressing. PCB designers comparing a board's top and bottom copper layers routinely mirror one layer to overlay it on the other. Crafters use mirrors to preview a folded card, and teachers use them to create "mirror me" worksheets for symmetry lessons. In every case, the requirement is the same: keep the page size, reverse the artwork along one axis, and produce a fresh PDF without disturbing the original.

How to Mirror Pages in a PDF File

The Flip Mirror PDF Pages tool runs entirely in your browser, so the PDF never leaves your device. Follow these steps to mirror selected pages and download a new PDF:

  1. Choose the PDF file from your device using the file picker.
  2. Select a mirror direction: Left to Right for a horizontal reflection or Top to Bottom for a vertical reflection.
  3. Decide which pages to mirror. Leave the default to mirror every page, or enter a precise page range such as 1-3,5 to flip only the affected sheets.
  4. Run the mirror. The tool draws a mirrored copy of each selected page at the original page dimensions and assembles a new PDF.
  5. Download the result. The original file stays where it is; the download is a separately named copy.

Because the tool draws a mirrored copy inside a fresh PDF, you can safely open the original and the mirrored file side by side in your reader to compare them. This is especially useful for batch scans where only the back side was captured through the wrong side of a feeder — mirroring the affected range with an expression like 2,4,6 leaves the other pages untouched.

Mirroring is a geometric operation on the rendered artwork of a page, and interactive PDF objects do not survive that transformation cleanly. On the mirrored pages produced by this tool, fillable form fields, sticky-note comments, hyperlinks, and other annotations are flattened into page appearance rather than retained as editable objects. This is a deliberate choice: a perfectly mirrored version of an independent link target or a form-field widget cannot be guaranteed by a lightweight local tool, so the artwork is preserved and the interactivity is sacrificed.

If your document relies on a fillable form that must remain interactive, use a full PDF editor to rebuild those objects after mirroring. For a worksheet, a printed form, or a contract where the content just needs to be visible on a mirrored page, the rendered-artwork approach is usually exactly what is wanted. Plain reports, diagrams, worksheets, and image-based scans are the natural fit, and the tool handles them with no sign-in, queue, or remote storage step.

Checking Stored Page Rotation Before You Print

Many PDFs carry a stored 90- or 270-degree rotation, especially scans captured by phone apps and pages that came out of a document feeder. The mirror tool detects that stored rotation and applies the reflection along the axis the viewer expects, which means a horizontally mirrored page will still read in the same direction after the operation. Before sending the result to a printer, open the downloaded PDF in your normal reader and look closely at page numbers, signatures, and any small text near an edge — those are the easiest places to spot a misaligned mirror.

If the page ends up sideways or upside down after mirroring, the stored rotation was already compensating for the orientation. In that case, a simple orientation change using Rotate PDF may be all you actually need. If only the page order is wrong, use Rearrange PDF Pages to put the sheets in the right sequence without touching the artwork.

Common Tasks Around a Mirrored PDF

SituationBest tool to reach forWhy
A scanned page is reversed left-to-rightFlip Mirror PDF PagesRestores handedness of the page artwork
A page is sideways or upside downRotate PDFChanges stored orientation by 90, 180, or 270 degrees
Sheets are out of orderRearrange PDF PagesChanges the page sequence without altering artwork
You need a visible "MIRROR" label on each pageAdd Watermark to PDFStamps a clear text label on every page locally
A page needs its margins trimmed after mirroringCrop PDFAdjusts the printable area on every page

For a permanent visual indicator that a document has been mirrored — useful when sharing a draft with a print shop — stamping a watermark with Add Watermark to PDF can prevent anyone from printing the wrong file. If the mirrored artwork now sits too close to the page edge, Crop PDF can trim the margins to a consistent size across every page. None of these steps change the mirror itself; they adjust the surrounding context so the result is ready for production.

FAQ-Style Notes on Local Processing

Processing happens entirely in your browser, so the PDF is not uploaded to a remote server and there is no queue or wait time. Password-protected files are rejected safely by the tool, which means you should remove any known protection first using a tool that works with a password you already know. The download is created directly in your browser as a separately named file, so the original PDF is never overwritten, and you can always return to the source if a step needs to be redone with a different range or direction. The underlying draw step used to produce each mirrored page is documented in the pdf-lib PDFPage API, which describes how a page can be placed at a specific location with a scale transform — the same mechanism the tool uses with a negative horizontal or vertical scale plus an offset equal to the page width or height.