import PyPDF2 # 打开PDF文件with open('input.pdf', 'rb') as file: # 创建PyPDF2对象pdf = PyPDF2.PdfFileReader(file) # 创建水印对象watermark = PyPDF2.
確定! 回上一頁