- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
3 Posted Topics
Following code might help you in converting from PDF to JPG/TIF/GIF. Further description of following code is available [URL="http://sourcecodemania.com/2011/08/05/converting-multipage-tiff-file-to-jpggif-in-php/"]here[/URL] [CODE]<?php try { // Saving every page of a TIFF separately as a JPG thumbnail $images = new Imagick("testing.tif"); foreach($images as $i=>$image) { // Providing 0 forces thumbnail Image to maintain …
Hi, Can anyone tell me how to convert text to speech in PHP? There are some tools like festival and flite etc that can be used for converting text to speech. But i don't have much expertise in PHP.
Following is the code that the [URL="http://www.sourcecodemania.com"]author at this website[/URL] claims that it runs on every browser. (99%) [CODE] <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="40" height="40" id="audio1" align="middle"> <embed src="wavplayer.swf?h=1&w=1" bgcolor="#ffffff" width="40" height="40" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> <script> function getPlayer(pid) { var obj = document.getElementById(pid); if (obj.doPlay) return obj; for(i=0; i<obj.childNodes.length; i++) …
The End.
falakniazi