ccsgcjdtc 发表于 2019-12-2 16:46

怎么用python-docx插入下一页并设置为横向

求助:怎么用python-docx模块插入下一页并设置为横向,希望第一页是纵向第二页是横向要怎么操作

漁滒 发表于 2019-12-2 17:48

python的操作我不太知道,但是在word里面,需要先插入分节符,下面的页面才能够更改页面方向

dayer 发表于 2019-12-2 19:22

https://python-docx.readthedocs.io/en/latest/search.html?q=Orientation
看看官网API这几块的介绍吧,我没环境测试
页: [1]
查看完整版本: 怎么用python-docx插入下一页并设置为横向