I want to create PS file my current document. Here is my script
app.activeDocument.print(false);
when I am executing this I am getting application print dialog box. Now what my problem is the Save PostScript File dialog box goes to default location. I want the change Save PostScript File dialog box path to activeDocument path
If I work with print preferences
myFile = new File("D:/1/test/test.ps" );
document.printPreferences.printFile = myFile;
app.activeDocument.print(false);
This works well, but the print dialog box is not shown. So I ignored this way.
How I can change the default path Save PostScript File dialog box? Kindly advice me
It's just that it contains a lot of things as the whole object model libraries for JS/ScriptUI and Indesign.
It doesn't mean that you can't ask for something however but use some parcimony and don't expect people to do the effort for you :-)
Loic