How to rotate PDF files with Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

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

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

    What happens if you run the same code with the file rotated? rotate again or keep the 90 degree rotation

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

    Doesn't the target_file got opened? Should it not be closed aswell?
    Or is the PdfFileReader() different from the Open() as in to not be problematic?

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

    I have many pdf files that I want to rotate with one script how to write code for that? can you help?

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

      Hey Sid, you have to put some work yourself and figure how to code variations, that's the best way to improve. If I'm to write down the solution (Which I cannot do for each and every comment), then what's the point?