Skip to main content

DynamicPDF Blog

27 posts tagged with ".NET"

.NET 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 Viewer for .NET is Released

· One min read
Robbie W
Content Creator

We are happy to announce the full production release of the DynamicPDF Viewer for .NET. Viewer for .NET is our customizable .NET PDF viewer that can be embedded into any .NET windows form application. It displays PDF files quick and efficiently and has no external dependencies. If you need to add PDF displaying or viewing to your .NET application then you have got to try DynamicPDF Viewer for .NET.