ridgey-dev
ridgey-dev
Input PDF: [input.pdf](https://github.com/user-attachments/files/18425604/input.pdf) Undesired result: [output.pdf](https://github.com/user-attachments/files/18425605/output.pdf) When signing the document twice (so user can see multiple signature boxes on different pages) the result is that the only the last created...
he _generate_signature_in_document function now consistently generates a random string for the signature annotation object. This PR enhances the set_signature_appearance function by introducing an option to assign a fixed name to...
Currently, the package automatically creates a new signature box with a random name for every signature action. This behavior leads to PDFs that contain both the newly created (signed) signature...
Right now the PDFDoc::_generate_signature_in_document always creates a new annotation object. I would like to have the functionality to update an existing signature box. For now I extended the PDFDoc object,...
- PHP Version: 8.2.27 - PDFParser Version: 2.11.0 ### Description: ### PDF input [pdf-with-text.pdf](https://github.com/user-attachments/files/18689208/pdf-with-text.pdf) ### Expected output & actual output The PDF contains the word `{{signer1}}`, but the `getDataTm` does...
I am experiencing an issue running PHPUnit tests inside a Docker container from VSCode on a WSL2 setup. ``` { "phpunit.command": "docker exec -t hub /bin/sh -c \"${php} ${phpargs} ${phpunit}...