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
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 ../mydocument/Rich-Dad-Poor-Dad.pdf is not a valid file or url what might be the issue , i followed every step on your code . please help .
Since this is an error related to the path, when you run the cell with the "file_name" what is the output of the print? Also are you running this code on Google Colab?
thanks for tutorial, it works
great, really helpful
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
hello as it goes?
my script displays the following error:'PdfWriter' Object has in attribute 'Writer'
What could it be? Py’s version?
Are you running the notebook exactly as it is? Or did you make modifications to the code?
thanks
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 ../mydocument/Rich-Dad-Poor-Dad.pdf is not a valid file or url
what might be the issue , i followed every step on your code . please help .
Since this is an error related to the path, when you run the cell with the "file_name" what is the output of the print? Also are you running this code on Google Colab?