How to split a PDF file into single files using Python

Поделиться
HTML-код
  • Опубликовано: 17 дек 2024

Комментарии • 16

  • @PranavN
    @PranavN 3 года назад +1

    Thank you :) this is so cool, we do not need online tools anymore. works perfectly.

    • @jiejenn
      @jiejenn  3 года назад

      Glad my video helped.

  • @avinash_shrivastava
    @avinash_shrivastava 2 года назад

    Exactly what I was looking for Thank you!

  • @JeyLosGamer
    @JeyLosGamer 9 месяцев назад

    Is there a way you split any file, docx, pdf, excel, PowerPoint, etc ? It could be by pages of split it by file size

  • @thoughtlist
    @thoughtlist 4 года назад

    THANK YOU! YOU SAVED MY LIFE

  • @anielcases676
    @anielcases676 2 года назад

    Thank you

  • @austinhomolka
    @austinhomolka 3 года назад

    Wow. Great video!!

  • @fajaribnufatihan8194
    @fajaribnufatihan8194 3 года назад

    This helps so much. Thanks

  • @wallacecamargo1043
    @wallacecamargo1043 3 года назад

    Very good!

  • @theonecallednick
    @theonecallednick 3 года назад +2

    Lol I can't stop reading light novels but I wanna learn math at the same time so what I'm gonna do is separate the whole pdf by number of pages and I can only open them or read them after finishing a task or a challenge. Lmao

  • @victordro
    @victordro 2 года назад

    Perfect, thanks a lot

  • @RusticRainboww
    @RusticRainboww 2 года назад

    This is working for a single pdf, but how can we split multiple pdfs from a folder and write splitted files to the destination folder

  • @javierromano9030
    @javierromano9030 3 года назад

    Thanks a lot!

  • @KhalilYasser
    @KhalilYasser 4 года назад

    Thanks a lot. You are awesome.

  • @zx.hash.r
    @zx.hash.r 3 года назад

    Hi, i got this error when i run the script:
    PdfReadWarning: Superfluous whitespace found in object header b'1' b'0' [pdf.py:1665]
    any help?