Chris DiPierro
Results
2
issues of
Chris DiPierro
I have a Word doc that I'm adding pictures to following the pattern of: var document = DocX.Load() var img = document.AddImage var para = var picture = image.CreatePicture() para.AppendPicture(picture);...
From what I can tell, this line: channel.waitForInitialization('onEmmAppConfigReady'); Will cause Windows apps never to startup. I realize the plugin doesn't support Windows, and that's fine, but bringing it into a...