|
-
Nov 2nd, 2006, 04:16 PM
#1
Thread Starter
Addicted Member
[1.0/1.1] How to get formatting of MS Word document?
Is it possible, to read MS Word document from .NET and get documents’ formatting, e.g. fonts used, font styles, font sizes, etc.?
-
Nov 2nd, 2006, 05:39 PM
#2
Re: [1.0/1.1] How to get formatting of MS Word document?
YEs it is.... add a reference to the Word object model (Add Reference -> COM Objects -> Search for the Microsoft Word object.)
Then use simple automation to open the Word document. Loop through each paragraph in the document, and extract the formating information you need.
-tg
-
Nov 2nd, 2006, 06:31 PM
#3
Re: [1.0/1.1] How to get formatting of MS Word document?
Lot's of information on Office Automation here.
-
Nov 3rd, 2006, 12:22 AM
#4
Thread Starter
Addicted Member
Re: [1.0/1.1] How to get formatting of MS Word document?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|