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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top