user1421803
user1421803

Reputation: 31

OPENXML SDK VS Microsoft Platform Interop Assemblies

I have a requirement where in I need to scan Office documents and remove any metadata found embedded in the file/document. I am new to developing applications on Microsoft Office and found that I could either use the Platform Interop Assemblies or the OPENXML SDK to work with Office docs (word, excel and powerpoint).

However, I couldnt find any source/link which explains the difference between PIA and OPENXML. Could anyone please explain as to when which option needs to be looked at and which one is easy to work with (ie., less effort on learning curve)?

Upvotes: 2

Views: 3344

Answers (1)

Kiru
Kiru

Reputation: 3565

The huge problem with PIA is you will be dealing with COM interops unmanaged environment. Here are the differences

Upvotes: 1

Related Questions