You can use IronPDF to print a PDF and there are two meanings of that. One is can I use IronPDF to print an existing document?
The method I use to send the PDF to the physical printer is quite simple. You use PDF document.print. You will find within that method that there are many overrides, you should look through the IntelliSense or object reference documentation to look at all your options, because you can control so much about the printing process, including the whether or not you want the user to print silently or after you give the user a Print Setup dialog. Do you want to control the resolution of the PDF? And so on and so forth. There are lots of options.
You do not need Iron Adobe Acrobat to print. IronPDF is one of the few ways to print a PDF to a physical printer in .Net, or with C#, that does not require Adobe Acrobat to be installed anywhere, and this means we can use IronPDFs print functionality in the cloud. We can use it on web servers, we can also use it within royalty free redistribution, ie, inside your product that prints PDFs.
IronPDF allows you to control which of the installed physical and network printers you're going to send a print to.