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?
+1
A:
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
2009-08-27 10:53:12
A:
You can use Adobe PDF IFilter Library to convert a PDF document to text.
Also see an example on the CodeProject
James
2009-08-27 10:54:47
Does iTextSharp allow one to read PDF and convert it to RTF though?
scott
2009-08-27 13:57:36
Not as far as I know.
Vinay Sajip
2009-08-27 14:01:10