1. 製品
  2.   PDF Security

PDF Security in C#/.NET

暗号化、復号化、デジタル署名、サニタイズで PDF ドキュメントを保護します

PDF セキュリティ

C# で PDF Security を使用して PDF ファイルを保護。このツールは、機密データを保護するためにドキュメントを暗号化・復号化でき、デジタル署名と信頼できるタイムスタンプを追加して真正性を保証します。共有するすべての PDF に自信を持ちたいプロフェッショナル向けの、シンプルで強力なソリューションです。無許可のアクセスを防止したり、権限を正確に管理したりする必要がある場合でも、このツールはドキュメントを機密に保ち、業界標準に準拠させます。

主な機能

必要に応じて強力な暗号化で PDF ドキュメントをロックし、無許可のアクセスを防止します。

暗号化された PDF ドキュメントを必要なときに開き、ドキュメントを公開可能にします。

完全にカスタマイズ可能な設定でデジタル署名オブジェクトを作成します。証明書情報、タイムスタンプ、署名理由、ビジュアル外観(PageNumber、Visible、Contact など)を設定できます。 PDF ドキュメントにタイムスタンプを追加し、長期的なドキュメントの完全性と追跡性を確保します。信頼できるサーバーでタイムスタンプを検証することで、ドキュメントのセキュリティが向上します。

メタデータ、添付ファイル、注釈、JavaScript、フォーム、レイヤー、検索インデックスなど、PDF ドキュメントに埋め込まれた隠しデータを除去します。

はじめに

なぜ PDF Security を選ぶのか

  • Comprehensive Document Protection – Keep your PDFs safe from tampering, unauthorized viewing, and data breaches.
  • Ideal for businesses, law firms, healthcare providers, and any organization dealing with sensitive data.
  • Legally Binding Signatures – Meet compliance requirements for electronic document signing.
  • Enhanced Security – Prevent unauthorized modifications after signing.
  • Professional Appearance – Customize signature visuals to match your brand or document style.
  • Seamless .NET integration for simplified workflows.
  • Supported operating systems include Windows 7-11, and Windows Server 2003-2022, macOS (10.12+), and Linux.
  • Supported frameworks from 4.0 to 8.0.
  • Compatible with various Microsoft Visual Studio versions.
  • Detailed and high-quality documentation

PDF ドキュメントの暗号化方法

  • Create an instance of EncryptOptions with the desired passwords and permissions.
  • Set the input PDF file using the AddInput method.
  • Set the output PDF file using the AddOutput method.
  • Call PdfSecurity.Encrypt with the instance of EncryptOptions as parameter.
  • For more detailed information, please see the Documentation Page.


PDF ドキュメントの復号化方法

  • Create an instance of DecryptOptions with the necessary password.
  • Set the input PDF file using the AddInput method.
  • Set the output PDF file using the AddOutput method.
  • Call PdfSecurity.Decrypt with the instance of DecryptOptions as parameter.
  • For more detailed information, please see the Documentation Page.


PDF ドキュメントの署名方法

  • Create an instance of SignOptions with the pfx file and the necessary password.
  • Set the input PDF file using the AddInput method.
  • Set the output PDF file using the AddOutput method.
  • Call PdfSecurity.Sign with the instance of SignOptions as parameter.
  • For more detailed information, please see the Documentation Page.


PDF ドキュメントのサニタイズ方法

  • Create an instance of SanitizeOptions with input and output file paths.
  • Call PdfSecurity.Sanitize with the instance of SanitizeOptions as parameter.
  • For more detailed information, please see the Documentation Page.


PDF Security による PDF 作業のその他の機能

よくある質問

Documentize PDF Security for .NET とは何ですか?

Documentize PDF Security for .NET は、.NET アプリケーション内で PDF ドキュメントを暗号化、復号化、署名するために設計されたコンポーネントです。パスワードと権限を設定してデータ保護を実現し、デジタル署名でドキュメントに真正性を付与します。

PDF ドキュメントを暗号化する際にパスワードを設定できますか?

はい、ユーザー パスワードとオーナー パスワードの両方を設定できます。

PDF の暗号化はコンプライアンス活動をどのように支援しますか?

PDF 暗号化は機密文書を保護し、GDPR、HIPAA などの規制に基づく個人情報や機密データの保護要件を満たすのに役立ちます。

PDF 暗号化のベストプラクティスは何ですか?

PDF を暗号化する際は、強力なパスワードを使用すること暗号化キーを安全に保管することが重要です。

なぜ PDF にデジタル署名を使用すべきですか?

デジタル署名は文書の真正性を検証し、無許可の改ざんを防止し、法的・コンプライアンス要件を満たすのに役立ちます。

文書内の署名表示をカスタマイズできますか?

はい、Visible、PageNumber、Location、Rectangle などのプロパティを使用して署名の表示をカスタマイズできます。

カスタムタイムスタンプサーバーを使用できますか?

はい、TimestampOptions に認証情報を設定することで、カスタムタイムスタンプサーバーを構成できます。

どの業界が Documentize PDF Security の恩恵を受けますか?

ヘルスケア、金融、法務など、機微情報を扱う業界が主な対象です。例として、医療記録の暗号化は HIPAA コンプライアンスを支援し、金融分野では顧客情報の保護に役立ちます。

開始するためのサンプルやドキュメントはありますか?

はい、包括的なドキュメントとコード例が用意されており、公式の Documentize documentation site で手順やサンプルコードを確認できます。

 日本語