Skip to main content

DynamicPDF Blog

22 posts tagged with "PDF Library"

PDF Library related posts

View All Tags

DynamicPDF Subscriptions are Available

· One min read
Andrew Cochran
Founder and CEO

Subscriptions for our great products are now available. Subscriptions make it easy for you to stay current on the latest features, bug fixes and security patches. They also offer royalty free distribution and work well in cloud environments. Four subscription levels are available:

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.