.net - Setting Tab XPosition/YPosition correctly for form fields using Aspose.Net PDF Kit -


my pdf forms may contain signature/initial/date fields @ various locations within pages throughout pdf document. having issues dynamically setting each of tab's xposition/yposition various form signature/initial/date fields. using aspose.net pdf api x/y position of form field within pdf/page, yields corresponding form field's rectangle properties of lower left x,y , upper right x,y. these supposed give position of rectangle of form field within pdf page.

when use either of these values aspose.net pdf api (lower left x,y or upper right x,y), result in docusign signing process tab/sign here positioned higher in particular page expected.

does have experience using aspose.net pdf form field rectangle x,y positions , setting tab x/y positions correctly? thinking dpi issue between pdf , docusign expecting perhaps. appreciated.

the lower left / upper right values relative bottom left corner of page. possible docusign expects values relative top left corner of page.
try subtracting lower left / upper right y page height , use result docusign.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -