Recently, I was working on a project where we had to print a PDF file to a printer from within a C# program. I ended up creating a PDFFilePrint NuGet Package which you can find at the end of this link.
Simply type the following into the Visual Studio console:
Install-Package PDFFilePrint -ProjectName MyProject
Comments