PdfFileReader (pdf_file) pdf_writer = PyPDF2.PdfFileWriter() page = pdf_reader.getPage(0) page.rotateClockwise(90) pdf_writer.addPage(page)
確定! 回上一頁