harishpathak Posted October 23, 2013 Share Posted October 23, 2013 Hi All,Can anybody please tell me, how to open .psd( Photoshop Document ) file in a popup window in php, not in Photoshop software. I want .psd ( Photoshop Document ) file should be open in a popup window , not in Photoshop software. I have a link of .psd file in php that would be open in a popup window. And also, no dialog box should be open while opening .psd file in a popup window.Same case with opening .doc ( ms-word ) file in a popup window.Please reply soon.Very Urgent........................ThanksHarish Pathak Quote Link to comment Share on other sites More sharing options...
Ch0cu3r Posted October 23, 2013 Share Posted October 23, 2013 (edited) You can convert a psd to an image using classPhpPsdReader.php as shown here http://www.catswhocode.com/blog/php-display-adobe-psd-files-on-a-web-page and then display the psd as an image. For displaying contents of a word document you can use http://www.phpdocx.com/ to easily read contents of word documents and convert them to html, to preserve the formatting. However you may need to purchase a license for this. Edited October 23, 2013 by Ch0cu3r Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.