Question
Image link is not displaying
We hve created the .indd file using the indesign server ,
The prepared indd file shows image as a placeholder, image is available and status is also ok , when we edit the page , the image is displayig , what is the mistake my script.
var myGraphicFile = File("D:/1/JamesBarber.png")//File.openDialog("Choose a graphic file");
// myDocument.pages.item(0).place(myGraphicFile);
imgTextFrame.contentType = ContentType.GRAPHIC_TYPE;
imgTextFrame.place(myGraphicFile);

