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;
…...cannot get a json string into a docX file public static void Emb...string json = String.Empty; var doc = new Document(docxFilePath);...