How to move/resize text or field? #1213
-
Curious, is it possible to move or resize fields or text? Similar to the options given in |
Beta Was this translation helpful? Give feedback.
Answered by
Trapfether
Apr 15, 2022
Replies: 1 comment
-
Hello, There is a lower level API available for setting the position of form elements. Provided you have a reference to the PDFField you want to move / resize, the following code should work for you.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mmahalwy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, There is a lower level API available for setting the position of form elements.
Provided you have a reference to the PDFField you want to move / resize, the following code should work for you.