• <menu id="w2i4a"></menu>
  • logo Spire.PDF教程-文檔操作
    文檔首頁>>Spire.PDF教程-文檔操作>>Spire.PDF 教程:從加密的PDF文檔中刪除密碼

    Spire.PDF 教程:從加密的PDF文檔中刪除密碼


    使用Spire.PDF for .NET,我們可以輕松地加密PDF文檔,同時我們還可以使用Spire.PDF從C#和VB.NET中的加密PDF文檔中刪除密碼,我們需要通過調(diào)用方法PdfDocument.LoadFromFile(string filename,string password)加載加密的PDF文件,然后將密碼設(shè)置為空,以刪除密碼。

    首先,用用戶密碼查看PDF:

    圖片1

    Step 1:加載受密碼保護的PDF文檔。

    PdfDocument pdf = new PdfDocument();
    pdf.LoadFromFile("Sample.pdf", "e-iceblue");

    Step 2:將密碼設(shè)置為空,以刪除用戶密碼。

    pdf.Security.UserPassword = string.Empty;

    Step 3:將文檔保存到文件。

    pdf.SaveToFile("Decrypted.pdf");

    從PDF文檔中刪除密碼后的有效屏幕截圖:

    圖片2

    完整代碼:

    [C#]

    PdfDocument pdf = new PdfDocument();
    pdf.LoadFromFile("Sample.pdf", "e-iceblue");
    pdf.Security.UserPassword = string.Empty;
    pdf.SaveToFile("Decrypted.pdf");

    [VB.NET]

    Dim pdf As New PdfDocument()
    pdf.LoadFromFile("Sample.pdf", "e-iceblue")
    pdf.Security.UserPassword = String.Empty
    pdf.SaveToFile("Decrypted.pdf")

    慧都控件網(wǎng)

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    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); })();