Fax a PDF (.NET Core/Framework)
Faxing a PDF using DynamicPDF Print Manager is straightforward.
How to fax PDF in C#
The following steps and sample code illustrate how to fax a PDF using the Print Manager product.
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();
Getting Started
NuGet Package
DynamicPDF PrintManager is available on NuGet and is part of the ceTe.DynamicPDF.Printing.NET
package. The easiest way to install the package is through the Visual Studio Package Manager, but you can also download the package directly from NuGet.
Example Project
An example project illustrating the fax functionality discussed here can be cloned or viewed onGitHub:
DynamicPDF PrintManager Information
More information can be found here: