We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
What about $error? Does it contain something?
$error
Sorry, something went wrong.
sorry took a long time to response.. but no error.. the result = 1.
Hmm, no idea then. I would try on the command line with raw pdftk (without this library at all). Just to find out if it works in principle.
pdftk
No branches or pull requests
Not sure what's wrong with this but i just followed the docs.
It does not overlay, no output file created.
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: