Copy link to clipboard
Copied
Hi, I have two PDF fillable forms named "Statement1" and "Statement2"
Statement2 is attached form to Statement1
There are 4 fields with same name in both files: e.g
Text1, Text2, Text3, Text4
I want that, when i fill one pdf form, then it will automatically fill the other pdf form fieds accordingly
Copy link to clipboard
Copied
When multiple fields have the same name, then they will have the identical content.
Is that what you are asking? If not, please clarify.
Copy link to clipboard
Copied
No, I have two pdf fillable forms. One file is attachment of other file.
I want that when i fill the main file, it's value calculate the fields of attachment file.
For example:
I have two file named: "Application Form.pdf" & "Draft.pdf" (both are fillable forms). "Draft.pdf" file is attached with "Application Form.pdf" file
There are same fields in both files, so i want that when i fill "Application Form.pdf" it populate attached file fields.
Copy link to clipboard
Copied
There is no predefined action for this, so you will have to use some custom JavaScript. Have you looked at the Acrobat JavaScript API Reference?
Looking annotAttachment property ontentStream I see that one cannot access any attachment if the file type is "PDF".