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
|