PYTHON: Renaming PDFs using an Excel file and splitting PDF pages

Опубликовано: 14 Октябрь 2024
на канале: Stephen Codes
895
13

Just a note: a good rule of thumb is to backup your data before making changes to it. If you have a lot of files to change; BACK THEM UP.

In this tutorial, we explain how to rename PDFs using an Excel file and also how to split PDFs (moving pages into new PDFs).

Code: https://github.com/steve-codes/Splitt...

Chapters:
00:00 Intro
00:12 Objective
00:45 Requirments
01:00 Problem
03:01 Code Review (Dataframe)
10:11 Code Review (Splitting)
11:41 Running the code