密碼保護PDF

即將傳送包含敏感資訊的PDF並希望鎖定嗎? 這個免費的密碼保護PDF工具可以快速保護它。上傳文件,設置密碼,然後下載只有合適的人才能開啟的加密PDF。 在事情敏感時值得這樣做:

  • 在發送合約前進行鎖定
  • 保護薪資或財務文件
  • 保護客戶記錄在傳輸中
  • 為機密報告新增密碼

IronPDF的簡介

IronPDF是數千名.NET開發者在生產中信賴的C# PDF程式庫。 它可以加密PDF並設定打開或許可權密碼,並控制列印、複製和編輯權限。

using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
pdf.SecuritySettings.UserPassword = "secret123";
pdf.SaveAs("protected.pdf");
using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
pdf.SecuritySettings.UserPassword = "secret123";
pdf.SaveAs("protected.pdf");
Imports IronPdf

Dim pdf = PdfDocument.FromFile("document.pdf")
pdf.SecuritySettings.UserPassword = "secret123"
pdf.SaveAs("protected.pdf")
$vbLabelText   $csharpLabel

在C#中查看:密碼與權限指南

免費且為日常使用而設計

這個工具是完全免費並為快速、實用的使用而設計,無需註冊,無限制,無附帶條件。 由IronPDF精心打造。

需要不止PDF嗎?

當專案超越了PDF工作時,Iron Suite將十個.NET程式庫捆綁成一個授權:IronOCR用於從125種語言的圖像中讀取文字,IronBarcode用於生成和掃描條碼,加上IronXL、IronWord、IronPPT和更多。 立即開始您的30天Iron Suite試用金鑰,無需信用卡。