-
Trying to run all tests... No "installation test kit found", but easy to imagine some.
## basic transform, docx
Using `ls tests/*.docx` and executing `python bin/meTypeset.py docx tests/NAME.d…
-
### Bug description
When rendering a qmd with a gt table and a **table label**, docx output is faulty, word send a message that there is a problem, and the table appears strangely formated in the doc…
-
Downloaded python-docx-0.8.10.tar
python setup.py install
strace -f of the install shows
```
stat("build/lib/docx/templates/default-footer.xml", {st_mode=S_IFREG|0644, st_size=1395, ...}) = 0
…
-
https://zhaoolee.github.io/GBlog/2019/07/02/article-2019-07-02-10-09-11/
这两天写毕业论文, 发现了一个可以将markdown快速转为word格式的小工具pandoc, 非常好用, 比如我有一个名为毕业论文.md的文件, 我只需在命令行运行 1pandoc 毕业论文.md -o 毕业论文.docx 即可根据md文件生…
-
I am using the latest version of Docx to DMU, `GeMS_DocxToDMU.py, version of 5/8/24`. The tool works in Pro 3.2.x, but fails in 3.3. I get the following message:
```
File "C:\ArcGIS\0_ToolBoxes\g…
-
### Describe your problem
Traceback (most recent call last):
File "/ragflow/rag/svr/task_executor.py", line 177, in build
cks = chunker.chunk(row["name"], binary=binary, from_page=row["from_p…
-
# python小工具:从数据库自动导出表结构到docx(数据库验收文档)
# 需求场景和功能说明
项目验收需要提交《数据库验收文档》, 需要把数据库表结构信息写到word文档中,比较懒,不想手工一个个写;于是顺手用python写了个小工具,源代码参考[read_db_write_docx](https://github.com/perfectstorm88/read_db_write_d…
-
### Bug description
I've [created a repo](https://github.com/rmflight/gt_quarto_table_weirdness) that documents the issues encountered in trying to create cross-referenced tables in a qmd document ou…
-
```
from docx.api import Document
import pandas as pd
from docx.shared import Pt
texts = []
sizes = []
document = Document('new.docx')
for p in document.paragraphs:
for run in p.runs:
…
-
Hello I'm in the process of fine-tuning a Large Language Model (LLM) for an NGO and I need to construct an instruction dataset from .pdf and .docx documents containing information in text.
The obje…