TRYNT HTML Converter Web Service

The TRYNT HTML Converter Web Service provides free basic format conversion services from HTML to various other file formats. We are currently offering three formats, html clean1, html clean2 and ms doc, future forward we plan to add more file formats.

If you use this free TRYNT API/Web Service you must provide proper attribution to comply with our terms of service.

Request URL

http://www.trynt.com/html-converter-api/v1/

Note that due to the js value being a potentially lengthy string, compression requests should be submitted using the POST protocol rather than the GET protocol.

Request parameters


Parameter Value Description
t string (required) Type of requested conversion:
  • html1 - In-house HTML Cleaner
  • html2 - PEAR HTML_Safe
  • msdoc - MS Word
u string (optional) The url of your HTML file
s string (optional) The body of your HTML
a int (optional) Agressive mode? In some cases this has no function.

* While both the u and s arguments are optional, the HTML Converter API will not function without out at least one of these arguments being passed.


Sample Request (URL: http://www.trynt.com/html-converter-api/v1/):