Add rules and extract text from PDF using C# .net -
i want build pdf text extraction tool having similar features application (a-pdf data extractor) http://www.a-pdf.com/data-extractor/index.htm
i planning in c# .net want build own interface similar app buy referencing application(dll or exe). wont let me add reference.
how can ? there way run application inside c# desktop application ?
if have better options please let me know
thank
any appreciate!!
if want use exe file must use process class in .net framework. have example here: http://dotnetperls.com/process-start
if need library extract text pdf try use itextsharp: http://www.codeproject.com/kb/cs/pdftotext.aspx
hope helps
Comments
Post a Comment