Skip to main content
Mac_06
Inspiring
September 10, 2009
Answered

Find Change through external text file

  • September 10, 2009
  • 1 reply
  • 788 views

Hello folks

I am bit pretty in InDesign scripting so could you please look into this.

How can i change any particular text field in Indesign CS3 document from text file.

I do have find change script but for each InDesign document specific text file is assigned.

So each time i have to modify find change GREP property that is also repetetive of work. Is there any way to get find change information should be extract from external text file.

Many Tanks in advance

This topic has been closed for replies.
Correct answer Marc Autret

In the FindChangeByList script, you could customize the function myFindFile(myFilePath) {...} as to search the FindChangeList text file in the document location rather than the script location. That's an example. The question is: given a document, where will you have the corresponding FindChangeList?

@+

Marc

1 reply

Marc Autret
Marc AutretCorrect answer
Legend
September 10, 2009

In the FindChangeByList script, you could customize the function myFindFile(myFilePath) {...} as to search the FindChangeList text file in the document location rather than the script location. That's an example. The question is: given a document, where will you have the corresponding FindChangeList?

@+

Marc

Mac_06
Mac_06Author
Inspiring
September 11, 2009

Thanks a lot Marc this is working fine.