ウェブサーバー上でHTMLをPDF、DOC、TXT、TIFF、JPEGに変換します。 GUIはありません。
Windows
2000/2003/Vista
7/8/10/11
and
2012/2016/2019/2022 Server
and
Docker/Citrix/Wine
Total HTML Converter X (SDK) はウェブサーバー環境で HTML を DOC、XLS、PDF、TIFF、JPG、RTF、TXTW、Text に変換します。 このマルチユーザー版の Total HTML Converter は、ローカルネットワーク内でのクライアントサーバーアプリケーションや、オンラインユーザー向けのウェブサービスとして機能します。ウェブサーバーにインストールすると、この強力で柔軟なのユーティリティは、複数のユーザーが同時にファイル変換を実行できるようにします。
コマンドラインアクセスと ActiveX を備えた Total HTML Converter X (SDK) は、ターゲットファイルを改善するのに役立つさまざまなクールなオプションを含んでいます:
私たちの言葉を信じず、ご自身で無料の30日間試用版をお試しください。Total HTML Converter X の時間を節約できるメリットを今日実際に体験してください!
サーバーベースのソリューションをお探しですか? クールなパフォーマンスに適したサーバー製品群を CoolUtils Server Products でご覧ください。
(30日間の無料試用を含む)
(のみ $750.00)
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("変換完了!");
ダウンロード
.NET HTML Converter例
ASP.net専用のサーバーサンプル(C#)
WinFormsでのクライアントアプリケーション(C#)
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
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
例 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;
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
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)
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;
var c = new ActiveXObject("HTMLConverterPro.HTMLConverterX");
c.Convert("C:\\test\\source.html", "C:\\test\\dest.pdf", "-c PDF");
if (c.ErrorMessage!="")
alert(c.ErrorMessage)
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;
「私がTotal HTML ConverterXを選んだ理由はいくつかあります。まず、他のコンバーターができないと言っていた機能を提供できたこと(各ページに同じヘッダーを持たせる能力や、行をページ間で分割しないことを含む)。
次に、製品を購入する前から我々の要求に対して非常にサポート的で反応が良かったことです。」
「第三に、私たちの状況を説明した際に、2つ目のロイヤルティフリーライセンスの価格調整に応じてくれたこと(私たちもお客様を助けるために同様の調整を行ってきたので、これは本当に感謝しました!)。
第四に、お客様に焦点を当てているように思え、製品を購入した後でも無視されないという印象を受けました(実際その通りで、顧客サービスは素晴らしいです!)」
アンディ・ポウルセン | www.asp-inno.com
Developers and IT teams that convert HTML to PDF, DOC, and images on web servers via ActiveX
Add HTML conversion to your web application via ActiveX
Web developers integrate Total HTML ConverterX into ASP, PHP, or .NET applications to convert user-submitted HTML files to PDF, DOC, or images on the server. Multiple users perform simultaneous conversions with no GUI interruptions — the converter runs silently and returns results automatically.
Convert HTML reports to PDF with digital signatures
Enterprise applications generate HTML reports on the server and use Total HTML ConverterX to convert them to PDF for delivery. Add digital signatures for document authenticity, apply custom watermarks, and auto-fit wide HTML tables to the chosen page size — all as part of the automated report pipeline.
Convert HTML content to standard formats for archival
Document management systems use Total HTML ConverterX to convert incoming HTML files, saved web pages, and email templates to PDF or TIFF for standardized storage. The converter recognizes all HTML tags and CSS styles, producing faithful output with headers, footers, and metadata extraction for database indexing.
Serve HTML conversion to all users on your local network
Organizations deploy Total HTML ConverterX as a client-server application on the local network. Employees across departments submit HTML files for conversion to PDF, XLS, or TIFF through a shared service — eliminating the need to install desktop converters on every workstation.
Batch-convert HTML files via command line on servers
IT teams run Total HTML ConverterX via command line in scheduled batch jobs and automated workflows. HTML output from web scrapers, CMS exports, or application logs is converted to PDF or images on arrival. Errors are saved to a log file for monitoring — no pop-ups or user interaction required.
更新 Wed, 09 Jul 2025
(のみ $750.00)
|
|
|
無料トライアルをダウンロードして、ファイルを数分で変換。
クレジットカードもメールアドレスも不要。