pdfConverter.html 520 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta content="text/html; charset=utf-8"
  5. http-equiv="content-type">
  6. <title>PDF轉檔工具</title>
  7. </head>
  8. <body>
  9. <h1>PDF轉檔工具</h1>
  10. <form action="pdfConverter.php"
  11. enctype="multipart/form-data"
  12. method="post">
  13. 選擇Office文件或PPT: <input accept=".docx,.doc,.pptx,.ppt"
  14. id="my_file"
  15. name="my_file"
  16. type="file"> <input name="submit"
  17. type="submit"
  18. value="上傳文件">
  19. </form>
  20. </body>
  21. </html>