Answer the question
In order to leave comments, you need to log in
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
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
There is a ready-made template for a Word file with a table with a large number of fieldsMost 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 questionAsk a Question
731 491 924 answers to any question