CoolUtils Logo
German  Spanish  Russian
Are you happy with CoolUtils products? Tell your friends and co-workers about them!

If you have a site in the web feel free to put our text link below from your site.

<A HRef= "http://www.CoolUtils.com"> Advanced Software by CoolUtils.com</A> Audio, image, html and pdf converters, directory print utilities, file rename utilities and much more.

Total HTML Converter X

Convert HTML to PDF, DOC, TXT, TIFF, JPEG on web-servers. No GUI.

Buy Total HTML Converter X NOW!
(only $150.00)

FREE DOWNLOAD Total HTML Converter X
Total HTML ConverterX (SDK) is the right HTML converter to be setup on web-servers, used from service, launched within other programs from the command line.

This reliable converter converts HTML to DOC, XLS, PDF, TIFF, JPG, RTF, TXTW, or Text files on a web-server, where the regular Total HTML Converter won’t run. Total HTML Converter X (SDK) includes command line converter and ActiveX.

With Total HTML ConverterX (SDK), you can convert HTML files in batch if you deal with large groups of files. Designed for web-servers Total HTML Converter X has no GUI, only command line and works fully automatically. Active X to build your custom applications is also available. Use Total HTML ConverterX (SDK) to convert your HTML files quickly and easily. Besides it can convert html strings as well as html files.

Total HTML ConverterX (SDK) may add headers and footers to the output files (page count, date, document title, etc.). Besides, it may apply watermarks on all or selected pages. Fit to page option is great when you don't know what paper orientation (landscape or portrait) you need. The program will select it automatically.

Try it for free (30 days trial period, no limitations) and find out that it is really worth its money.

P.S. Take a look at Total Folder Monitor. It will watch any folder and run Total HTML Converter in case a new HTML file arrives. Find more details here.

 

Need HTML conversion feature in your app?

Get a royalty-free license. It allows you implementing Total HTML ConverterX into your software and redistribute it. You customers are unaware of our converter inside your app - no additional registartion is required.

RFL is licensed per project (no matter how many developers are involved).

Apply via contact form.

Example ASP:

dim C
Set C=CreateObject("HTMLConverter.HTMLConverterX")
C.Convert "c:\source.HTML", "c:\dest.JPG", "-cJPG -log c:\html.log"
C.Convert "http://www.coolutils.com/", "c:\URL Page.PDF", "-cPDF -log c:\html.log"
set C = nothing
Example2 ASP: directly stream the resulting PDF
dim C
Set C=CreateObject("HTMLConverter.HTMLConverterX")
Response.Clear
Response.AddHeader "Content-Type", "binary/octet-stream"
Rresponse.AddHeader "Content-Disposition", "attachment; filename=test.pdf"
Response.BinaryWrite c.ConvertToStream("C:\www\ASP\Source.html", "C:\www\ASP", "-cpdf  -log c:\html.log")
set C = nothing
Example PHP:
$src="C:\test.htm";
$dest="C:\test.pdf";
if (file_exists($dest)) unlink($dest);
$c= new COM("HTMLConverter.HTMLConverterX");
$c->convert($src,$dest, "-c pdf  -log c:\html.log");
if (file_exists($dest)) echo "OK"; else echo "fail:".$c->ErrorMessage;

Some more samples in C# specifically for ASP.net. If you need examples on other languages please contact us. We will create any example specially for you.

If you use ActiveX on a web-server, please, remember to register it in your web-server account.

Important! Total HTML Converter supports generally accepted standards of HTML. That works for Internet Explorer, Mozilla and Firefox.

Note that ActiveX is 32-bit only. If you are trying to use activeX under 64-bit internet information server (IIS) activeX will not work. Use command line version instead.

 
Customization Total HTML ConverterX tailored to YOUR needs.
  • If you have a special requirement
  • If you want additional options

    Contact us. We will gladly enhance our HTML converter so that it fit your needs perfectly. Customization is often free to our customers.

    Success stories.

  • Licensing
    Total HTML ConverterX costs $150.00 for Windows NT Terminal Server (less than 10 users) and Windows servers. If you will use Total HTML ConverterX on a Windows NT Terminal Server with more than 10 users please contact us to obtain the appropriate license.

    Supported formats:
    HTML to DOC, XLS, PDF, JPG, RTF, or Text.

    Useful articles

    How To Call HTML ConverterX ActiveX from ColdFusion on Windows
    How to register Total HTML ConverterX on web-servers
    Buy Total HTML Converter X NOW!
        FREE DOWNLOAD Total HTML Converter X
    (only $150.00)
    Updated Thu, 05 Aug 2010
     

    What are users saying

    "We use TotalHTMLConverter in one of our medical software products to generate PDF reports. Our software produces HTML output which is then being converted by means of this tool. We have chosen TotalHTMLConverter by CoolUtils because of ease of use and integration in our product. There are no special installation routines, no registry changes involved- Only two files need to be included in our software distribution package. The security mechanism is easy but efficient, and interfacing to the software is easy and straight forward. Also, we found the pricing quite favorable- most testing was done with the trial version, and the royalty-free distributable was easy to order. Our technical questions during the integration process have always been answered quickly and fully satisfactory. The tech support has been wide above what we are used to and we can fully recommend not only this product but also the company."

    Dr. Bernhard Wandernoth
    EEG Info
    www.eeginfo.com

    "Why I chose Total HTML ConverterX. There were a couple of reasons. First, you were able to provide some functionality that we needed that other converters said they were unable to do (including the ability to have the same headers on each page, and not splitting rows across pages). Secondly, you were very supportive and responsive to our requests even before we had purchased the product. Third, you were wiling to make pricing adjustments on the second royalty-free license when we explained our situation (we've made similar adjustments to help our customers as well, so this was VERY much appreciated!). Fourth, you just seemed very customer-focused and I got the sense that you wouldn't ignore me once we purchased the product (and I was right -- the customer service has been great!)

    Thanks for the great product, and for listening to my suggestions -- I think we're making a great product even better!"

    Andy Poulsen
    Aspiration Innovation, Inc.: Dream. Design. Done.
    www.asp-inno.com

    Leave your testimonial

    Who Else Uses Total HTML ConverterX?

    Total HTML Converter X was released in Septemder, 2005. Since then it has been rigorously tested by thousands of users from different countries. Many of them asked to some additional functionality - and we added that. Watermarks, option file, extensive headers support and many other features came to life this way. Today we would like to say thank you to all our customers who helped us to continiously improve Total HTML ConverterX. Some of them are below:
    • CredentialSmart www.credentialsmart.net
    • Freshworx Ltd. & Co. KG www.freshworx.com
    • Velir Studios www.velir.com
    • ST JOSEPH HOSPITAL www.stjoe.org
    • E-Dictate LLC www.edictate.com
    • RioMed Ltd www.riomed.com
    • xister srl www.xister.com
    • Erste Bank der österreichischen Sparkassen AG www.erstebank.at
    • CredentialSmart www.credentialsmart.net
    • Aspiration Innovation, Inc. www.asp-inno.com

    Key Features

    • Runs on web-servers
    • Converts HTML to DOC, RTF, HTML, TXT, PDF
    • Batch conversion
    • ActiveX is also available
    • Dynamic page breaks with headers and footers
    • Specifies HTML from URL, or local file
    • Preserves original document layout
    • MS Office toolbar integration
    • No need for Adobe Acrobat or MS Word
    • Supports different charsets and encoding tables
    • Command line
    • Vista compatible

    Windows 7 Compatible
    MS Windows®
    2000/XP/2003/2008/
    Vista / Windows 7
    Site Map  |  Contacts |  Press Center | Resellers | About |    Copyright © 1998-2010 CoolUtils Development. All rights reserved.