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?
You can try this library: iTextSharp: http://itextsharp.sourceforge.net/.
Any other ideas or library for reading pdf in .NET.
Post your Answer