fclemos / py_managing_PDFs

Series of courses and notes on how to do manipulate PDF files with Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Course - How to Work With a PDF in Python

Introduction

This repo contains a series of scripts that allow the user to do different sorts of operations involving PDF files using the PyPDF2 library, which provides for PDF file manipulation with Python. All the content was obtained from a Real Python course, taught by Andrew Stephen. I encourage all Python enthusiasts to follow their work!

Content

In this repo, you'll find scripts dealing with:

  • Extracting document information from a PDF
  • Rotating pages
  • Merging PDFs
  • Splitting PDFs
  • Adding watermarks
  • Encrypting PDFs

You can find the outcome of each script in the data folder.

Any feedback, question or comment please feel free to reach me!

Course Certification

Link to Certification


About

Series of courses and notes on how to do manipulate PDF files with Python.


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.7%