Direct print DocumentEditor

Hi,

   i would like to know if it is possible to do a direct print from the DocumentEditor.


Thanks

3 Replies 1 reply marked as answer

SR Stephen Raj Chandra Sekar Syncfusion Team December 21, 2020 05:19 AM UTC

Hi Parnesio, 
 
Yes, You can print the document in the document editor using keyboard shortcut (Ctrl + P). 
 
 
Also, you can use print API in document editor to open print window. 
 
containerInstance.documentEditor.print(); 
 
 
 
Regards, 
Stephen Raj

Marked as answer

PF Parnesio Fango December 21, 2020 08:26 AM UTC

Hi,
   
thanks for the reply.

But when I make these prints the print menu always appears, can't I do a silent print?

Can you tell us how if it is possible?

Thanks again and good luck.


SR Stephen Raj Chandra Sekar Syncfusion Team December 21, 2020 12:19 PM UTC

Hi Parnesio, 
 
We are sorry to let you know that silent printing is not possible in web platforms. As a work around it can be achieved using the browsers settings. Eg. https://stackoverflow.com/questions/36265503/silent-print-from-browser 
 
Regards, 
Stephen Raj

Loader.
Up arrow icon