For this purpose, we can use PyPDF2. In the following code, we resize the file pdffile.pdf to “resizedpdffile.pdf”. import PyPDF2 pdf_file = " ...
確定! 回上一頁