News Feed
Jobs Feed
Sections




News Archive
Philip Norton's Blog:
Creating A Thumbnail Of A Word Document With PHP And LiveDocx
September 26, 2011 @ 08:50:42

In a new post to his blog Philip Norton shares a method for creating a thumbnail of a Word document with the help of PHP and LiveDocx (in this case, the component inside the Zend Framework).

Creating Word document icons is very simple thanks to a service called LiveDocx. LiveDocx was created as a web service to allow the easy creation of most document formats from a simple template. However, it is possible to send a normal Word document as the template file and get an image of the file in return.

You'll need a LiveDocx account to be able to use the service - there's a free option of their service that uses a shared server. Included in the post is a sample script that defines a LiveDocx connection, pulls in a local Word document for parsing and calls a "getBitmaps" method on the service to return the raw image data. This is pushed into an image (using GD) as a PNG.

0 comments voice your opinion now!
word document livedocx zendframework webservice image thumbnail


blog comments powered by Disqus

Similar Posts

Community News: KenRadio.com Site Hacked (uses PHP-Nuke)

Matthew Turland's Blog: Scaling Zend_Form

Cory Borrow's Blog: Creating thumbs from textfiles with PHP and GD

Robert Basic's Blog: Helping out with Zend Framework 2

Rob Allen's Blog: ID!=id (Zend Framework Tutorial Updates)


Community Events











Don't see your event here?
Let us know!


tool conference functional phpunit application framework example code interview series development release language unittest zendframework2 testing opinion podcast introduction community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework