JSFiddle - React, Tailwind, and code Playground
by tomasr
HTML
<html>
<body>
<h3>
Conversion example of RichText format document to PDF 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/RichText2Pdf" method="post" enctype="multipart/form-data" >
Please choose Rich Text document(rtf) from your computer <br />
<input name="File" type="file" required>
<input name="ConversionTimeout" type="hidden" value="120" />
<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>