在 .NET 中設定擴充檔屬性
如果您需要修改 Word 或 PDF 文件中的 Company欄位值或其他擴充檔屬性,您可以使用以下方法來做到這一點.NET:
安裝 NuGet 套件:
將以下 NuGet套件加入您的專案:
using Microsoft.WindowsAPICodePack.Shell; using Microsoft.WindowsAPICodePack.Shell.PropertySystem; string filePath = @".\example.docx"; var file = ShellFile.FromFilePath(filePath); // Read the old properties string[] oldAuthors = file.Properties.System.Author.Value;
以上是如何使用 .NET 修改 Word 或 PDF 文件中的擴充檔案屬性(如公司)?的詳細內容。更多資訊請關注PHP中文網其他相關文章!