merge PDF files programmatically using VBA
Hi,
i hope someone can help.
I have PDF files that i want to merge, the problem is that the fillable Fields are all same have.
After merging all fillable Fileds have the same values
Kind regards
Hi,
i hope someone can help.
I have PDF files that i want to merge, the problem is that the fillable Fields are all same have.
After merging all fillable Fileds have the same values
Kind regards
thank you for your Quick response.
There are no calculation in the form !
Kind regards
I don't have anything for duplicating text fields, but what you do is to loop over all fields and process every text field you find, and then basically just go down the list of field properties that apply to text fields and apply them to your newly created field. You can find the list of properties in the SDK documentation:
Acrobat DC SDK Documentation - Field Properties
Keep in mind that not all properties apply to text fields. If you want to look at something similar, I wrote a blog post a while ago about converting radio buttons to checkbox groups: Convert Radio Button Groups to Checkbox Groups in PDF Forms - KHKonsulting LLC
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.