- 博客(3)
- 收藏
- 关注
原创 python通过Acrobat把pdf转换为html
import win32com.client # 创建Acrobat对象 Acrobat = win32com.client.Dispatch("AcroExch.App") # 打开PDF文件 PDFDoc = win32com.client.Dispatch("AcroExch.PDDoc") PDFDoc.Open() # 创建HTML转换器对象 HTMLConverter = win32com.client.Dispatch("AcroExch.PDPermHtm") # 指定输出
2023-08-24 20:04:36
446
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人