How to work COM obj in LINUX ,for taking the word count ?

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
shameermp
Forum Newbie
Posts: 2
Joined: Tue Dec 21, 2004 2:25 am

How to work COM obj in LINUX ,for taking the word count ?

Post by shameermp »

hello everybody
I am a linux lover
My server is debian Linux (Kernal 2) but the client systems are windows.
i am using php4 for web scripting and have samba share for wondows clients ,there we are using the .net framework.
By using .net we are calculating the 'word line count' for the client users.

My aim is to avoid the .net and use only the php(or GNU) to calculate the 'Line Count'of Word.
But i can't create the COM obj in Linux . But in windows i have created COM & opend the WORD .

How to solve this problem. Is any other tool in GNU to calculate the word count from client system(windows mechin)...

Please help me to solve the problem.I am waiting for your replay.

Thanks in advance
shameer
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Post by anjanesh »

Counting words on the client side ?
Javascript ?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

anjanesh wrote:Counting words on the client side ?
Javascript ?
That's not going to work for Microsoft Word documents ;-)
Post Reply