import PyPDF2 template = PyPDF2.PdfFileReader(open('super.pdf', 'rb')) watermark = PyPDF2.PdfFileReader(open('wtr.pdf', 'rb')) output ...
確定! 回上一頁