PDF Tools

Merge PDF Files

Add two or more PDFs, arrange their order, and create one document.

All PDF Tools
Drop files here

or tap to browse from your device

Accepted: .PDF
Related tools

Continue with another workflow.

Technical guide

Understanding Merge PDF Files Online

Combine multiple PDF documents into one ordered PDF with private temporary storage and secure tokenized downloads.

How this PDF operation works

Merging preserves each source page while rebuilding a single page tree and cross-reference structure. The preferred backend is Poppler pdfunite or Ghostscript; the included FPDI Composer fallback imports pages in pure PHP when a server binary is unavailable.

A PDF is a structured collection of numbered objects, page dictionaries, content streams, embedded resources, fonts, images, and cross-reference data. Page appearance is described independently from the original application, which makes PDF useful for consistent viewing and printing. The converter validates the PDF signature and processes the file through the strongest available backend instead of trusting a filename alone.

Common use cases

Combine invoices, scanned chapters, forms, reports, or portfolio sections in the exact queue order.

PDF is page-oriented and designed for stable appearance across devices. That makes it useful when layout consistency matters more than easy editing.

Quality, page order, and output size

Page order follows the visible queue for merge and image-to-PDF operations. Use the move controls before processing when sequence matters. For rendered page images, DPI controls raster resolution while JPG quality controls compression.

A PDF containing high-resolution scans can be large even when it has only a few pages. Resize camera images before building a document when print-level resolution is unnecessary.

Compatibility and document features

Interactive forms, signatures, bookmarks, layers, and advanced annotations may be flattened or omitted by some import engines. Keep signed originals separately.

Always verify a converted document before deleting the source. Archival, legal, signed, encrypted, or accessibility-sensitive PDFs can contain structures that are not visible in a normal page preview.

Privacy and thirty-minute retention

Uploads are saved under random non-guessable paths inside a directory blocked from direct web access. Download routes use cryptographically random tokens and enforce the expiration timestamp before streaming a file.

The recent conversions table is linked to the secure browser session, or to the signed-in account when Google login is used. The standalone cron cleaner removes files older than thirty minutes and marks old records unavailable.

Server fallback strategy

The application checks for Imagick, Poppler, and Ghostscript capabilities at runtime. Merge and split can fall back to the FPDI pure-PHP Composer packages. Image-to-PDF includes its own pure-PHP writer. When a required codec is genuinely absent, the tool returns a clear diagnostic instead of producing a corrupted file.

On cPanel, enabling GD or Imagick and installing Poppler or Ghostscript gives the broadest format coverage. The admin dashboard lists detected capabilities so configuration problems can be identified quickly.

Frequently asked questions

Are PDF uploads public?

No. Direct web access to storage is blocked, and downloads use expiring random tokens.

How long does a PDF result remain available?

The designed retention window is thirty minutes, enforced by the included cron cleaner.

Does the tool apply OCR?

No. Page rendering and image embedding do not create searchable text.

What happens when Ghostscript is missing?

The platform tries compatible alternatives such as Poppler, Imagick, or the included Composer-based pure-PHP fallback, depending on the operation.