AA
Size: a a a
AA
Q
AA
AA
Q
Q
AA
Q
Q
Q
if(app.alert('Do you want to print the files now?', 2, 2) == 4) {
for(var item = 0; item < acp.length; item++){
if(acp[item].width <= 420 && acp[item].height <= 297){
var pp = this.getPrintParams();
pp.printerName = 'Printer1';
pp.firstPage = acp[item].page;
pp.lastPage = acp[item + 1].page;
this.print(pp);
}
else {
var pp2 = this.getPrintParams();
pp.printerName = 'Plotter1';
pp.firstPage = acp[item + 1].page;
pp.lastPage = this.numPages;
this.print(pp2);
}
}
}
S
if(app.alert('Do you want to print the files now?', 2, 2) == 4) {
for(var item = 0; item < acp.length; item++){
if(acp[item].width <= 420 && acp[item].height <= 297){
var pp = this.getPrintParams();
pp.printerName = 'Printer1';
pp.firstPage = acp[item].page;
pp.lastPage = acp[item + 1].page;
this.print(pp);
}
else {
var pp2 = this.getPrintParams();
pp.printerName = 'Plotter1';
pp.firstPage = acp[item + 1].page;
pp.lastPage = this.numPages;
this.print(pp2);
}
}
}
Q
Q
ИД
cart.querySelector('.product_cart > button’)
IN
Q
cart.querySelector('.product_cart > button’)
Q
А
ИД