Example #1
0
def pdf_watermark():
    pdf = Pdf(title='PDF 文档加水印', mode='watermark')
    pdf.construct_gui()
Example #2
0
def pdf_merge():
    pdf = Pdf(title='PDF 文档合并', mode='merge')
    pdf.construct_gui()
Example #3
0
def pdf_encrypt():
    pdf = Pdf(title='PDF 文档加密', mode='encrypt')
    pdf.construct_gui()
Example #4
0
def pdf_split():
    pdf = Pdf(title='PDF 文档分割', mode='split')
    pdf.construct_gui()