Silent Print PDF without print dialog

After trying different options I found a good solution to print pdf silently without print dialog. It is a suitable solutionĀ for users having document printed quickly in no time.

To achive this, I used iTextSharp open source library to manipulate pdfs. Download free library and add itextsharp.dll refence to your visual studio project.

Go to your class file . . . → Read More: Silent Print PDF without print dialog