Replacing Special Chars in Word Document

Hello,

I have Word documents (.doc), which have some Not-Signs in the text. In Word these characters won’t be shown, but after i save them as PDF there will be a square symbol for these chars.

http://www.marathon-studios.com/unicode/U00AC/Not_Sign

My question now is: is it possible to remove these characters?

I’ve tried it with

doc.Range.Replace("¬", "", false, false);

but the replacement seems not to work.

Thanks in advance.

Hi Stefan,

Thanks for your inquiry. Could you please attach your input Word document and character/sign which you want to replace here for our reference? We will then provide you more information on this along with code.