-
Notifications
You must be signed in to change notification settings - Fork 1
1. Introduction
The PDF File Writer C# class library PdfFileWriter
allows you to create PDF files directly from your .net application. The library shields you from the details of the PDF file structure. To use the library, you need to add a reference to the attached PdfFileWriter.dll
class library file, add a using PdfFileWriter
statement in every source file that uses the library and include the PdfFileWriter.dll
with your distribution. For more details go to 4. Installation. The code was developed using .NET Framework 4.6.2 and Visual Studio 2019.
This page is a copy from https://www.codeproject.com/Articles/570682/PDF-File-Writer-Csharp-Class-Library by Uzi Granot. The article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL). All rights to the texts and source code remain with Uzi Granot.