Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/4cecoder/appendocx

focuses on appending text to the content of the DOCX file. Only includes core functionality for reading a DOCX file, appending text, and writing it back to a file.
https://github.com/4cecoder/appendocx

cli docx go microsoft-office microsoft-word-automation

Last synced: about 1 month ago
JSON representation

focuses on appending text to the content of the DOCX file. Only includes core functionality for reading a DOCX file, appending text, and writing it back to a file.

Awesome Lists containing this project

README

        

# appendocx

focuses on appending text to the content of the DOCX file.

contains only the core functionality for reading a DOCX file, and appending text, and writing it back to a file.

### Build Program
```bash
go build -o docx-append main.go
```

### Cli Usage
```bash
./docx-append -i input.docx -o output.docx -t "Text to append"
```