2014年1月1日

python 将pdf分页后插入至word中

摘要: 所用技术 1. python编程基础 2. 使用pyPdf 3. 使用python操作word 4. 正则表达式的使用 5. windows的bat编程下面是一个pyPdf库使用的示例: from pyPdf import PdfFileWriter, PdfFileReader output = PdfFileWriter() input1 = PdfFileReader(file("document1.pdf", "rb")) # add page 1 from input1 to output document, unchanged output. 阅读全文

posted @ 2014-01-01 22:34 张 勇 阅读(4235) 评论(0) 推荐(1) 编辑

导航