Skip to main content
March 21, 2017
Question

How to read livecycle xfa forms in client side using javascript/Angularjs ?

  • March 21, 2017
  • 3 replies
  • 1064 views

Hi,

I have created a user form with Livecycle designer 8.It is a xfa form in pdf format.I want to  extract the form field data when user uploads the form at client side using javascript or angularjs. Didn't found any solution yet.

This topic has been closed for replies.

3 replies

Bernd Alheit
Community Expert
Community Expert
March 21, 2017

You want upload the form and extract the data?

March 21, 2017

Yes.It's a user form.User need to download the form,fill it and upload it.Then i extract the data at client side.

Bernd Alheit
Community Expert
Community Expert
March 21, 2017

After the upload to the server you want extract the data at client side?

Legend
March 21, 2017

Well, you know more about it than me.

March 21, 2017

Hi,

I didn't said that. Definitely you know better than me..I just want to know how can i do this at client side using anything javascript / angularjs.

Legend
March 21, 2017

Are you sure you mean Client Side? This sounds like Server Side, where AngularJS runs.

March 21, 2017

Hi,

Yes Client Side and I think angularjs is used in client side also.Is there any way to do this.

try67
Community Expert
Community Expert
March 21, 2017

As far as I know, JS is always client-side.