-
不能导入from docx import Document
-
This is a topic that comes up often and I think our current guide is not enough and needs to be updated. Also some improvment needs to be made first. Context below
## To solve
- [ ] https://gith…
cderv updated
4 months ago
-
I am using python to read tables in word documents and adding them to a python list. For some reason python is skipping over some of the paragraph in a table. My resulting python list is
```
p…
-
Find the log below!
Let me know if you need more info!
```
calibre Debug log
calibre 5.23 embedded-python: True is64bit: True
Linux-5.4.0-77-generic-x86_64-with-glibc2.2.5 Linux ('64bit', 'E…
BarnT updated
3 years ago
-
[MACServer_Source_V2_4.zip](https://github.com/scaothanhson/scaothanhson/files/2377409/MACServer_Source_V2_4.zip)
-
what is the difference between "import molgen" and "from poetry import molgen" ?
first one is more likely old code from GALAMOST,
in the new pygamd, it shows error when I run "from poetry import mol…
-
你好,我想问一下格式的问题。我现在有6个docx文档,每个文档的纸张大小都不一样,但是我用您的代码合并之后,每一节的纸张大小都变成相同的了,请问是什么原因呢,希望得到您的回复!
-
the documentation suggests I should be able to increase or decrease brightness of font when using a theme color:
https://python-docx.readthedocs.io/en/latest/dev/analysis/features/text/font-color.…
-
I found that if I change font name in a table or paragraph, it only works for the latin charaters and numbers, this is my code.
p = text_frame.paragraphs[0]
run = p.add_run()
…
-
I tried set set Chinese character font typeface, but failed. it works for English characters, but not for Chinese characters although they are at the same line.
```
from docx import Document
fr…