Fax a PDF
Faxing a PDF is a breeze when using DynamicPDF Print Manager for .NET. The following C# example shows you how.
How to Fax a PDF
The following steps and C# sample code illustrate how to fax a PDF using DynamicPDF PrintManager for .NET.
Steps to Fax a PDF
- Create a
FaxPrintJob
object with the fax name, number and pdf document in the constructor. - Print using the created
FaxPrintJob
object.
Sample Code - C#
FaxPrintJob faxJob = new FaxPrintJob("HP Fax CM2320", "555-465-1177", "Doc.pdf");
faxPrintJob.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# - FaxExample.cs
- VB.NET - FaxExample.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: