Forums
I am seeing a bug where the following occurs: 1. I create a package with 1 document and 1 signature placed using text anchors. 2. At a later time, I programmatically add another signature to that same package/document using text anchors. Expected Result: The signature I want to add is placed according to the text anchor. Actual Result: The signature is placed at position (0, 0) and the text anchor is completely ignored. The code below demonstrates my approach and bug.