We already developed Excel add-in using officejs with RESTful api with Batching in custom Functions. And we wanted to achieve same in Word add-in hence kindly s
Code I use: string fullPath = null; DateTime creationDate = new DateTime(); string creatorName = null; foreach (var arg in args) { if (arg.Contains("--path"
I am using Aspose library. Since Aspose doesn't support Document formatting track changes is there any way to achieve this? I need to use Aspose but need to ach
I'm getting error like "Command Failed" on Microsoft.Office.Interop.Word Open Document method(on word.Documents.Open code line) when sending much more parameter
I have a script I run and this is a sample output: OK J: \\har-fs01\dept OK K: \\erl-tbafs01.tbamerica.com\share OK
What's the best way to slice the last word from a block of text? I can think of Split it to a list (by spaces) and removing the last item, then reconcatenat