Innov-AI
    Documentation | MentDB Weak Server
Generate a WordX document from a template (replace tags from the template)

  • Word:
  • json load "findReplace" "{}";
    json iobject "findReplace" / "tagToReplace" "jim" STR;
    msword replace 
    	"/Users/jimmitry/Desktop/template.doc" 
    	"/Users/jimmitry/Desktop/copy_with_replace.doc" 
    	(json doc "findReplace");
  • WordX:
  • json load "findReplace" "{}";
    json iobject "findReplace" / "tagToReplace" "jim" STR;
    mswordx replace 
    	"/Users/jimmitry/Desktop/template.docx" 
    	"/Users/jimmitry/Desktop/copy_with_replace.docx" 
    	(json doc "findReplace");
Services     Supporters     Contact     About     Legal notice © 2024