python实现pdf转word
摘要:
``` from pdf2docx import Converter import PySimpleGUI as sg def pdf2word(file_path): file_name = file_path.split('.')[0] doc_file = f'{file_name}.docx 阅读全文
posted @ 2023-08-08 20:33 asw0176 阅读(134) 评论(0) 推荐(0) 编辑