1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Count number of pages and words from MS Word file using PHP

Discussion in 'PHP' started by computerzworld, Dec 30, 2010.

  1. #1
    Hello,
    I am having one doc file and I want to count its words & number of pages using PHP. Is there any way using PHP to accomplish this? I tried to search the stuff on google & I found the solution but it was in COM which requires windows server & my server is linux. So how can I do this? Please help me if anyone has solved such issue. Thanks in advance.
     
    computerzworld, Dec 30, 2010 IP
  2. drctaccess

    drctaccess Peon

    Messages:
    62
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    0
    #2
    drctaccess, Dec 30, 2010 IP
  3. amrox

    amrox Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Not sure if there's a PHP function for counting words, but as its Linux, its really simple. Use doc2txt to convert to a text file, then us wc to count words.
    You can use php's exec function to execute system commands.

    You haven;t mentioned which Linux distribution you are using, so can't really describe how to install doc2txt, but if you google for it, you can find the package with install instructions for all major distros.
     
    amrox, Dec 30, 2010 IP
  4. danx10

    danx10 Peon

    Messages:
    1,179
    Likes Received:
    44
    Best Answers:
    2
    Trophy Points:
    0
    #4
    danx10, Dec 31, 2010 IP