ASP.Net
C# – Generate and Deliver PDF Files On-Demand from a Template Using iTextSharp
Image by Curtis Ellis | Some Rights Reserved Often we need to provide a mechanism for users of our site to download content in the form of PDF files. While this in itself is not technically challenging, I recently had a need to...
C#
Splitting and Merging Pdf Files in C# Using iTextSharp
I recently posted about using PdfBox.net to manipulate Pdf documents in your C# application. This time, I take a quick look at iTextSharp, another library for working with Pdf documents from within the .NET framework. Some...
No More Results