コード例 #1
0
ファイル: main.py プロジェクト: MTleen/202005-tf_idf
def pdf_watermark():
    pdf = Pdf(title='PDF 文档加水印', mode='watermark')
    pdf.construct_gui()
コード例 #2
0
ファイル: main.py プロジェクト: MTleen/202005-tf_idf
def pdf_merge():
    pdf = Pdf(title='PDF 文档合并', mode='merge')
    pdf.construct_gui()
コード例 #3
0
ファイル: main.py プロジェクト: MTleen/202005-tf_idf
def pdf_encrypt():
    pdf = Pdf(title='PDF 文档加密', mode='encrypt')
    pdf.construct_gui()
コード例 #4
0
ファイル: main.py プロジェクト: MTleen/202005-tf_idf
def pdf_split():
    pdf = Pdf(title='PDF 文档分割', mode='split')
    pdf.construct_gui()