8 Answers, 1 is accepted
0
Hello Bronwen,
Currently you cannot print without showing the print dialog. However, we will add this feature to our TO-DO list and will try to implement it for the next (Q2) release.
Greetings,
Kammen
the Telerik team
Currently you cannot print without showing the print dialog. However, we will add this feature to our TO-DO list and will try to implement it for the next (Q2) release.
Greetings,
Kammen
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0

Chris
Top achievements
Rank 1
answered on 16 Aug 2012, 03:11 PM
Any update on this?
0

Chris
Top achievements
Rank 1
answered on 16 Aug 2012, 09:03 PM
Updated to the latest version, and it is present and appears to work correctly. Needs to be documented in the RADPDFViewer documentation thou
0
Hello Chris,
Iva Toteva
the Telerik team
You are right, silent printing was implemented in the last official release. We will make sure to update the documentation on the matter.
Greetings,Iva Toteva
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0

Phani Kumar
Top achievements
Rank 1
answered on 12 Sep 2012, 03:24 PM
Hi Iva,
I am trying to print a PDF document from PdfViewer, wanted to use the Default Printer every time. Using the Q2versions of Telerik controls. What are parameters required to be set for silent printing?
Thank you & Regards,
Phani.
I am trying to print a PDF document from PdfViewer, wanted to use the Default Printer every time. Using the Q2versions of Telerik controls. What are parameters required to be set for silent printing?
Thank you & Regards,
Phani.
0
Hello Phani,
The document can be printed with the default printer using the following code:this
.viewer.Print(
new
PrintSettings(
"Document 1"
,
true
));
Greetings,
Kammen
the Telerik team
Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.
0

Bert
Top achievements
Rank 1
answered on 10 Oct 2013, 01:46 PM
Hello,
we want to do the same using a different printer that the default printer.
How can this be done?
Kind regards,
Bert
we want to do the same using a different printer that the default printer.
How can this be done?
Kind regards,
Bert
0
Hello Bert,
Alexander
Telerik
Silent printing, using a printer other than the default is implemented and will be available in Q3 which will be released in a couple of days. We will also add a SDK example to our repository, which demonstrates how this can be achieved.
I hope this is helpful. Please, do not hesitate to contact us if you have any other questions.
Alexander
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>