word file to pdf

Discussion in 'PHP' started by aadi92s, Apr 7, 2010.

  1. #1
    hi,
    i want a function,

    upload word doc file and convert to pdf
    please help my .......
     
    aadi92s, Apr 7, 2010 IP
  2. Sergey Popov

    Sergey Popov Peon

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I am not aware of MS Word-to-PDF solution for server side, but there are several tools to turn HTML to PDF.
    For example this: http://www.digitaljunkies.ca/dompdf/

    Try to digg in this direction.
    In the word you can save your doc files as html, then use dompdf on server side to convert uploaded html to pdf.
     
    Last edited: Apr 9, 2010
    Sergey Popov, Apr 9, 2010 IP
  3. lukeg32

    lukeg32 Peon

    Messages:
    645
    Likes Received:
    19
    Best Answers:
    1
    Trophy Points:
    0
    #3
    LiveDocx will let you convert doc to PDF. You will need to zend framework installed to use it.
     
    lukeg32, Apr 9, 2010 IP