-
Hi everybody,
I am trying to insert some MathML code into a *.docx document. To do so, I do the following:
```
#!/bin/env python
# -*- coding: utf8 -*-
from docx import Document
doc = Document('t…
-
### Bug description
This is my minimal reproducible code. My question is whether there is a conflict between --output-dir and --output.
If my current path is /quarto_test, running the command
…
-
文档解析模块可否优化下功能,能够支持doc、xls
-
### Objective
Developing a versatile Python script that serves as a universal file converter, capable of converting various file formats to different formats. This tool will provide users a seamles…
-
python-docx throw error while processing image size more than 10MB
-
consider adding support for linux via libreoffice https://michalzalecki.com/converting-docx-to-pdf-using-python/
-
### Bug description
In version 4.0.2 of Superset, an issue has been identified with the drill down functionality in dashboards. As the data is drilled down into deeper levels, the drill down feature …
-
Hi
I want to insert a chart with X and Y data in word document in python . How I can do it?
-
Trying to run the sample code `https://python-docx.readthedocs.org/en/latest/`:
```
from docx import Document
from docx.shared import Inches
document = Document()
document.add_heading('Document Tit…
-
## Describe the bug
A clear and concise description of what the bug is.
It seems like [python-docx](https://github.com/python-openxml/python-docx/releases/tag/v1.1.1) has released an new version:
…