Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Gourab Singha  >  PDF to image converter using PHP  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example
Class: PDF to image converter using PHP
Convert PDF documents to images using Ghostscript
Author: By
Last change:
Date: 2009-12-06 09:58
Size: 366 bytes
 

Contents

Class file image Download
<html>
<body>

<form action="upload_file.php" method="post"
enctype="multipart/form-data">
<label for="file">Filename:</label>
<input type="file" name="file" id="file" />
<br>
Page Number : 
<label>
<input name="pagenumber" type="text" id="pagenumber">
</label>
<br />
<input type="submit" name="submit" value="Submit" />
</form>

</body>
</html>