DynamicPDF PrintManager For .NET Examples
The print-manager-dotnet-core GitHub project provides several working examples demonstrating the DynamicPDF PrintManager's API. Examples are provided for both C# and VB.NET.
| Example | Description |
|---|---|
| PrintSimple | Demonstrates a simple print example |
| PrintToDefaultPrinter | Demonstrates sending a print job to a default printer. |
| PrintPageRange | Demonstrates sending a print job to a printer with a specific page range. |
| PrintFromByteArray | Demonstrates sending a PDF document to a printer from a byte array. |
| PrintWithEvents | Demonstrates handling events when printing. |
| PrintWithSettingSimpleOptions | Demonstrates printing a PDF document using simple options. |
| PrintSettingAllOptions | Demonstrates printing a PDF document with all available options. |
| PrintMultiplePDFs | Demonstrates sending multiple PDF documents to a printer in the same print job. |
| PrintChangeTrayForPage | Demonstrates how to change the print tray for a print job. |
| ShowPrintersOptions | Gathers all options for a specified printer and outputs to the console. |
| PrintToFile | Demonstrates redirecting a PDF document to a file instead of actual printing. |
| FaxSimple | Demonstrates sending a simple fax. |
| FaxSettingFaxOptions | Demonstrates sending a fax while setting several options. |
| FaxWithCoverPage | Demonstrates sending a fax while setting up a cover page. |
| PDFPortfolioPrinting | Demonstrates how to print a PDF portfolio document. |
| MultiplePagesPerSheet | Demonstrates how to print multiple pages per sheet. |
| PrintPartialPage | Demonstrates how to print a portion of a page. |
| PrintPriority | Demonstrates setting a priority when multiple documents are printing. |
| PrintQuality | Demonstrates setting specific resolutions (Low, High etc.). |