• <menu id="w2i4a"></menu>
  • logo Spire.PDF教程

    文檔首頁>>Spire.PDF教程>>Spire.PDF 頁面設(shè)置教程:C# 添加、獲取和刪除 PDF 自定義文檔屬性

    Spire.PDF 頁面設(shè)置教程:C# 添加、獲取和刪除 PDF 自定義文檔屬性


    Spire.PDF是一個專業(yè)的PDF組件,能夠獨(dú)立地創(chuàng)建、編寫、編輯、操作和閱讀PDF文件,支持 .NET、Java、WPF和Silverlight。

    下載Spire.PDF最新試用版

    在PDF文檔中,自定義文檔屬性可以用來存儲特定的元數(shù)據(jù)類型,例如版本號或公司名稱等。我們可以給一個PDF文檔添加自定義文檔屬性,同時也可以查看和刪除PDF文檔中已有的自定義屬性。

    本文將介紹如何使用Spire.PDF組件在PDF文檔中添加、獲取和刪除自定義文檔屬性。

    添加自定義文檔屬性

    //實(shí)例化一個PdfDocument對象
    PdfDocument doc = new PdfDocument();
    //載入PDF文檔
    doc.LoadFromFile("Input.pdf");
    
    //添加自定義文檔屬性
    doc.DocumentInformation.SetCustomerDefined("版本號", "6.0.5");            
    doc.DocumentInformation.SetCustomerDefined("公司名稱", "E-iceblue"); 
    doc.DocumentInformation.SetCustomerDefined("產(chǎn)品", "Spire.Doc for .NET");           
    
    //保存文檔
    doc.SaveToFile("添加自定義屬性.pdf");

    效果圖:

    添加自定義文檔屬性

    獲取自定義文檔屬性

    //實(shí)例化一個PdfDocument對象
    PdfDocument doc = new PdfDocument();
    //載入PDF文檔
    doc.LoadFromFile("添加自定義屬性.pdf");
    
    //獲取指定自定義屬性
    string version = doc.DocumentInformation.GetCustomerDefined("版本號");
    string company = doc.DocumentInformation.GetCustomerDefined("公司名稱");
    string product = doc.DocumentInformation.GetCustomerDefined("產(chǎn)品");
    
    //獲取所有自定義文檔屬性
    //DictionaryallCustomProperties = doc.DocumentInformation.GetAllCustomerDefined();            
    
    Console.WriteLine("{0}\n{1}\n{2}\n", "版本號:" + version, "公司名稱:" + company, "產(chǎn)品:" + product);

    效果圖:

    獲取自定義文檔屬性

    刪除自定義文檔屬性

    //實(shí)例化一個PdfDocument對象
    PdfDocument doc = new PdfDocument();
    //載入PDF文檔
    doc.LoadFromFile("添加自定義屬性.pdf");            
    
    //刪除指定自定義屬性
    doc.DocumentInformation.RemoveCustomerDefined("版本號");
    
    //保存文檔            
    doc.SaveToFile("刪除自定義屬性.pdf");

    效果圖:

    刪除自定義文檔屬性


    想要購買正版授權(quán),或者獲取更多Spire.PDF相關(guān)信息的朋友可以點(diǎn)擊" 咨詢在線客服 "~
    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();