第13章 從多個PDF中合併選擇的頁面

import os,PyPDF2 path = "E:\\04.AutomationProject\\PracticePython\\" pdfWriter = PyPDF2.PdfFileWriter() for currentFolder,subFoders,fileNames in os.walk(path): for fileName in fileNames: i
相關文章
相關標籤/搜索