Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

How to set printer back to default without reopen Adobe Reader?

Avatar

Level 1

Hello community. I am trying to print with the code below my PDF form using "Microsoft Print to PDF" and after printing (saving as a flattened image file) it should set the printer to default (some printer) without reopening Adobe Reader, but not working. Can anyone help me?

 

Thanks in advance

 

var defaultPrinterName = this.getPrintParams().printerName;
var pp = this.getPrintParams();
pp.printerName = "Microsoft Print to PDF";
pp.NumCopies = 1;
pp.DuplexType = pp.constants.duplexTypes.Simplex;
pp.pageHandling = pp.constants.handling.fit;
pp.printRange = null;
pp.interactive = pp.constants.interactionLevel.silent;
this.print({ bUI: false, bSilent: true, bShrinkToFit: true, printParams: pp });
pp.printerName = defaultPrinterName;

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@Turan_Elkhan I feel you have posted in wrong community group. Could you please post it the below forum , you might get an answer

 

https://community.adobe.com/t5/acrobat/ct-p/ct-acrobat?page=1&sort=latest_replies&filter=all&lang=al... 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@Turan_Elkhan I feel you have posted in wrong community group. Could you please post it the below forum , you might get an answer

 

https://community.adobe.com/t5/acrobat/ct-p/ct-acrobat?page=1&sort=latest_replies&filter=all&lang=al...