I’m sure I’m missing something but cannot get a json string into a docX file
public static void EmbedJsonFileInDocx(string docxFilePath, string jsonPath, bool useAspose)
{
string json = String.Empty;
…...Add(mypart); OoxmlSaveOptions saveOptions = new OoxmlSaveOptions();...OoxmlSaveOptions(); doc.Save(docxFilePath, saveOptions); } Professionalize.Discourse...