A
Andi Setiawan
Dear everyone...
I need your suggestion or hint how to accomplish my problem below.
Just give me a rough explanation in such away that I can go to the correct
path.
My problem is:
There are many (more than ten thousands) Microsoft Word *.doc files.
Each contains 30 mathematics problems numbered using numbering bullet. There
is no bookmark.
Each problem might contain OLE objects, pictures, and mathematics equations.
What I want to do is to separate each problem (no matter in which files it
is) into a specified folder.
More precisely,
A problem 1 from F1.doc is extracted to create a new document file G1.doc
and is saved in a folder Folder1.
A problem 1 from F2.doc is extracted to create a new document file G2.doc
and is saved in a folder Folder1.
………………………………..
………………………………..
………………………………..
………………………………..
A problem 2 from F1.doc is extracted to create a new document file G1.doc
and is saved in a folder Folder2.
A problem 2 from F2.doc is extracted to create a new document file G2.doc
and is saved in a folder Folder2.
………………………………..
………………………………..
………………………………..
………………………………..
A problem 30 from F1.doc is extracted to create a new document file G1.doc
and is saved in a folder Folder30.
A problem 30 from F2.doc is extracted to create a new document file G2.doc
and is saved in a folder Folder30.
………………………………..
………………………………..
………………………………..
………………………………..
I know C#, Regex, and XML.
I also have installed Office 2003 and Visual C# Express Edition.
Thank you in advance….
Best regards,
Andi Setiawan
I need your suggestion or hint how to accomplish my problem below.
Just give me a rough explanation in such away that I can go to the correct
path.
My problem is:
There are many (more than ten thousands) Microsoft Word *.doc files.
Each contains 30 mathematics problems numbered using numbering bullet. There
is no bookmark.
Each problem might contain OLE objects, pictures, and mathematics equations.
What I want to do is to separate each problem (no matter in which files it
is) into a specified folder.
More precisely,
A problem 1 from F1.doc is extracted to create a new document file G1.doc
and is saved in a folder Folder1.
A problem 1 from F2.doc is extracted to create a new document file G2.doc
and is saved in a folder Folder1.
………………………………..
………………………………..
………………………………..
………………………………..
A problem 2 from F1.doc is extracted to create a new document file G1.doc
and is saved in a folder Folder2.
A problem 2 from F2.doc is extracted to create a new document file G2.doc
and is saved in a folder Folder2.
………………………………..
………………………………..
………………………………..
………………………………..
A problem 30 from F1.doc is extracted to create a new document file G1.doc
and is saved in a folder Folder30.
A problem 30 from F2.doc is extracted to create a new document file G2.doc
and is saved in a folder Folder30.
………………………………..
………………………………..
………………………………..
………………………………..
I know C#, Regex, and XML.
I also have installed Office 2003 and Visual C# Express Edition.
Thank you in advance….
Best regards,
Andi Setiawan