Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.
Fri Mar 11, 2016 1:44 pm
How can I print without notification?
-
mmurko
-
- Posts: 6
- Joined: Sun Sep 13, 2015 10:41 pm
Mon Mar 14, 2016 3:29 am
Hi,
Thanks for your posting.
Please use the following solution to print all pages of pdf file.
- Code: Select all
PdfDocument doc = new PdfDocument();
doc.LoadFromFile("C:\\test.pdf");
doc.PrinterName = printername;
doc.PrintDocument.Print();
Best Regards,
Amy
E-iceblue support team
-
amy.zhao
-
- Posts: 2774
- Joined: Wed Jun 27, 2012 8:50 am
Tue Mar 15, 2016 8:37 am
Hi,
Has your issue been resolved?
Thanks for your feedback.
Best Regards,
Amy
E-iceblue support team
-
amy.zhao
-
- Posts: 2774
- Joined: Wed Jun 27, 2012 8:50 am