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?
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-
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.