|
ConvertersTotal Image ConverterTotal Audio ConverterTotal Movie ConverterTotal HTML ConverterTotal PDF ConverterTotal PDF Converter OCRTotal Doc ConverterTotal Excel ConverterTotal Mail ConverterTotal CAD ConverterTotal GIS ConverterTotal Outlook ConverterTotal CSV ConverterTotal VectorizeTotal Thunderbird ConverterTotal Outlook Express ConverterTotal Webmail Converter
TIFF and PDF ToolsTiff PagingTiff SplitterTiff CombineTiff TellerPDF SplitterPDF CombinePDF Combine ProTiff Pdf CleanerTotal PDF PrinterTotal PDF to DXF Converter
MultimediaEpisode PlayeriPod AudioBookTotal iPod ConverterTotal Video JoinerCDukeFolderShinePhoto Music
|
General Description Total HTML Converter X includes:
Advantages of Total HTML Converter X are the following:
Note: Pay attention to some details during installation Total HTML Converter X:
You may have a look at the examples of ASP and PHP below. Example ASP:
dim C
Set C=CreateObject("HTMLConverter.HTMLConverterX")
C.Convert "c:\source.HTML", "c:\dest.JPG", "-cJPG"
set C = nothing
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")
set C = nothing
$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");
if (file_exists($dest)) echo "OK"; else echo "fail:".$c->ErrorMessage;
Registration Total HTML Converter X on the Server Usually internet information server works under default account which is not the administrator's one. When you try to use our dll Explorer can not open the page or server hang up. You receive request page time out message. To settle this problem do the following:
Note: To register Total HTML Converter X on the server you must have the administrator rights. How To Call HTML ConverterX ActiveX via ColdFusion on Windows If you run ColdFusion on Windows you may also convert HTML files:
Below you may see the examples:
|