JSFiddle - React, Tailwind, and code Playground

by tomasr

HTML

<html>
<body>
    <h3>
        Conversion example of extracting PowerPoint slodes from PDF file using Rest API <a href="http://www.convertapi.com" target="_blanks">http://www.convertapi.com</a><br> The converted PDF document is returned as HTTP response stream.</h3>    
    <br/>
   <form  action="http://do.convertapi.com/Pdf2PowerPoint" method="post" enctype="multipart/form-data" > 
       Please choose Pdf file from your computer  <br />
    <input name="File" type="file" required>
    <input name="ConversionTimeout" type="hidden" value="120" />   
       <br /><br />
       Output format

         <br /><br />
    <input name="ApiKey" type="text" /><a href="http://www.convertapi.com/prices" target="_blanks">Api
        Key(leave empty if you don't have one)</a>
    <br />
    <button id="btnConvert" type="submit">Convert</button>
    </form>
</body>
</html>