Concatenation

Add-On Concatenation

Informations

Author:Jean-Baptiste Demonte
License: LGPL

Description

This script allows to concatenate PDF files that were produced by FPDF. The result is optimized: identical fonts and images are not duplicated in the resulting document.

Note: links are not kept.

Example

<?php
require('fpdf_merge.php');

$merge = new FPDF_Merge();
$merge->add('doc1.pdf');
$merge->add('doc2.pdf');
$merge->output();
?>
View the result here.

Download

ZIP | TGZ
An Error Occurred:Internal Server Error

Oops! An Error Occurred

The server returned a "500Internal Server Error".

Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.