Expand my Community achievements bar.

Getting external data with adobe reader

Avatar

Level 2

http://acrobatusers.com/tutorials/getting-external-data-into-acrobat-x-javascript

Having read this article I was trying for LiveCycle Designer form. Same xml file is working well for Acro form but getting error for designer form. It shows xml content not perfect.

How can I parse external data for LC designer form in free reader?

4 Replies

Avatar

Level 10

Hi,

you'll have to add Reader Extensions to the PDF to enable data import in Reader.

This is only possibly by using LiveCycle Reader Extensions.

Avatar

Level 2

Hi,

Thanks for your response. If we use xfa.host.importData(), it needs LiveCycle Reader Extensions. However, Thom Parker is showing util.readFileIntoStream() and util.readFileIntoStream().

http://acrobatusers.com/tutorials/getting-external-data-into-acrobat-x-javascript

Through Above method data can be imported in adobe reader for Acro Form. I was trying for LC form but cannot parse.

Do I have to need also LiveCycle Reader Extensions for above method?


Avatar

Level 2

Is it possible for LC Designer Form what Thom Parker shows for acroForm?