View Single Post
 
Old 06-09-2015, 12:45 AM
Rose roon Rose roon is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Jun 2015
Posts: 28
Rose roon is on a distinguished road
Default

Hi Paul,

Thank you
On a button click event need to save only this data as xml in given location.
first step need to add metadata in word document .
second step save as xml not whole document only the mentioned one.


Name and Address value will take from property got from user form.
Author,date,time,filename(sample.doc),etc from the document

<matadata>
<SystemInfo>Customer Info</SystemInfo>
<NumberOfRecords>2</NumberOfRecords>
<FileTransferHeader>
<ProcessingDate>20150531</ProcessingDate>
<ProcessingTime>205036</ProcessingTime>
<FileName>sample.docx</FileName>
</FileTransferHeader>
<RecordsInfo>
<Name>Rose</Name>
<Address>20150531</Address>
<Author>Admin</Author>
</RecordsInfo>
</matadata>

Thank you for your help.

Regards,
Rose
Reply With Quote