File ConvertersCoolutils ConverterTotal HTML ConverterTotal PDF ConverterTotal Doc ConverterTotal Excel ConverterTotal CAD ConverterTotal CSV ConverterTotal XML ConverterTotal Mail ConverterTotal Outlook ConverterTotal Thunderbird ConverterOST to PST ConverterTotal Image ConverterTotal Audio ConverterMail2PDF ArchiverTotal Movie Converter
|
![]() Most of HTML converters are OS-oriented, means that you can use them locally on a personal computer. The conversion package that will run on a web-server is Total HTML Converter X. It can be handled via a command line or ActiveX technology that is used for launching applications in web browsers such as Internet Explorer or Mozilla. HTML Converter X includes ActiveX which can be easily used in C#. This ActiveX has 2 main methods:
<% dim C Set C=CreateObject("HTMLConverter.HTMLConverterX") c.LogFile="c:\log.txt" 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") %> Some more samples in C# specifically for ASP.net Using Total HTML ConverterX on a web-server you can make its functionality available on your own web-services that can be used by clients. In such a way your service users will be able to convert HTML files with no need to install a converter on their PC. All you need is do download the installation kit and activate a license for use. |
|