Re: PPTs and thumbnails
From: Al (php.newsgroups_at_allysays.com)
Date: 10/31/03
- Next message: Al: "Re: PPTs and thumbnails"
- Previous message: Mike Migurski: "Re: [PHP] Object References Problem"
- In reply to: Vijaya_manda: "PPTs and thumbnails"
- Next in thread: Al: "Re: PPTs and thumbnails"
- Reply: Al: "Re: PPTs and thumbnails"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: php-general@lists.php.net Date: Fri, 31 Oct 2003 14:04:14 +1100
"Vijaya_manda" <Vijaya_Manda@satyam.com> wrote:
> Is it possible to retrieve the first slide from a presentation and display
> it as a thumbnail on my site. Users will upload ppt's which should be
> displayed in form of thumbnails on my site. On clicking a particular
> thumbnail the presentation (.ppt or .pps) file should be displayed.
In short: not with PHP. You're going to need a program that can read and
render PHP files, and save them as a static image (i.e. gif, jpg, etc).
You can run this program (if you find one) using PHP, and then use PHP to
resize and manipulate the output image, but PHP cannot natively manipulate
PPT files, nor are there any PEAR packages for that purpose.
Good luck,
Al
- Next message: Al: "Re: PPTs and thumbnails"
- Previous message: Mike Migurski: "Re: [PHP] Object References Problem"
- In reply to: Vijaya_manda: "PPTs and thumbnails"
- Next in thread: Al: "Re: PPTs and thumbnails"
- Reply: Al: "Re: PPTs and thumbnails"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|