下面示例代码,是将横向纸张旋转为纵向(根据纸张大小判断纸张方向) from PyPDF2 import PdfFileWriter, PdfFileReader def page_rotation(old_file, ...
確定! 回上一頁