Logo
arrow1 File Converters
arrow1 TIFF and PDF apps
arrow1 Forensic
arrow1 Freeware

Total HTML Converter X

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

Total HTML Converter X With ActiveX | CoolUtils

Windows
2000/2003/Vista/7/8/10/11
and
2012/2016/2019/2022 Server
and
Docker/Citrix/Wine

Total HTML Converter X (SDK) converts HTML to DOC, XLS, PDF, TIFF, JPG, RTF, TXTW, and Text in a web-server environment. This multi-user version of the Total HTML Converter can serves as both a client-server application in your local network, or a web service for users online. Once installed on your web-server this powerful, adaptable utility allows multiple users to perform simultaneous file conversions.

Featuring command line access and ActiveX, the Total HTML Converter X (SDK) includes variety of cool options that help you to enhance your target files:

  • Together with ActiveX it can be added to any web interface and made available for online use.
  • The converter recognizes all HTML tags, including page break control with CSS styles (CSS 1, 2).
  • Supports IE headers and footers (date, time, page count, etc.). You can also add custom watermarks to your output documents.
  • Extract metadata from your files for easy inclusion with any database or table.
  • Automatically fit HTML width to the chosen PDF page size; an essential feature when printing HTML tables. Moreover you can add a digital signature to your output PDF. More options here.

Don't take our word for it, give it a try yourself with our free 30 day trial version. Experience first hand the time-saving benefits of the Total HTML Converter X today!

Looking for server-based solutions? Discover a range of server products tailored for robust performance at CoolUtils Server Products.

Download Now!

(includes 30 day FREE trial)

Buy License

(only $750.00)




C++ sample
Power Basic sample
VBScript sample

Examples of Total HTML Converter X

Convert HTML files With .NET by TotalHTMLConverterX and .NET


string src="C:\\test\\Source.HTML";
string dest="C:\\test\\Dest.PDF";

HTMLConverterX Cnv = new HTMLConverterX();
Cnv.Convert(src, dest, "-c PDF -log c:\\test\\HTML.log");

MessageBox.Show("Convert complete!");

Download
.NET HTML Covnerter example
Server samples in C# specifically for ASP.net
Client application with WinForms in C#

Convert HTML & MHT Files On Web Servers With Total HTML Converter X

dim C
Set C=CreateObject("HTMLConverter.HTMLConverterX")
C.Convert "c:\source.HTML", "c:\dest.JPG", "-cJPG -log c:\html.log"
C.Convert "https://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

Convert HTML & MHT Files On Web Servers With Total HTML Converter X

Example PHP:
$src="C:\\test\\test.html";
$dest="C:\\test\\test.pdf";
if (file_exists($dest)) unlink($dest);
$c= new COM("HTMLConverterPro.HTMLConverterX");
$c->convert($src,$dest, "-c pdf -log c:\\HTML.log");
if (file_exists($dest)) echo "OK"; else echo "fail:".$c->ErrorMessage;

Convert HTML Files With Total HTML Converter X and Ruby

require 'win32ole'
c = WIN32OLE.new('HTMLConverterPro.HTMLConverterX')

src="C:\\test\\test.html";
dest="C:\\test\\test.tiff";

c.convert(src,dest, "-c TIFF -log c:\\test\\HTML.log");

if not File.exist?(dest)
  puts c.ErrorMessage
end

Convert HTML files With Total HTML ConverterX and Python

import win32com.client
import os.path

c = win32com.client.Dispatch("HTMLConverterPro.HTMLConverterX")

src="C:\\test\\test.eml";
dest="C:\\test\\test.tiff";

c.convert(src, dest, "-c TIFF -log c:\\test\\HTML.log");

if not os.path.exists(file_path):
  print(c.ErrorMessage)

Convert HTML files With Pascal and Total HTML Converter X

uses Dialogs, Vcl.OleAuto;

var
  c: OleVariant;
begin
  c:=CreateOleObject('HTMLConverterPro.HTMLConverterX');
  C.Convert('c:\test\source.html', 'c:\test\dest.tiff', '-c TIFF -log c:\test\HTML.log');
  IF c.ErrorMessage<> Then
    ShowMessage(c.ErrorMessage);
end;

Convert HTML Files On Web Servers With Total HTML Converter X

var c = new ActiveXObject("HTMLConverterPro.HTMLConverterX");
c.Convert("C:\\test\\source.html", "C:\\test\\dest.pdf", "-c PDF");
if (c.ErrorMessage!="")
  alert(c.ErrorMessage)

