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

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -