Printing a pdf file from C#

  • Thread starter Thread starter Thomas Kern
  • Start date Start date
T

Thomas Kern

Hello!

I would like to print a PDF file from an C# windows forms application.
Is it possible? What is the best way to accomplish this?

Thanks.

rgds,
tom.
 
There have been many posts on pdf printing in this thread in the past:
http://tinyurl.com/2lp4x

My own favorite way is to use System.Process() class to call ghostscript
(which you can download for free).
 
Back
Top