from PyPDF2 import PdfFileMerger import os pdfs = [] path = input('Enter path of directory with PDFs to merge>>>') for file in ...
確定! 回上一頁