Skip to content

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.

License

Notifications You must be signed in to change notification settings

4cecoder/appendocx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

go build -o docx-append main.go

Cli Usage

./docx-append -i input.docx -o output.docx -t "Text to append"

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages