Splitting a PDF to Multiple PDFs with Python!

Поділитися
Вставка
  • Опубліковано 5 гру 2024

КОМЕНТАРІ • 8

  • @duniasainsasrofi
    @duniasainsasrofi 11 місяців тому

    thanks for tutorial, it works

  • @Zecheria69
    @Zecheria69 Рік тому

    great, really helpful

  • @enzomedeiros1528
    @enzomedeiros1528 7 місяців тому

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

    • @AdrianDolinay
      @AdrianDolinay  7 місяців тому

      Are you running the notebook exactly as it is? Or did you make modifications to the code?

  • @duniasainsasrofi
    @duniasainsasrofi 11 місяців тому

    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

  • @antonyploxoxoxoox788
    @antonyploxoxoxoox788 Рік тому

    thanks

  • @mpyamatleke1898
    @mpyamatleke1898 Рік тому

    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 .

    • @AdrianDolinay
      @AdrianDolinay  Рік тому

      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?