I have a fairly large Indesign file with a text field that needs to have a different text for each client. The name of the client must come in the text field. When I have for example 100 clients, I want to automaticly export 100 PDF s and each PDF has its own custom text in that field. The name of the client must be appended to the filename of the exported PDF.
Example:
Portfolio_1_contoso.pdf with "Contoso" in the text field.
Portfolio_2_stackexchange.pdf with "Stackexchange" in the text field.
I was thinking about doing this with javascript in indesign, but I have no clue how to make this (never done this before). Does anyone know how to this or if there is a script available that can do this?