ehsan vas
ehsan vas

Reputation: 11

manipulation docx for windows phone 7

I want to manipulate docx files in wp7,c#. In windows I always use : http://docx.codeplex.com/ but it can't be added as a reference to a wp7 project.
Is there any control or alternative dll? Or is there any simple documentation about making doxc file? I read msdn documentation and I just got confused!

Upvotes: 1

Views: 396

Answers (2)

WP7
WP7

Reputation: 1

Independentsoft has set of Office APIs compiled as Portable Class Library. It works on Silverlight, Windows Phone 7/8 and .NET Windows Store Apps.

Upvotes: 0

ColinE
ColinE

Reputation: 70142

As far as I know there isn't a library for editing docx files for WP7 / Silverlight. However, the DocX library you link to is only dependant on the ./NET 4.0 framework. As DocX is most likely composed of non-UI code, there is a good chance that if you place the code into a WP7 Silverlight class library, you will be able to compile it.

Upvotes: 1

Related Questions