No — Alternate Mix PDF does not reverse either PDF you load. The tool interleaves two PDFs by taking pages from each file in reading order: A1, B1, A2, B2, and so on, with no flipping or mirroring of either source. If you load a three-page A document and a two-page B document, the output is exactly A1, B1, A2, B2, A3. If you load a one-page A document and a three-page B document, the output is A1, B1, B2, B3. Each copied page keeps its own PDF page box, rotation, vector drawing, text, and embedded raster content, so the original page order you see in each source file is the page order that survives in the mixed result. The tool does not guess whether either input should be reversed, does not infer a front-versus-back direction from filenames, and does not change page numbering or reorient scanned pages. If one of your source documents is already in reverse order, the alternation will produce a result that reads backward in that section — and the fix happens before you mix, not during.

does alternate pdf pages reverse either pdf
Does Alternate Mix PDF Reverse Either PDF?

Does Alternating Mix PDF Reverse Your Files? (The Short Answer)

Three concrete rules govern the answer:

  • Both PDFs keep their existing internal order. No page is moved from its source position, no page is flipped to the end, and no page is reversed relative to itself.
  • The output always begins with A's first page, then alternates with B's pages until the shorter document runs out.
  • After the alternating pairs, the longer document's remaining pages are appended in their original sequence, never reversed.

This means the only way the output contains a reversed segment is if your input file was already reversed. The tool is a faithful interleave, not a reordering engine. That distinction matters when you scan a double-sided document by feeding the front stack first and the back stack second — both stacks come out of the scanner in the order they were captured, and the alternation merely pairs them. If your scanner produced one stack upside-down or back-to-front, the result will read strangely even though the alternation itself is mathematically correct.

Common Scenarios That Rely on the No-Reversal Rule

Several everyday PDF workflows assume that neither source gets reversed when you mix them.

Front-and-back scan streams: when you scan a multi-page document one side at a time, the front stack and the back stack are each internally correct as long as the scanner fed pages in order. The alternation pairs front-1 with back-1, front-2 with back-2, and so on, producing a two-sided document that reads naturally on screen. A reversed scanner feed makes one of the stacks wrong, and the alternation does not detect or fix that.

Question-and-answer documents: keeping a worksheet in one PDF and an answer key in another is a common pattern for teachers and trainers. The mix produces Q1, A1, Q2, A2, which reads cleanly as long as both source files are in the right order.

Translated-page pairs: an original-language document and a translated version can be interleaved to produce a side-by-side reading experience. As long as both PDFs are page-aligned and ordered correctly, the alternation pairs the pages naturally.

Odd and even batches produced by hand: if you split a stack by hand and label them, the alternation simply pairs them by index. The output is faithful to your input order, not a corrected version of it.

What Stays the Same and What Changes in Each Page

When a page is copied into the mixed file, several properties travel with it unchanged. The page box — the rectangle that defines the page's dimensions — stays at its original size, so an A4 page stays A4 and a US Letter page stays US Letter. Rotation flags travel with each page, so a sideways scan stays sideways. Vector drawings, text, and embedded raster images are copied through the same library operation that produced them, which preserves the visible content exactly. The library used for the copy is documented at pdf-lib's PDFDocument.copyPages reference.

One set of properties is not guaranteed to survive a page copy with full fidelity. Interactive elements such as form fields, bookmarks, outline destinations, JavaScript actions, file attachments, and cross-document links may not be preserved with the same semantics after copying. The pages still render, the text is still selectable, and the visual layout is identical — but a form that worked in the source may need re-saving in the output, and a deep bookmark that pointed into another file may no longer resolve. Inspect any interactive PDF you mix before assuming it behaves identically in the result.

The tool also does not:

  • Force every page to match the first document's size.
  • Stretch or shrink content to fit a different page box.
  • Rasterize text into images.
  • Insert blank separator pages between source files.
  • Reverse either input.

How to Alternate Mix Two PDFs Without Reversing Either

  1. Open Alternate Mix PDF in your browser. The tool runs locally — neither document is uploaded.
  2. Choose PDF A. The first selectable file is always A, and it will supply the first output page, so pick the file you want to lead.
  3. Choose PDF B. B is the file that will be interleaved after A on every shared index.
  4. Confirm that each source file is in the order you want it to appear. The alternation does not rearrange within a file, so a reversed source produces a reversed segment in the result. If either file needs reordering, fix it with Rearrange PDF Pages before continuing.
  5. Verify both files meet the limits: each must be a non-empty PDF and no larger than 25 MiB. The 25 MiB limit applies per input, not to their combined output.
  6. Click Alternate and mix PDFs. The tool loads both files, walks the A-then-B reference sequence for every shared index, appends the unmatched tail, and serializes the result once.
  7. Read the result line. It reports the page count of each input and the total output count, which must equal the sum of both inputs. For a 3-page A and a 2-page B, the result line shows A: 3, B: 2, Output: 5.
  8. Download the new PDF. The filename combines both cleaned source names and ends with -alternated.pdf. The original files remain unchanged on your device.

Output Sequences With Different Page Counts

The alternation rule is fixed and visible: A leads, B follows, tail pages append in original order. The table below shows the exact output for several common input combinations so you can confirm the pattern before mixing.

Pages in APages in BOutput sequenceTail handling
32A1, B1, A2, B2, A3A's third page appended
13A1, B1, B2, B3B's pages 2 and 3 appended
44A1, B1, A2, B2, A3, B3, A4, B4Perfect interleave, no tail
25A1, B1, A2, B2, B3, B4, B5B's pages 3 through 5 appended

Worked example: for a 3-page A and a 2-page B, the shared indices are 1 and 2, producing A1, B1, A2, B2 (4 pages). A has one page left, so that single page is appended in its original order, producing A3. The output count is 3 + 2 = 5 pages, matching the result line.

When a Source File Needs Reordering First

Because the alternation never reverses a file, a reversed source becomes a reversed segment in the output. Two situations commonly lead to that condition. The first is a stack of pages that was scanned or captured back-to-front — a scanner that ejects pages face-down, for example, can produce a stack whose page 1 is actually the last physical sheet. The second is a PDF that was assembled in a specific sequence (such as a back-of-book appendix followed by a front-of-book introduction) where the captured order is opposite to the reading order you want.

In either case, fix the source file before you mix it. The tool to use is Rearrange PDF Pages, which lets you drag pages into the correct sequence and download a reordered PDF that the mixer will then treat as its new internal order. A short walkthrough of one common case is in How to Rearrange PDF Pages in Reverse Order.

Once both source files are in the correct internal order, the alternation is deterministic: A leads, B follows, tail appends. The result line tells you the page count of each input and the total output count, so you can sanity-check that nothing was dropped, duplicated, or reversed before you download.