How to get `thumbnails document` like google doc?

≡放荡痞女 提交于 2019-12-04 12:56:08
Baba

This has been asked before ... please see Live Thumbnails/Large Image for some examples

It only capture web sites but its the same for every other document types .... all you need to do is convert (doc, docx, pptx, ppt,.....) to pdf or HTML or image ... PDF is easier to work with but some online tools can also convert doc to image directly ..

When you have it pdf you can easy convert it to jpg then create a thumbnails form jpg

See more tools you can use

See

http://www.imagemagick.org/www/formats.html

exec("convert sample.pdf sample.jpeg")

See

http://www.phpclasses.org/package/5846-PHP-Convert-PDF-documents-to-images-using-Ghostscript.html

See

How do I convert a PDF document to a preview image in PHP?

I hope this helps

Thanks

:)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!