-
adi- updated
4 months ago
-
Why does the icon of the generated document not match the chart created using office?
![微信截图_20230927152425](https://github.com/python-openxml/python-docx/assets/122418720/25f743b9-ea8d-4124-a479-da1…
-
### Bug description
When rendering a book in docx, Quarto by default includes the Table of contents (TOC) in the TOC. I think this is unusual and undesired in most book projects and would suggest t…
-
Crossover Grade 3.0/3,0
2. [Python Quiz](https://nope1013.github.io/firstrepo/2022/08/29/quiz.html) in Jupyter Notebooks using Python kernel
3. Productive Blogging
- [Image Gallery with liquid co…
-
I have the following script:
import docx2txt
input_loc = input("Your docx location: ")
output_loc = input("Output location: ")
text = docx2txt.process(input_loc.split('"')[1], output_loc.spl…
-
I find in there http://python-docx.readthedocs.org/en/latest/api/text.html#docx.text.run.Font
the font object has a name attribute, and i want to use a custome font. Where should i put the font's file…
T4erg updated
4 years ago
-
https://python-docx.readthedocs.io/en/latest/user/sections.html
Describe: There is no change for my docx document by input following code. (No Error raised)
env: win10, office2016, python3.5.1
Page d…
-
Hi,
when saving docx with python-docx, the individual files in the zip file have the current date and time as the modification date.
Re-creating the files with the same input data therefore lead…
-
It's been half an hour and I still do not understand how to **simply** read a ".docx" file.
In the **Quickstart** guide you start from explaining how to open an empty document, how to modify it and ch…
-
Is there an easy way to identify section/table in footer?
I have a few docx which seem to be same template with header and footer, but somehow some worked well to use python-docx and extracted info s…