Does anyone know, how to replace tags in a google doc with .net code.
Hello << name >>
This is << my_name >>.
and replace << name >> and << my_name >> with C#.
Is there any other way to this. I know that I can use interops and office dlls for this, but then I need to have office installed on my server which is not a possibility
Thanks,