Splitting a PDF to Multiple PDFs with Python!

preview_player
Показать описание
Tutorial on splitting a single PDF file into multiple PDF files.

The notebook can be found in the "Python" folder within the below repo.

CONNECT:

|-Video Chapters-|
0:00 - Intro
0:30 - Installing and importing PyPDF2
0:55 - Reviewing the PDF that will be split
1:17 - Saving the PDF filename into a variable
2:24 - Reading the file with PdfReader
2:48 - Creating separate PDF files by page
5:13 - References and additional learning
Рекомендации по теме
Комментарии
Автор

however, i need to split 610 pdf into multiple files, each one containing 70 pages. i have tried your code, it creates only one pages per files, where do i should tweak my code? thanks in advance

duniasainsasrofi
Автор

hello as it goes?
my script displays the following error:'PdfWriter' Object has in attribute 'Writer'
What could it be? Py’s version?

enzomedeiros
Автор

hey, I'm getting an error saying,

raise ValueError("File path %s is not a valid file or url" % self.file_path)
ValueError: File path is not a valid file or url

what might be the issue, i followed every step on your code . please help .

mpyamatleke