Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End microsoft word doc to pdf conversion in PHP

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29277
    vandit
    Member

    Hi all,

    Does anyone know of any tools/libraries to convert microsoft docs (.docx, xlsx, pptx etc) to pdf in PHP? Creating a web application that allows a user to upload these file types and then be able to view them through the website, however the viewer we’re implementing will be a simple pdf online viewer.

    – Regards,
    vandit

    #77446

    One way that I know to make pdf docs from php is TCPDF (http://www.tecnick.com/public/code/cp_d … p_dp=tcpdf). You would first need to convert the word doc to html or just a string.

    #147000
    Anonymous
    Inactive

    Yes ,I found a nice pdf converter which can convert doc to pdf ,you can have a try.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.