Resizing pages of a PDF using Python · import PyPDF2 · myPDF = "my_file.pdf" · myPDF = PyPDF2.PdfFileReader(myPDF) · my_page = myPDF.getPage(0) · # Resizing the ...
確定! 回上一頁