SetaPDF Demos PHP libraries to handle, modify or create PDF files

Default Merge Processes

The SetaPDF-Merger component allows PHP developers to merge PDF documents, add named destinations and append or insert PDF pages.

These demos show some simple merge processes using PHP.

Further information can also be found in the official SetaPDF-Merger manual.

Merge Several PDF Files

A simple PHP demo showing how to merge several PDF documents stored in the file system.

Merge Document Instances

This PHP demos shows how to merge PDF document instances which are independent from the file system.

Individual Page Ranges

A PHP demo showing how to control which pages of a PDF file should be merged.

Add Named Destinations

Add named destinations to merged PDF files, pages or ranges.

Append Pages To an Existing PDF Document

This PHP demo shows how to start with an existing PDF and append pages from another document.

Repeat a Single PDF Page

A PHP demo showing how to repeat a PDF page several times.

Insert PDF Pages

Import a whole document but insert pages between.