Square PDF .NET

PDFBox.NET 1.8.7
.NET version of PDFBox library version 1.8.7. The download includes a compiled pdfbox.dll and all IKVM.NET dependencies.
PDFBox.NET 1.8.4
.NET version of PDFBox library version 1.8.4. The download includes a compiled pdfbox.dll and all IKVM.NET dependencies.
Parsing PDF Files using IFilter (C#, .NET)
How to extract text from PDF files using Microsoft IFilter interface and Adobe PDF IFilter implementation. 
PDFBox.NET 1.7.0
.NET version of PDFBox library version 1.7.0. The download includes a compiled pdfbox.dll and all IKVM.NET dependencies.
Parsing PDF Files using iTextSharp (C#, .NET)
How to extract text from PDF files using iTextSharp library. Sample Visual Studio 2010 project included (C#).
How to Convert PDF to Text in .NET (VB)
How to extract plain text from PDF file using PDFBox.NET library. Sample Visual Studio project download (VB).
How to Convert PDF to Text in .NET (C#)
How to extract plain text from PDF file using PDFBox.NET library. Sample Visual Studio project download (C#).
PDFBox in .NET
PDFBox.NET is a .NET port of PDFBBox created using IKVM.NET. The latest version (1.8.9) is available for download.
PDFBox in .NET Performance
Calling the PDFBox through IKVM.NET brings a performance penalty. While the Java version of PDFBox parses a sample PDF file in 3 seconds it takes 10 seconds with PDFBox.NET.