php-pdftk
php-pdftk copied to clipboard
A PDF conversion and form utility based on pdftk
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 =...
Hello, Is it possible to add a readOnly attribute when using fillForm Method? If there is some other way please advise.
Hi, thank you for your amazing work. I used your library to split a large pdf into single pages. The method burst did not worked right away because the %...
Im using pdftk and get an issue while im open the created pdf in safari (failed to load resource). Everything works fine on Chrome and Firefox. The problem starts while...
I know it's possible to making bookmarks with multiple pdf files merging via PDFtk direct. Is this possible via php-pdftk? If yes, can you do a small demo for me?...
Tests for form filling where removed in b5631ecb7c212de9b8d5da032d16d81ed610949b. We should find a better way to test this. Also the test files need some cleanup/refactoring.