Skip to main content

DynamicPDF Blog

4 posts tagged with "Print PDF C#"

Print PDF C# related posts

View All Tags

PrintManager – Setting Advanced Printer Options

· 3 min read
Anil S
Content Creator

The PrintManager for .NET API allows printing of PDF files through any .NET application. The settings accessible to the PrintManager are limited to those exposed through a standard API (such as Win32 or .NET). But a printer may have additional settings that are specific to that printer and are not readily available through a standard API. This means that there could be non-standard features or settings available that vary between printers that are not able to be exposed through the PrintManager API. To remedy this, we have exposed a way to manually save and reuse a specific state of the native printer’s dialog box that when provided to the Printjob will affect that job as if those options where manually selected by a user. A full example on how to accomplish this is outlined below.

DynamicPDF PrintManager for .NET Version 2 is Released

· One min read
Robbie W
Content Creator

PrintManager for .NET version 2.0 is Live! Easy PDF printing from within any C# or VB.NET application is what PrintManager is all about and version 2 is no different. We have added some advanced features like being able to retrieve a list of the media/paper types from a printer and being able to set those types for a specific print job and the ability to redirect the print output to a file.