catte Posted January 24, 2007 Share Posted January 24, 2007 Hi everybody! ;DRight now I am doing a website which could read a .doc file and convert that to pdf file. I just started, so...I did some google search but cant find any good solutions. The PHP inherent pdf library or other things as FPDF can only create or modify pdf files but not for convertion (expecially not for a windows word file conversion)... Is there any idea on how to do that? Besides, I am pretty new in the PHP field, but I have some programming expericen before(mostly C or Cplus). Is there any good tutorials or stuff you guys recommend?Thanks in advance! ::) Link to comment https://forums.phpfreaks.com/topic/35507-convert-word-doc-to-pdf-with-php~/ Share on other sites More sharing options...
trq Posted January 24, 2007 Share Posted January 24, 2007 Its going to be pretty ugly, but if your on a windows server you can read the .doc file into a string (via COM), then create a new PDF using that string. Link to comment https://forums.phpfreaks.com/topic/35507-convert-word-doc-to-pdf-with-php~/#findComment-168022 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.