1
Prevent Print dialog
Question asked by Robert Madrian - 3/20/2018 at 10:06 AM
Answered
Hello,
 
is it possible to print directly without the print Dialog (I don't need the page selection and Grayscale Option)?
 
robert
 

5 Replies

Reply to Thread
0
Cem Alacayir Replied
Employee Post
It's currently required because with page selection it only renders the pages that will be printed.
For example if you have a 500 pages document and you don't have the print dialog, you would need to wait for 500 pages to render before seeing browser's own print dialog. So it's there for efficiency. However we may add "no print dialog" option if you really need it.
0
Robert Madrian Replied
We have not documents which so much pages, so it would be useful to have an option to switch this off...
0
Robert Madrian Replied
Hello Cem,

is the "no print dialog" setting availible?

robert 
0
Cem Alacayir Replied
Employee Post Marked As Answer
Hi,
This feature in now available:

Version 4.8.0 - August 6, 2019
  • Added: PrintOptions.SkipDialog and PrintOptions.PageRange properties.When SkipDialog property is set to true, printing will start immediately without showing DocumentViewer's print dialog. PageRange property specifies the page numbers (eg. "1-5, 8, 11-13") to print and this property can be useful especially when SkipDialog is set to true and you need to restrict user to print only specific pages.
0
Robert Madrian Replied
Perfect - Thanks a lot!
robert

Reply to Thread