L
L
labotsky962021-08-12 10:18:19
C++ / C#
labotsky96, 2021-08-12 10:18:19

How to edit word file in c#?

Good afternoon. There is a program in C# for conducting a survey. It is necessary to push the result of the survey into a word or pdf file. There is a ready-made template for a Word file with a table with a large number of fields. Here in this table you need to insert the data from the questionnaire.
Tell me what libraries are there to solve this problem. At the output, it is desirable to receive a PDF file with a table

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Bannikov, 2021-08-12
@labotsky96

For example, you can fill the template with data using this thing:
https://github.com/UNIT6-open/TemplateEngine.Docx
And convert to pdf using pandoc

C
calculator212, 2021-08-12
@calculator212

There is a ready-made template for a Word file with a table with a large number of fields
Most likely, you will have to generate such a document (and not edit it) and insert values ​​there as you go. I don't know about pandoc, but I used this one

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question