Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Encrypt PDF | Manipulating and Combining PDFs
Manipulating and Combining PDFs
course content

Conteúdo do Curso

Manipulating and Combining PDFs

bookEncrypt PDF

encrypt() is a PyPDF2 function that allows developers to add password-based encryption to a PDF file. It's useful for protecting sensitive information in a PDF document, restricting access to a PDF file, and ensuring that only authorized users can view or modify the contents of a PDF file. With encrypt(), developers can automate the process of adding encryption to a PDF file in Python.

Let's create an encrypted file encrypted-pdf.pdf and write the example.pdf content into it.

file:

Tarefa

  1. Read in a PDF;
  2. Add all pages to the writer;
  3. Add a password to the new PDF;
  4. Save the new PDF to a file using the .write() method.

encrypted-pdf.pdf file:

Mark tasks as Completed
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

encrypt() is a PyPDF2 function that allows developers to add password-based encryption to a PDF file. It's useful for protecting sensitive information in a PDF document, restricting access to a PDF file, and ensuring that only authorized users can view or modify the contents of a PDF file. With encrypt(), developers can automate the process of adding encryption to a PDF file in Python.

Let's create an encrypted file encrypted-pdf.pdf and write the example.pdf content into it.

file:

Tarefa

  1. Read in a PDF;
  2. Add all pages to the writer;
  3. Add a password to the new PDF;
  4. Save the new PDF to a file using the .write() method.

encrypted-pdf.pdf file:

Mark tasks as Completed
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Seção 1. Capítulo 7
AVAILABLE TO ULTIMATE ONLY
some-alt