Copy link to clipboard
Copied
You can use executeMenuCommand method like below:
app.executeMenuCommand("Print");
Copy link to clipboard
Copied
You can use executeMenuCommand method like below:
app.executeMenuCommand("Print");
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Its possible to get print - Output & mode should be Separations ( need in script )
Copy link to clipboard
Copied
Its possible to get print - Output & mode should be Separations ( need in script )
Copy link to clipboard
Copied
I think there are no way to access it. However, You can select Print preset from Javascript.
Copy link to clipboard
Copied
Can u please give any sample for Print preset from Javascript
Copy link to clipboard
Copied
Hi,
You could try this,
PrintColorSeparationOptions.colorSeparationMode = PrintColorSeparationMode.HOSTBASEDSEPARATION;
Copy link to clipboard
Copied
Its not work in some environment. Probably, I think its printer drivers issue...
Copy link to clipboard
Copied
can explain detail on this
PrintColorSeparationOptions.colorSeparationMode = PrintColorSeparationMode.HOSTBASEDSEPARATION;
as javascript
Copy link to clipboard
Copied
Three types of print color separations are there. They are COMPOSITE, INRIPSEPARATION, and HOSTBASEDSEPARATION.
Here am setting Host based separation in print color separation options.
Copy link to clipboard
Copied
when i run this script ( PrintColorSeparationOptions.colorSeparationMode = PrintColorSeparationMode.HOSTBASEDSEPARATION; )
i am not get anything!!!!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now