cancel
Showing results for 
Search instead for 
Did you mean: 

Read table data in javascript from adobe forms and download as csv

Former Member
0 Kudos

Hi All,

Can we read table data from adobe forms  using java script, and that internal table data convert into csv and download it?

is this possible in javascript? or should we have any alternative ways to come over with solution.

Thanks in Advance

Accepted Solutions (0)

Answers (1)

Answers (1)

prakashjasti
Contributor
0 Kudos

Hi Sangeetha,

We can read the table data using arrays in Javascript and get the data into two dimensional array.

Regards,

Prakash.

Former Member
0 Kudos

Hi prakash,

i wanted to read table data from interactive adobe forms, so it would be great if you guide me step by step procedure to follow. am new to this interactive adobe forms.

Thanks in Advance

prakashjasti
Contributor
0 Kudos

Hi Sangeetha,

Please find the link below.

converting a table to a 2 D array | Adobe Community

Regards,

Prakash.