We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
使用 PDF Sharp 的工作方式如下:
}
Using PDF Sharp works like this:
}
对于 PDFSharp:
如果您想更改/添加 PDF 的自定义属性元数据,您可以使用 PdfDocument.Info.Elements 对象。
自定义键始终以斜线开头!
在 Adobe Acrobat Reader 中打开此文档即可找到键和值 ->文件->属性->风俗。
这适用于 PDFSharp 1.32
For PDFSharp:
If you would like to change/add the metadata on the Custom Properties of a PDF you can use the PdfDocument.Info.Elements object.
Always start a custom key with a slash!
You can find the key and value when you open this document in Adobe Acrobat Reader -> File -> Properties -> Custom.
This works with PDFSharp 1.32
我想你可以用 iTextSharp 来做到这一点。
I suppose you can do it with iTextSharp.
PDF Sharp 中的 PdfDocumentInformation 类是否满足您的要求。
Does the PdfDocumentInformation class from PDF Sharp fulfill your requirements.
在这里拉皮条 - 我的公司 Atalasoft 生产用于处理图像的 .NET 组件。该套件的一部分包括读取/写入 PDF 文档元数据的功能。它不是免费的,但桌面应用程序的运行时版税是免费的。
读取代码很简单:
编辑它并将其写回同一流:
通过哈希表支持自定义字段。
Pimping here - my company, Atalasoft, makes .NET components for working with images. Part of the suite includes the ability to read/write PDF document metadata. It's not free, but it is run-time royalty free for desktop applications.
The code for reading is simple:
to edit it and write it back to the same stream:
Custom fields are supported through a hashtable.
Aspose.PDF 或Aspose.PDF.Kit< /a> 可以为您做到这一点。
Aspose.PDF or Aspose.PDF.Kit can do this for you.