Dynamically resizing form fields docx => pdf

I have a docx with form fields. When I fill them inside the docx, the form field size increases dynamically as I type more text.
When I now save this docx to pdf, without filling the form fields, the resulting pdf has form fields of fixed size. that is, the size of the form fields will not increase as I type more text. instead, I have to scroll left and right to see the entered text.
Is it possible to export form fields from docx to pdf in a way that they dynamically reizse when I type long text?

@kerner I am afraid it is not possible. MS Word if flow document format, i.e. when content is changed the whole document layout is reflowed. On other hand PDF is fixed page format, i.e. all elements in the document has absolute position on the page an size. So there is no way to grow form fields according to the content in such format.

1 Like

Thank you very much for this information!

1 Like