PDFPrinting.NET print library can be used to batch print PDF files without require Adobe Acrobat and Adobe Reader applications. Here you can take a quick look at the most important features of PDFPrinting.NET.
PDFPrinting.NET Print Library Features:
- Print PDF files from any .NET application
- Built-in font rendering engine.
- Handles any PDF compression and encryption.
- Full control over margins and scaling.
- Advanced rasterization engine for image printing.
- Works perfectly on any kind of printer.
- Reduced spool size and faster spooling.
- Adheres strictly to pdf specification.
- Standalone solution without outside dependencies.
- Working with password protected PDF documents.
- Custom print properties. Set page range, landscape, copies, resolution, scaling, print in color, paper size, source tray, collate, printer name or duplex. The below sample code demonstrates how to set those settings manually through your code.
- Silent printing enables you to print out documents in the background without user intervention. The below code sample will print out the PDF document to your default printer with default settings.
- Silent printing with already installed Adobe Reader. In case you would like to print using Adobe Reader for some specific document where our rendering doesn't meet your needs. The below sample code will invoke Adobe Reader in the background without being visible and print out the document.
pdfprint.exe -shell D:\test.pdf
pdfprint.exe -shell2 D:\test.pdf
PDFPrint Command Line and SDK can be found from this web page,
https://www.verypdf.com/app/pdf-print-cmd/index.html
https://www.verypdf.com/app/pdf-print-cmd/pdfprint-sdk-manual.html
See Also:
PDF Print Manager SDK for .NET
http://www.e-pdfconverter.com/print-pdf-sdk-for-net/index.html
Related Posts
Related posts:
PDF Print command line utility - bins/trays support required
PDF Print Command Line does change printer during printing
Problems of PDF printing
How to List printers in the command prompt window for printing?
How to control page range when printing PDF file?
Render PDF to Raster image before printing by PDFprint
Is it possible to copy a single page from a PDF file?
I get the expected error, File Not Found: pdfprintsdk.dll