from pikepdf import Pdf pdf1 = Pdf.open('Python連結Arduino.pdf') pdf2 = Pdf.open('頭頸癌食譜.pdf') pdf1.pages.extend(pdf2.pages) # 插入所有內容 ...
確定! 回上一頁