Skip to main content
This topic has been closed for replies.
Correct answer Test Screen Name

Use the export firm data function not save as xml

11 replies

Legend
July 15, 2016

after the message do you see the right hand panel? With More button (no option marked FDF, you can't use FDF with an XFA form)

Participating Frequently
July 15, 2016

hi thank you so much.

now i go to EDIT > Forms Options > Export Data. And this XML gives me exactly the way i wanted.

Legend
July 14, 2016

That wasn't easy to find. Tools > Prepare Form. "More" in right hand panel. Export form data.

Participating Frequently
July 14, 2016

hi,

i did try to click on prepare forms..but i get this error and i dont find any .fdf format available in prepare form.

screen shot 1 : after clicking prepare form i click Start

screen shot 2: i get this error after clicking Start.

Screen shot 3: i even changed the security settings of my pdf and tried.

Legend
July 14, 2016

What do you do in Actobat XI?

Participating Frequently
July 14, 2016

hi,

now i got to know my problem. can you please tell me how to convert my PDF form to .fdf file. i dont find any options to do that in DC.

Legend
July 13, 2016

What exact menu/tool do you use in each case?

Participating Frequently
July 13, 2016

hi,

In Acrobat DC, I open the PDF (form) > then go to Export > other formats > and choose XML 1.0 . this the same thing I do for all my docs.

Legend
June 27, 2016

LiveCycle is a suite of different apps. The one you would need is LiveCycle Reader Extensions. Price is by negotiation but expect 5-6 figures.

Legend
June 22, 2016

That sounds correct, I havent checked but I wouldn't expect success in Reader -Adobe like to sell Acrobat for form management. Did you read the security notes and check the Quick Bar info in the API reference?. By the way XFA is usually used only for a different kind of form.

June 22, 2016

exportXFAData:

I tried folder level script, then call from button action

trustedNewDoc = app.trustedFunction( function ()

{

app.alert("folder level");

// Additional code may appear above

app.beginPriv(); // Explicitly raise privilege

this.exportXFAData({bXDP: false})

app.endPriv();

// Additional code may appear below.

})

same error when run from reader............

try67
Community Expert
Community Expert
June 22, 2016

That "F" in the table at the top stands for "Requires forms rights". This is a bit vague, but it's not the kind of rights you can apply with Acrobat. They are special rights that can only be applied using one of the LiveCycle applications. Without it, this method won't work in Reader.

Legend
June 21, 2016

Also, start by exporting in the user interface so you are familiar with the choices and result. You probably want the format "xfdf".

June 22, 2016

I got

this.exportXFAData({bXDP: false})

works in acrobat to save form data as xml.

But when i run using Adobe Reader, I got this error:

"NotAllowedError: Security settings prevent access to this property or method."

Any idea???

Legend
June 21, 2016

It's something starting export in the document object I think. Check the API reference.

Test Screen NameCorrect answer
Legend
June 21, 2016

Use the export firm data function not save as xml

June 21, 2016

I see......

Thank you so much!

Do you know what javascript function can be used to export the form data?

Legend
June 17, 2016

Sure, there is an export form data specifically for that.

June 21, 2016

I used the file -> export to -> xml1.0

but the output file only contains some values of the field, without tag.

for example:

to

Appreciate any guide, thanks

Participating Frequently
July 1, 2016

i too face the same issue. anybody has any solution. for me its works fine in Adobe XI pro but dosent work in adobe DC.