Quantcast
Channel: Adobe Community : Popular Discussions - JavaScript
Viewing all articles
Browse latest Browse all 12130

Adobe Javascript Silent printing status

$
0
0

I am trying to print the PDF using Adobe Javascript in a silent mode to my default printer connected to my laptop. But, The this.print() method returns "true" even if the printer is not reachable/offline. Is there anyway around to get the actual status of the printer or the printing process.


var pp=this.getPrintParams();

pp.interactive=pp.constants.interactionLevel.silent;

var p_status = this.print(pp);

 

 

The variable p_status is always "true" even if it is printed or not.


Viewing all articles
Browse latest Browse all 12130

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>