简体   繁体   中英

Print PDF in server side to default printer

I created web application using ASP.NET CORE 2 and used DinkToPdf to create and download the PDF to target directory. It is working really well to create and save PDFs. Now I want to use server side and print the PDF to target printer in the office. I couldn't find any solution to do this. Please help me.

Are you looking to integrate this functionality into your software? If so, there are several PDF libraries on the market with printing capabilities, some more reliable and full-featured than others.

If you're looking for a Windows command line utility to print PDFs to a target printer, you may be interested in PDF2PRINT , which allows you to do exactly that, as well as set optional parameters like duplex, collation, custom page ranges, number of copies, etc.

For future reference, questions like these should be posted in the Software Recommendations forum.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM