在 C# 中阅读 PDF
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1340278/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Reading PDF in C#
提问by user162558
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?
我想读取 PDF 文件的内容并将其显示到我的 RichtextBox 中。我正在使用 Windows 应用程序 C#。是否可以?有什么方法可以做到?
回答by Akash Kava
回答by James
You can use Adobe PDF IFilter Libraryto convert a PDF document to text.
您可以使用Adobe PDF IFilter Library将 PDF 文档转换为文本。
Also see an example on the CodeProject
另请参阅CodeProject上的示例
回答by KB22
回答by Vinay Sajip
iTextSharpis another alternative PDF library for .NET.
iTextSharp是 .NET 的另一个替代 PDF 库。