python-office icon indicating copy to clipboard operation
python-office copied to clipboard

多个word文件合并后显示错位

Open wmx1217 opened this issue 1 year ago • 0 comments

合并的word: 1.docx 2.docx

代码如下:

import poword

poword.merge4docx(input_path='D:\\test\\input', output_path='D:\\test\\output', new_word_name="111.docx")

合并后word: 111.docx

wmx1217 avatar Aug 07 '24 11:08 wmx1217