pdf to word
<html>
<head>
<title>PDF to Word Converter</title>
</head>
<body>
<h1>PDF to Word Converter</h1>
<p>Convert your PDF files to Word documents with this simple online tool.</p>
<!-- Form for uploading a PDF file -->
<form action="convert.php" method="post" enctype="multipart/form-data">
<label for="file">Select a PDF file to convert:</label><br>
<input type="file" name="file" id="file"><br>
<input type="submit" value="Convert">
</form>
</body>
</html>