Saving PowerPoint as html using reflection in C#

U

Umesh

Hi,

This is the scenario:
1. I have a dll, a.dll which saves PowerPoint slides as html.
2. I use
presentation.PublishObjects[1].Application.DefaultWebOptions.Encoding =
Microsoft.Office.Core.MsoEncoding.msoEncodingUTF8; for every slide to
specify the encoding.
3. When i refer this a.dll in a exe, test.exe statically, i get the files
and chacater encoding correct.
4. But when i use reflection to load a.dll into test.exe at run time, the
conversion misses some characters for example è, à, ï.
5. I have verified it on office XP, 2003. The line where i set encoding is
being executed. Same a.dll is being called in both cases but with different
results.

Can anyone help me identify the reasons for this?

Thank you all in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top