- 
                Notifications
    
You must be signed in to change notification settings  - Fork 137
 
Open
Description
Not sure what's wrong with this but i just followed the docs.
$file_name='original.pdf';
$overlay='overlay.pdf';
$pdf = new \mikehaertl\pdftk\Pdf($file_name);
$result = $pdf->stamp($overlay)
    ->saveAs('merge.pdf');
if ($result === false) {
    $error = $pdf->getError();
}
It does not overlay, no output file created.
Any help would be much appreciated.
Metadata
Metadata
Assignees
Labels
No labels