Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to check fonts of a word document to upload?

Status
Not open for further replies.

mohaimen

Programmer
Dec 24, 2001
25
0
0
BD
Hi,

I am working in developing a web interface for uploading word documents from client PC to a web server. I want to ensure that the system checks whether the document uses only a set of predefined font before upload. How can I do it with ASP.net?

Regards.

Mohaimen
 
You could use the Microsoft.Word object model (if you have word installed on the web server) to go through the document and check the font of each character. Not sure what it would be like speed-wise though.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top