Reverse Duplex Merge:
Intelligent Reconstruction

Restore specialized documents starting with back-side or even-numbered pages.
Max-PDF’s Reverse Interleave technology corrects complex page sequences instantly.

1. What is Reverse Duplex Merge?

Unlike standard duplex scan restoration (Odd-Even order), certain workflows require **placing even pages (back sides) first** or inserting data from a second file before the first. Reverse Duplex Merge was developed specifically to handle these unique business logics.

This technology does more than just combine files; it shifts page pointers between two documents according to reverse logic (e.g., B1, A1, B2, A2...). Max-PDF’s `reverse-duplex-merge` engine performs precise indexing to complete high-volume page sorting in seconds—a task nearly impossible to do manually.

When 'Reverse Duplex' is Essential

2. Technical Principles of Reverse Interleave

Max-PDF utilizes a high-performance engine that references memory addresses of two documents, rearranging logical order without physical copying.

Index Swapping

Inverts the standard interleave loop to force-assign File B's $n$-th page to position $2n-1$ and File A's $n$-th page to position $2n$.

Binary Stream Optimization

Maintains font maps and image references even when reordered, minimizing file size bloat and preserving rendering speed.

All operations are handled in the **local browser's dedicated Web Worker**, ensuring no data is transmitted to external servers. This is the safest choice for corporate documents and allows for real-time processing without upload latency.

3. Security Guide: Strict Local Data Isolation

Scanned documents often contain highly sensitive information. Max-PDF strictly adheres to a No-Cloud, No-Log policy to protect your privacy.

Client-Side Memory Operation

All code executed within the `reverse-duplex-merge` tool exists only within your device. Page objects created during the merge are permanently destroyed by the browser's Garbage Collector the moment you close the tab. We provide a complete secure editing environment with no trace left on any server.

4. Expert Tips for Precise Merging

Pre-processing Reverse Scanned Files

If the back-side batch was scanned from the last page backwards (Page $n$ to 1), use our **'Reverse Page Order'** tool first to fix the internal sequence before performing the Reverse Duplex Merge. This combination can solve any complex scanning scenario.

Page Balance Check

If File A and File B have different page counts, the system will append the remaining pages of the longer file sequentially after the shorter one is exhausted. We recommend checking page counts before merging to ensure your intended layout.

5. Frequently Asked Questions (FAQ)

Q: What is the difference between standard Duplex and Reverse Duplex Merge?

A: In standard Duplex Merge, Page 1 of File A becomes Page 1 of the result. In Reverse Duplex Merge, Page 1 of File B becomes the first page. It's about which file takes priority for the starting position.

Q: Will links or Table of Contents (TOC) break after merging?

A: Internal links within each page are preserved, but since pages are reordered, TOC page numbers may no longer match. We recommend refreshing your PDF viewer’s bookmarks after merging.