Changing PDF file names using python

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024
  • In today's video I'll show you have to programmatically rename multiple pdf files using python.
    Github: github.com/ste...

ความคิดเห็น • 9

  • @stephencodes
    @stephencodes  2 ปีที่แล้ว

    GIthub: github.com/steve-codes/python-fileRename

  • @abdallahabdelmajeed8120
    @abdallahabdelmajeed8120 2 ปีที่แล้ว +2

    Thank you very much, I'd like to rename a set of PDF files based on the title inside the file, how can I do that using python? Thanxs in advance.

    • @stephencodes
      @stephencodes  2 ปีที่แล้ว +2

      This should be possible. I'm currently finishing up my exams but I'll take a look soon.

    • @stephencodes
      @stephencodes  2 ปีที่แล้ว

      New video on how to do this is posted. Sorry for the delay! (It might need some time for HD to complete).

  • @shubhamchavan9287
    @shubhamchavan9287 2 ปีที่แล้ว +1

    Hey really loved your video and im currently trying to do the same problem.My problem is that i have excel file of names and numbers and have to rename my file using that data.If you could make a video on it it would be great.

    • @stephencodes
      @stephencodes  2 ปีที่แล้ว

      Yeah that would definitely be possible! Are you able to provide some dummy lines from the excel file and dummy PDFs/names of the PDFs you're trying to rename so I have a clearer picture? By dummy I mean generic data so you you aren't revealing your actual data

    • @shubhamchavan9287
      @shubhamchavan9287 2 ปีที่แล้ว

      @@stephencodes ok i have a data of 2000+ pdfs and i have to break them into single page pdfs and rename them differently using excel sheet data. the pdf name should be in particular order like 2022_(ID)_(name).you could take any name and numbers to show the example.just help me how with a feasible solution where i have to do it 2000 times.

    • @stephencodes
      @stephencodes  2 ปีที่แล้ว +2

      @@shubhamchavan9287 Okay, that makes more sense now, I'll try working on something

    • @stephencodes
      @stephencodes  2 ปีที่แล้ว +1

      New video is up, let me know if it addressed your problem.