https://github.com/linx64/insert-texts-from-c-to-docx-file-word-programmatically
How to: Programmatically Insert Text into Word Documents
https://github.com/linx64/insert-texts-from-c-to-docx-file-word-programmatically
Last synced: over 1 year ago
JSON representation
How to: Programmatically Insert Text into Word Documents
- Host: GitHub
- URL: https://github.com/linx64/insert-texts-from-c-to-docx-file-word-programmatically
- Owner: LinX64
- Created: 2016-09-22T08:11:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T08:50:42.000Z (over 9 years ago)
- Last Synced: 2025-01-21T15:23:35.181Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Insert-texts-from-C-to-Docx-file-Word-Programmatically
An example for : *How to Programmatically Insert Text into Word Documents*
The real source is here : http://dtkit.com/how-to-programmatically-insert-text-into-word-documents/projofficewords/
Which it had some problems and i've fixed it.
Now, In this version, After clicking on the Output `Button`, you will see the output and the docx file after that.
- Added the docx file on the project and i've set the `Copy always` for making changes on VS 2015