Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Store XML to local folder

New Here ,
Nov 02, 2016 Nov 02, 2016

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?

TOPICS
Acrobat SDK and JavaScript , Windows
439
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Nov 02, 2016 Nov 02, 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-

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 02, 2016 Nov 02, 2016
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines