I have a WPF application and I want to be able to print PDF document, but I don't want use the Adobe Reader (because I don't know if on client machine adobe was installed). Is there another way to print pdf in different manner programmatically in C#.
Asked
Active
Viewed 1.3k times
1 Answers
0
you can use cmd command to print, so in your program use exec... more info here
or then here in C#

Community
- 1
- 1

Dusan Plavak
- 4,457
- 4
- 24
- 35