1 from pyPdf import PdfFileWriter, PdfFileReader 2 3 pdf = PdfFileReader(file('original.pdf', 'rb')) 4 out = PdfFileWriter()
確定! 回上一頁