I want to read and display the contents of the PDF files into my RichtextBox. I am using windows application C#. Is it possible? What is the way to do it?
Asked
Active
Viewed 4.7k times
4 Answers
3
You can use Adobe PDF IFilter Library to convert a PDF document to text.
Also see an example on the CodeProject

James
- 80,725
- 18
- 167
- 237
3
iTextSharp is another alternative PDF library for .NET.

Vinay Sajip
- 95,872
- 14
- 179
- 191
-
Does iTextSharp allow one to read PDF and convert it to RTF though? – Scott Willeke Aug 27 '09 at 13:57
1
You should checkout PDFSharp library and they have preview component, where else extracting text and showing them in RichTextBox could be little bit of more work, but you can try this.

Akash Kava
- 39,066
- 20
- 121
- 167