Fr

Verrouiller et déverrouiller des fichiers PDF avec un mot de passe à l'aide de C#

Let us learn to secure our documents from unauthorized access. Previously we discussed [adding text and image watermarks to the documents][1] to avoid and illegal use. In this article, we will see how to add password protection to PDF documents to get them locked using C#. Additionally, we will change the existing password and also learn to remove the password to make the PDF unlocked. Les sujets suivants sont abordés dans cet article :

  • API .NET pour la protection par mot de passe des fichiers PDF * Verrouillez les fichiers PDF en ajoutant un mot de passe * Changer le mot de passe PDF en C # * Comment supprimer le mot de passe PDF - Déverrouiller PDF
novembre 17, 2021 · 5 min · Shoaib Khan