Search found 5 matches

by ash-20
Fri Sep 01, 2023 9:55 pm
Forum: LEGACY scripting
Topic: How to control a indesing file in a flow
Replies: 9
Views: 15829

Re: How to control a indesing file in a flow

Easiest solution is to split the JSON into each part for each file. Then that JSON file runs the InDesign document. hy That's a nice workaround, but I don't want to make any changes to the existing script so I going to try this way. Initially, I will do the saveACopy for the .indd file with loop da...
by ash-20
Fri Sep 01, 2023 6:31 pm
Forum: LEGACY scripting
Topic: How to control a indesing file in a flow
Replies: 9
Views: 15829

Re: How to control a indesing file in a flow

In one folder before the InDesign element you add one folder besides the InDesign element and drag a connection to the new folder and you will get a copy of the file in that folder. What you said is for keeping a copy of the original file in the flow (PFA, am I correct?). But I have a JSON conditio...
by ash-20
Fri Sep 01, 2023 5:58 pm
Forum: LEGACY scripting
Topic: How to control a indesing file in a flow
Replies: 9
Views: 15829

Re: How to control a indesing file in a flow

You have the options in the InDesign elements properties InDesign elements properties, are you saying this PFA If yes. I have a doubt. Now If I open (Script) a document and keep it as activeDocument (consider 123_XXX_v1.indd) add all my required info copied into the InDesign from the command option...
by ash-20
Fri Sep 01, 2023 4:52 pm
Forum: LEGACY scripting
Topic: How to control a indesing file in a flow
Replies: 9
Views: 15829

Re: How to control a indesing file in a flow

Check this: https://www.enfocus.com/manuals/UserGuide/SW/22.1/home.html#en-us/common/sw/reference/r_javascript_for_applications.html hy I have gone through the document. What about the save option? because I need to update the next content from the JSON file in the same InDesign file and save it as...
by ash-20
Fri Sep 01, 2023 4:29 pm
Forum: LEGACY scripting
Topic: How to control a indesing file in a flow
Replies: 9
Views: 15829

How to control a indesing file in a flow

Hi Guys, I'm new to the switch environment kindly help me through this task. I have a script that converts an Excel file to JSON and a separate script that reads the JSON and copies that content to the InDesign file. JSON Looks: [ { "FileName": "A", "layer_1": "123...