DEV Community

Cover image for How to Create a PDF Document in .NET using the PDF Library
Arun for Syncfusion, Inc.

Posted on

How to Create a PDF Document in .NET using the PDF Library

Learn how easily you can create a PDF document in a console app using the Syncfusion .NET PDF Library. In this video, I will explain how to add text, images, and tables to a PDF document. The PDF library allows you to create, read, and edit PDF documents. It also offers functionalities to merge, split, stamp, form-fill, compress, and secure PDF files, and convert Word, RTF, Excel, and HTML files to PDF.

PDF documents can be digitally signed using x509 certificates such as .pfx files with private keys and support for hardware security module (HSM), online certificate status protocol (OCSP), certificate revocation list (CRL), and Windows Certificate Store to offer authenticity and integrity.

PDF document supports both AES and RC4 encryption algorithms as per the ISO 32000 standards and PDF 2.0 security to protect documents against unauthorized access.

Product overview: https://www.syncfusion.com/document-processing/pdf-framework/net/pdf-library

Explore our tutorial videos: https://www.syncfusion.com/tutorial-videos

Example project: https://github.com/SyncfusionExamples/create-a-pdf-document-in-net-C-Sharp

Top comments (0)