hi
i have pdf file and i need to read the text and to insert to any val.
how do to it with C# (winform) ?
thank's in advance
hi
i have pdf file and i need to read the text and to insert to any val.
how do to it with C# (winform) ?
thank's in advance
You will need a PDF library of some sort. PDFSharp can reportedly do this - create and edit pdf files.
I'd suggest iTextSharp there's some sample code here http://www.codeproject.com/KB/string/pdf2text.aspx
In order to read the contents of a pdf file, you will need a 3rd party dll file like the above mentioned ITextSharp or PDFSharp. But if you only want to display the pdf file to the user of the application, then you can use web browser control. provided that you have adobe acrobat installed.