Skip to main content
Participant
November 2, 2016
Question

Store XML to local folder

  • November 2, 2016
  • 1 reply
  • 479 views

Hello.

I am make some routine act using "Action Wizard" with my own JS code. I want to store few pressets from JS to local folder. It is may be XML. Now I composed XFAObject (xml with my pressets) and have to store it, but I dont know how. Any help please?

This topic has been closed for replies.

1 reply

JoelGeraci_Datalogics
Participating Frequently
November 2, 2016

If I were approaching this problem, I'd store the presets in a PDF using form fields or a JSON string in a single form field. Acrobat Javascript makes it easy to open, extract information from, modify, and save PDF. It's not quite so simple with other file types.

J-

Participant
November 2, 2016

Hm... It is a good idea. Best way, of course, to store XML directly but if it is a problem... I will try other way. I will take XML and save it to empty PDF like Data_object. I will use PDF like container.

Great!

Thank you.

But! If somebody have solution for direct saving XML file to local folder - I will be grateful.