PHP Classes

File: example.php

Recommend this page to a friend!
  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: 14 years ago
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>