am using iTextSharp ( .NET 2.0 Vista ). The iTextSharp Version is 4.1.2.0
PdfReader reader = new PdfReader(pdfFile);
is causing the library to thrown an exception saying
"Trailer not found"
The file exists and can be viewed in Adobe no problem
Any ideas?