Split multipage page single PDF file to single page multiple PDF file​s

Опубликовано: 28 Сентябрь 2024
на канале: Subhroneel Ganguly
48
0

Split multipage page single PDF file to single page multiple PDF file​s

This video will teach you how to extract PDF pages from one PDF file and create multiple PDFs from the original one. This tool is particularly helpful when you need to extract certain pages from an existing PDF document

Selecting a multiple page single PDF source file and split it to single page multiple PDF files with page number filter to split for desired number of pages.

00:24 Demonstration of application functionality
03:14 Explaining the GUI implementation using python tkinter
04:35 Explaining functions open_source_PDF_File which select the source PDF for splitting
07:24 Explaining functions open_directory which select target directory to export spllitted PDFs
07:52 Explaining from and to page number filter
10:30 Explaining splitPDF function which actually implement the PDF spllitting process.

Github link for the full python source code - https://raw.githubusercontent.com/sub...

pip command for required packages
pip install fitz
pip install tkinter