Skip to main content
Turan_Elkhan
Inspiring
June 6, 2023
Question

How to set printer back to default without reopen Adobe Reader

  • June 6, 2023
  • 2 replies
  • 466 views

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 (any printer) but not works. 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;

 

This topic has been closed for replies.

2 replies

Turan_Elkhan
Inspiring
June 18, 2023

No solution?

JR Boulay
Community Expert
Community Expert
June 6, 2023

[MOVED TO THE ACROBAT READER DISCUSSIONS]

Acrobate du PDF, InDesigner et Photoshopographe