Printing PDFs
Printing is a breeze when using DynamicPDF PrintManager for .NET. The following C# example illustrates.
Watch the Video
How to Print PDF to a Printer
Download the NuGet package and GitHub project to get started. The following steps illustrates printing a PDF document to a printer.
Steps for Printing a PDF
- Create a
PrintJob
object by specifying the printer name (or specify default printer) and the PDF document path. - Print the job by calling
Print
method of thePrintJob
.
Sample Code - C#
PrintJob printJob = new PrintJob(Printer.Default, "doc-a.pdf");
printJob.Print();
GitHub Project
Examples are provided in C# and VB.NET. Clone or view the example project at GitHub. This example contained on this page are in the following files.
- C# - SimplePrint.cs
- VB.NET - SimplePrint.vb
Getting Started
Get started easily by installing DynamicPDF PrintManager for .NET through NuGet or manually. Then, refer to the documentation for more information on using and purchasing.
NuGet Package
The easiest way to install DynamicPDF Rasterizer for .NET is by obtaining the NuGet package using Visual Studio's Package Manager. You can also obtain the NuGet package by downloading it directly. Refer to the installation documentation for more information.
DynamicPDF PrintManager Information
More information can be found here: