Inserting Tags on PDF
Friday, May 3, 2024 at 10:41amI am inserting this kind of Tabs {ESIG_BORR01_SO_0001} using .WithPositionAnchor(new TextAnchor() { AnchorText = signatureDetails[i].AnchorTabString, Height = 20, Width = 80 }) from reading <AnchorTabString>{ESIG_BORR01_SO_0001}</AnchorTabString> inside my PDF file. At the time of signing the Tabs are still showing up in the screen. Can you tell in C# code what I am doing wrong?
Reply to: Inserting Tags on PDF
Thursday, May 23, 2024 at 04:08amHi Alfred, not sure this is too late to reply. I see that your syntax did not conform to the naming convention. Please refer to this link for the supported naming convention.