Convert HTML files With Total HTML Converter X and Perl

use Win32::OLE;

my $src="C:\\test\\test.html";
my $dest="C:\\test\\test.tiff";

my $c = CreateObject Win32::OLE 'HTMLConverterPro.HTMLConverterX';
$c->convert($src,$dest, "-c TIFF  -log c:\\test\\HTML.log");
print $c->ErrorMessage if -e $dest;
If you need examples on other languages please contact us. We will create any example specially for you.

quote

Total HTML Converter X Customer Reviews 2024

Rate It
Rated 4.7/5 based on customer reviews
5 Star

"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!)"

5 Star Andy Poulsen | www.asp-inno.com


Unique options of Total HTML Converter X


html
Total HTML Converter X is not limited to HTML. It also supports HTML, MHT, HTM, XHTML files.

java
With Total HTML Converter you can enable or disable Java scripts on your pages. This handy option will save you hours of time!

css
Total HTML Converter X supports all CSS styles and you always get accurate results.

slow scripts
Total HTML ConverterX can stop slow scripts. If there is a loop on your page, it still can be converted in reasonable time.

openoffice
Want to switch to OpenOffice? Total HTML ConverterX can help you to convert thousands of HTML files to ODT in seconds.

combine html
Combine several HTML files into one multi-page TIFF or PDF file with our HTML Converter.

fit-to-page
Total HTML ConverterX features fit-to-page option. It is extremely convenient: you convert hundreds of different HTML files and get the perfectly laid out documents.


html to jpeg
HTML to JPEG: set the desired quality of the JPEG image to compromise the file size.


interface
Want to add HTML converter to your app? Our ActiveX will simplify the process very much.

html formats
Output formats: DOC, PDF, XHTML, TXT, XLS, RTF, TIFF, JPEG, PNG, ODT, EMF, SVG!

html converter
When you convert HTML to TIFF you can select any compression type (LZW, RLE, JPEG, bilevel compression CCITT).

qr code
With Total HTML Converter X you can add QR codes to the output files.

html watermark
Add text or image watermarks (your logo or any other image) to the header or the footer of the output file. It works for stamping bates too.

page
Add page counters to every page of the output files to put them in perfect order (sequential numbering of files in folders is available).

html load images
Tell Total HTML ConverterX if you want to print background or not to minimize file size.

html to pdf
When you convert HTML to PDF you can set user permissions, password-protect your files or sign them with your digital signature. Get PDF, PDF/A and non-searchable PDFs.


server
We offer lots of examples for Web, PHP, C++, .NET, C#. You never get lost in lines of code.


cmd
Total HTML ConverterX runs on a web-server without any baby-sitting. No popups, errors are written to the log file.


Download Now!

Updated Tue, 19 Mar 2024

Buy License

(only $750.00)



List of supported conversions:

 
  • HTM to Doc Command Line
  • HTM to JPEG Command Line
  • HTM to RTF Command Line
  • HTM to PDF Command Line
  • HTM to TIFF Command Line
  • HTM to Text Command Line
  • HTM to XLS Command Line
  • HTM to Unicode Text Command Line
 
  • MHT to Doc Command Line
  • MHT to JPEG Command Line
  • MHT to RTF Command Line
  • MHT to PDF Command Line
  • MHT to TIFF Command Line
  • MHT to Text Command Line
  • MHT to PNG Command Line
  • MHT to XLS Command Line
  • MHT to Unicode Text Command Line

Download
Pro Suite

Key Features Of Full Registered Version

  • Converts HTML to other formats on web-servers
  • Provides access via ActiveX interface for all legacy programming languages (Visual Basic 6 or Delphi) as well as scripting (i.e. VBscript).
  • Supported languages incude any language that supports Web Services including .NET (2.00, 3.5, 4.00), Ruby, PHP and Java.
  • No GUI or interrupting messages
  • Supports HTML, MHT, HTM, XHTML files
  • Output file types: DOC, PDF, XHTML, TXT, XLS, RTF, JPEG, TIFF, PNG, ODT, SVG, EMF.
  • Batch conversion
  • Dynamic page breaks with headers and footers
  • Specifies HTML from URL, or local file
  • Preserves original document layout
  • No need for Adobe Acrobat or MS Word
  • Supports different charsets and encoding tables
  • Multithreading ActiveX is available
  • Command line can be generated from GUI settings

    Need HTML conversion feature in your app?

    Get a royalty-free license. It allows you implement Total HTML ConverterX into your software and redistribute it. RFL is licensed per project (no matter how many developers are involved).
    Apply via contact form.