UNIT6-open / TemplateEngine.Docx

Smart docx template engine for .NET
Other
406 stars 137 forks source link

Ignore errors #41

Closed grierson closed 6 years ago

grierson commented 6 years ago

Code

Is there a way to prevent errors being written into the .docx?

The .docx I'm using doesn't implement all of the Content Control tags that are passed into the document.

grierson commented 6 years ago

doc.SetNoticeAboutErrors(false);