S
Satish Jadhav
Hi,
I have a area where a user uploads a file and I want to save the uploaded
file as .XML document (WordML Format), in back ground programmatically.
As this is possible by opening a file in background and saving a file in
different format.
For e.g.
object o_format = Word.WdSaveFormat.wdFormatXML;
but here we have to say “document_object.Open()â€. The problem is when the
concurent user do the same operation, (Performance Issue).
Is there any way I can save a uploaded doc file in xml format with opening
uploaded file in background ?
Thx,
Satish Jadhav.
I have a area where a user uploads a file and I want to save the uploaded
file as .XML document (WordML Format), in back ground programmatically.
As this is possible by opening a file in background and saving a file in
different format.
For e.g.
object o_format = Word.WdSaveFormat.wdFormatXML;
but here we have to say “document_object.Open()â€. The problem is when the
concurent user do the same operation, (Performance Issue).
Is there any way I can save a uploaded doc file in xml format with opening
uploaded file in background ?
Thx,
Satish Jadhav.