Click here to Skip to main content
15,885,782 members
Articles / Programming Languages / C#

Working with Pdf Files in C# Using PdfBox and IKVM

3 Feb 2013CPOL8 min read 82.1K   18  
I have found two primary libraries for programmatically manipulating PDF files;  PdfBox and iText. These are both Java libraries, but I needed something I could use with C Sharp. Well, as it turns out there is an implementation of each of these libraries for .NET, each with its own strengths and wea
This is an old version of the currently published technical blog.

Only logged in members can view this content

Please go to the C# Table of Contents to view the list of available articles in this section.