I am building up a website with php. What I want to do is, when I upload a word document or excel file to my website, I want to display the first page of this uploaded file as a preview (Server will get the file, take its first page as a picture, make it smaller and return.). However I couldn't find any tool or method to be able to display the first page preview.
Thanks.