how to load Pdf file to file test to RichText Box
-
hi Friends, can any body tell me that how i can load the Pdf file text into rich text box
wasim khan
-
hi Friends, can any body tell me that how i can load the Pdf file text into rich text box
wasim khan
You need to use a PDF library. There are several open source .net PDF libraries, although most only support writing, not reading PDF files. See here[^] (PDF clown looks like the only one that reads PDF files) There are loads of commercial PDF libraries, just google. If you don't want to use a library, you'll need to download and read the official Adobe PDF spec[^] before writing your own PDF reader.
Simon
-
hi Friends, can any body tell me that how i can load the Pdf file text into rich text box
wasim khan
Hi Wasim, Refer to the below mentioned link: Read from a PDF file using C# [^] I hope this would be helpful.
John Adams ComponentOne LLC. www.componentone.com