-
Hi,
I'm looking for a way to programmatically embed one or multiple files (text files) into a docx. Is this possible with python-docx?
Thanks,
-
This was originally reported by @hxiedwr in #163.
Opening DSS files/catalogs in DSS perspective is very slow.
@hxiedwr added:
> For "(3) Opening dss files/catalogs in DSS perspective is very …
-
I'm currently trying to create a method of parsing .pdf, .docx, and other files containing questions and converting it to a format that can imported to an online learning platform. I'm having a proble…
-
Refer to [sprint instructions](https://github.com/orgs/NCATComp410/teams/comp410summer2022class/discussions/12)
-
Refer to [sprint instructions](https://github.com/orgs/NCATComp410/teams/comp410summer2022class/discussions/12)
-
Refer to [sprint instructions](https://github.com/orgs/NCATComp410/teams/comp410summer2022class/discussions/12)
-
A convenience wrapper for converting non-redoc files will probably be useful. It can go beyond `pandoc_convert()` and do some things like setting up the YAML headers.
One possibility is that `un…
-
```
What steps will reproduce the problem?
1. Press 'Learn Topics' with file testdata_news_fuel_845docs.txt
2. standard options
3.
What is the expected output? What do you see instead?
The OutputHTML…
-
I am new to python and I am having issues witth add_picture
my code is simple
from docx import Document
from docx.shared import Inches
document = Document()
document.add_heading('Document Title', 0)…
-
# Develop Lesson Plan Generator Tool
## Description
As an **educator**, I want to generate detailed lesson plans tailored to a specific grade level and topic so that I can effectively deliver st…