WordprocessingDocument -> WordOpenXML?

C

Colbert Zhou [MSFT]

In OpenXML SDK, no! I am not ware of any API to do this. Why not directly
open it using COM API and retrieve the WordOpenXML string? And what is the
objective to do this? Maybe we can workaround by other ways.


Best regards,
Ji Zhou
Microsoft Online Community Support
 
D

David Thielen

This is the one case where we are working on a file and not a document
in Word. We are using this to write/read document snippets to let
people save pieces to then drag/drop in other documents.

We can implement this ourselves, but if it already existed that would
have let us avoid this work.

thanks - dave


In OpenXML SDK, no! I am not ware of any API to do this. Why not directly
open it using COM API and retrieve the WordOpenXML string? And what is the
objective to do this? Maybe we can workaround by other ways.


Best regards,
Ji Zhou
Microsoft Online Community Support


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
D

David Thielen

Hi;

The more I think about it the more I like your idea. Is there any
downside to creating an invisible document, passing it the one format,
getting it in the other format, and then discarding the document?

Is this slow?

Is it better to just create the hidden document the first time I need
it and keep it until I exist, reusing it as needed?

thanks - dave



In OpenXML SDK, no! I am not ware of any API to do this. Why not directly
open it using COM API and retrieve the WordOpenXML string? And what is the
objective to do this? Maybe we can workaround by other ways.


Best regards,
Ji Zhou
Microsoft Online Community Support


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 

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