How to Work With a PDF in Python

How to Work With a PDF in Python

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 0h 31m | 164 MB

The Portable Document Format or PDF is a file format that can be used to present and exchange documents reliably across operating systems. While the PDF was originally invented by Adobe, it is now an open standard that is maintained by the International Organization for Standardization (ISO). You can work with a preexisting PDF in Python by using the PyPDF2 package.

PyPDF2 is a pure-Python package that you can use for many different types of PDF operations.

By the end of this course, you’ll know how to:

  • Extract document information from a PDF in Python
  • Rotate pages
  • Merge PDFs
  • Split PDFs
  • Add watermarks
  • Encrypt a PDF
Table of Contents

1 Working with PDFs – Part 1
2 Working with PDFs – Part 2
3 Working with PDFs – Part 3
4 Working with PDFs – Part 4
5 Working with PDFs – Part 5
6 Working with PDFs – Part 6