html - Using <select multiple> to populated text field in PDF -


i have 3 files: , html file, xml file, , pdf form. have pdf auto populating data entered html via xml code. need have drop down menu can select multiple items , have them auto populate text field in pdf form. possible?

this possible, if using listbox multiple selections flag set (as opposed combobox, allows single selections only).

most in target (multiline) text field evaluate currentvalueindices property of listbox, , use indices there read out values via getitemat() method. those, can write text field.

see acrobat javascript documentation.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -