Import PyPDF2 and create the output PDF: >>> import PyPDF2 >>> output_pdf = PyPDF2.PdfFileWriter() 2. Read the first file and create a reader: >>> file1 ...
確定! 回上一頁