Reading PDF in C# [closed]

廉价感情. 提交于 2019-11-27 23:50:54

You can use Adobe PDF IFilter Library to convert a PDF document to text.

Also see an example on the CodeProject

iTextSharp is another alternative PDF library for .NET.

Since PDF is an binary format you'll have to use a pdf-library like pdflib in order to read pdf-files.

pdfLib

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.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!