任何人都可以推荐一个好的组件来阅读.Net中的PDF吗?具体来说,我想阅读文档的所有元数据,包括所有文档属性(标题,作者等)。 我真的不需要阅读文档的实际内容。
商业产品很好。
我读过PDFBox(Java),但这看起来很痛苦。我也曾去过this page,但没有什么伟大的事情跳到我身边。
答案 0 :(得分:4)
iTextSharp怎么样?据我所知,它是最权威的pdf库。
答案 1 :(得分:3)
对于.Net,有PDF Lib(当前版本1.3)。它看起来很好(但我还没有测试过)。
答案 2 :(得分:3)
Docotic.Pdf library(我为公司工作)可能会用来完成任务。
以下是示例代码:
using (PdfDocument document = new PdfDocument("file.pdf"))
{
string author = document.Info.Author;
string subject = document.Info.Subject;
string title = document.Info.Title;
string keywords = document.Info.Keywords;
// ...
}
除此之外,图书馆还可以做很多其他事情。在线提供samples for common tasks。
答案 3 :(得分:1)
答案 4 :(得分:0)
您可以查看CoherentPDF。
答案 5 :(得分:0)
我想推荐Amyuni PDF Creator ActiveX,PDF编辑器ActiveX控件(32位和64位版本可用)和Amyuni PDF Creator .Net。
免责声明:我是该产品开发团队的成员。