Secure Your PDF Files in C# with PDF Security. Este plugin le permite encriptar y desencriptar documentos para proteger datos sensibles, además de habilitarle a añadir firmas digitales y sellos de tiempo confiables para garantizar la autenticidad. Una solución simple y potente para profesionales que necesitan confianza en cada PDF que comparten. Ya sea que necesite impedir el acceso no autorizado o gestionar permisos con precisión, este plugin asegura que sus documentos permanezcan confidenciales y cumplan con los estándares de la industria.
Key Features
Bloquee sus documentos PDF con una encriptación robusta cuando sea necesario, evitando el acceso no autorizado.
Abra sus documentos PDF encriptados siempre que lo necesite para hacer el documento accesible al público.
Cree un objeto de firma digital con configuraciones totalmente personalizables. Defina los parámetros de la firma, incluidos los detalles del certificado, sello de tiempo, motivos de la firma y apariencia visual (PageNumber, Visible, Contact y otros). Añada un sello de tiempo a los documentos PDF. Garantice la integridad y trazabilidad a largo plazo del documento. Mejora la seguridad del documento al verificar los sellos de tiempo con un servidor de confianza.
using Documentize;.License.Set("license.lic"); - Optional.EncryptOptions with the desired passwords and permissions.AddInput method.AddOutput method.PdfSecurity.Encrypt with the instance of EncryptOptions as parameterDecryptOptions with the necessary password.AddInput method.AddOutput method.PdfSecurity.Decrypt with the instance of DecryptOptions as parameterSignOptions with the pfx file and the necessary password.AddInput method.AddOutput method.PdfSecurity.Sign with the instance of SignOptions as parameterSignOptions with the pfx file and the necessary password.TimestampOptions with the timestamp server url.AddInput method.AddOutput method.PdfSecurity.Sign with the instance of SignOptions as parameterDocumentize PDF Security for .NET is a plugin designed to encrypt, decrypt and sign PDF documents within .NET applications. It ensures data protection by allowing you to set passwords and permissions on your PDF files. It also allows you to sign documents with a digital signature.
Yes, you can set user and owner passwords.
PDF encryption helps ensure that sensitive documents are protected, aiding compliance with regulations such as GDPR, HIPAA, and others that require securing personal or confidential data.
When encrypting PDFs, it’s important to Use strong passwords, Store encryption keys securely to prevent unauthorized access.
Digital signatures verify the authenticity of a document, prevent unauthorized modifications, and help meet legal and compliance requirements for secure document handling.
Yes, you can customize the display of the signature. To do this, use the following properties Visible, PageNumber, Location, Rectangle and other.
Yes, you can configure a custom timestamp server and provide authentication credentials in the TimestampOptions to meet your specific requirements.
Industries that handle sensitive information, such as healthcare, finance, and legal sectors, benefit from using Documentize PDF Security. For instance, encrypting medical records ensures compliance with HIPAA regulations in healthcare, while in finance, it protects sensitive client information.
Yes, comprehensive documentation and code examples are available to guide you through integrating and using the plugin effectively. You can find step-by-step instructions and sample code on the official Documentize documentation site.