zohab Posted November 13, 2006 Share Posted November 13, 2006 HiI want to convert .doc file into .pdf file.How we can implement this using php?I need help?Thanks in advance.Best regardszohab. Link to comment https://forums.phpfreaks.com/topic/27110-doc-to-pdf-using-php/ Share on other sites More sharing options...
fert Posted November 13, 2006 Share Posted November 13, 2006 I doubt there's any way to do this with php, because .doc files and .pdf files are encoded in very different ways. Link to comment https://forums.phpfreaks.com/topic/27110-doc-to-pdf-using-php/#findComment-123979 Share on other sites More sharing options...
Zane Posted November 13, 2006 Share Posted November 13, 2006 your best bet, if you're running Linuxis to download/uploadan encoder that works from a shell commandand then execute that command from PHPusing exec() or shell_exec() Link to comment https://forums.phpfreaks.com/topic/27110-doc-to-pdf-using-php/#findComment-123992 Share on other sites More sharing options...
zohab Posted November 15, 2006 Author Share Posted November 15, 2006 Thanks for response 8)Can i get simple example.So that it is clear.Best regardszohab. Link to comment https://forums.phpfreaks.com/topic/27110-doc-to-pdf-using-php/#findComment-124876 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.