hyeteck Posted April 27, 2008 Share Posted April 27, 2008 Hi, Is it possible to convert from one file type to another using php? For example, can you convert a doc to a pdf with php? thanks. Link to comment https://forums.phpfreaks.com/topic/103113-convert-file-types/ Share on other sites More sharing options...
GingerRobot Posted April 27, 2008 Share Posted April 27, 2008 Well, you can read a .doc file and write a .pdf file. So in theory, yes, it is possible. Wether or not it would be practical is a different matter. See: http://drewd.com/2007/01/25/reading-from-a-word-document-with-com-in-php And: http://www.php.net/pdf Link to comment https://forums.phpfreaks.com/topic/103113-convert-file-types/#findComment-528199 Share on other sites More sharing options...
hyeteck Posted April 27, 2008 Author Share Posted April 27, 2008 this would only work if you have a windows webserver though. Is there anyway to do it on a Linux machine? thanks Link to comment https://forums.phpfreaks.com/topic/103113-convert-file-types/#findComment-528386 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.