I am stuck with a programming issue. I am writing a program in C# .NET and I have to read all the data and related metadata of the PDF document... Does anyone know of a library or code that would allow me to read a pdf file and also metadata of the pdf document in C# .NET?

1 year 40 weeks ago
You can try this library: iTextSharp: http://itextsharp.sourceforge.net/.
Any other ideas or library for reading pdf in .NET.
Post Comment