When entering text in a Word (2007 / 2003) document, and entering a Unicode Zero Width Non-Joiner / ZWNJ (0x200C) or a Zero Width Joiner / ZWJ (0x200D) followed by a space, the space disappears when saving the document to RTF, and the re-opening it in Word.
I am currently working at some e-government project and my task is to write a plugin in C# that can export a document as PDF. The problem is that my boss wants PDF/A. Currently I am using SaveAs(...) method to export an document as a PDF. What should I pass to this method or what ...