2

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#.

Community
  • 1
  • 1
Goku503
  • 23
  • 1
  • 1
  • 3

1 Answers1

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