sapp icon indicating copy to clipboard operation
sapp copied to clipboard

Option to update existing signature box (instead of always creating a new one)

Open ridgey-dev opened this issue 11 months ago • 0 comments

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 box and the original (unsigned) placeholder, which is not ideal for workflows where maintaining the integrity of pre-existing placeholders is critical.

To address this, I have created this pull request to enable the functionality of updating existing signature boxes instead of creating new ones. This enhancement ensures that the package can effectively handle documents with predefined signature placeholders without introducing redundancies.

ridgey-dev avatar Jan 07 '25 08:01 ridgey-dev