I want to convert Latex file into docx file using Pandoc. It is possible using command prompt but I want to do same thing using NuGet package "Pandoc.Windows". I have already added it in code but while writing "using Pandoc.Windows", system is showing error as "undefined keyword Pandoc"
I am writing code in c# and it's .Net core console application. Please let me know if I am missing anything..