Reading PDF in .NET?

This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.


11 points

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?



-2 points

You can try this library: iTextSharp: http://itextsharp.sourceforge.net/.

Anonymous's picture
Created by Anonymous
-6 points

Any other ideas or library for reading pdf in .NET.

Anonymous's picture
Created by Anonymous

Post Comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.