简体   繁体   English

使用php上传文件时创建文档缩略图

[英]create Document thumbnail when you upload the file using php

I need to create a thumbnail for office documents which are uploaded using php. 我需要为使用php上传的办公文档创建缩略图。 I already have a solution. 我已经有解决方案了。 Steps: 1. Upload the file. 步骤:1.上传文件。 2.Run a shell script which will use openoffice to convert into PDF and from PDF using ghostscript and imagemagic create thumbnail for the 1st page. 2.运行一个shell脚本,该脚本将使用openoffice转换为PDF,并使用ghostscript和imagemagic为第一页的缩略图从PDF转换为PDF。

This works but I Wanted to know if there are any other alternative for this task, The development platform is Linux. 这行得通,但我想知道是否还有其他替代方法可用于此任务,开发平台是Linux。

Thanks 谢谢

wvWare ; wvWare ; check out the utilities section. 查看实用程序部分。 This hasn't been maintained in awhile so newer formats may not work. 尚未对此进行维护,因此较新的格式可能无法正常工作。 Alternatively, if you want to grab just the text and not preserve formatting (hence no thumbnail,) use this: catdoc (I know that's not what you're asking for, but I figured I'd include it anyway.) 另外,如果您只想获取文本而不保留格式(因此没有缩略图),请使用: catdoc (我知道这不是您要的内容,但我想无论如何我都会将其包括在内。)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM