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의 멀티 사용자 버전은 로컬 네트워크에서 클라이언트-서버 애플리케이션으로, 또는 온라인 사용자를 위한 웹 서비스로 사용할 수 있습니다. 웹 서버에 설치되면 이 강력하고 유연한 유틸리티는 여러 사용자가 동시에 파일 변환을 수행할 수 있게 해줍니다. 브라우저에서 일회성 작업을 처리하려면 온라인 HTML to JPEG 변환기를 사용해 보세요.
명령줄 액세스 및 ActiveX 기능을 갖춘 Total HTML Converter X(SDK)는 목표 파일을 개선하는 데 도움을 주는 다양한 멋진 옵션을 포함하고 있습니다:
우리를 믿지 마세요, 30일 무료 평가판 버전을 사용해 직접 경험해 보세요. 오늘 Total HTML Converter X의 시간 절약 효과를 직접 경험하십시오!
서버 기반 솔루션을 찾고 계신가요? CoolUtils 서버 제품에서 견고한 성능을 위한 다양한 서버 제품을 확인하세요.
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 변환기 예제
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"
Response.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 "실패:".$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를 선택한 이유. 몇 가지 이유가 있었습니다. 첫째, 다른 변환기들이 할 수 없다고 했던 기능을 제공할 수 있었기 때문입니다 (각 페이지에 동일한 헤더를 갖는 기능과 행을 페이지로 나누지 않는 기능 포함).
둘째, 제품을 구매하기 전에도 우리의 요청에 매우 적극적이고 신속하게 대응해 주셨습니다."
"셋째, 우리의 상황을 설명했을 때 두 번째 로열티 프리 라이선스에 대해 가격 조정을 기꺼이 해주셨습니다 (저희도 고객을 위해 비슷한 조정을 했기 때문에 매우 감사했습니다!).
넷째, 고객 지향적이라는 인상을 받았고, 제품을 구매한 후에 저를 무시하지 않을 것이라는 느낌을 받았습니다 (제가 맞았습니다 -- 고객 서비스가 훌륭했습니다!)."
Andy Poulsen | 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.
Total HTML ConverterX에는 HTMLConverterX.exe라는 콘솔 바이너리가 포함되어 있어 .bat 스크립트, 예약 작업, PHP/.NET 백엔드 또는 모든 서버 측 워커에서 호출할 수 있습니다. 플래그 세트는 GUI HtmlConverter.exe를 미러링합니다. 전체 참조는 명령줄 문서를 참조하세요. 아래의 예제는 SDK 고객들이 가장 자주 묻는 요청을 다룹니다.
최소 호출 — 하나의 소스 파일, 하나의 출력, 하나의 대상 형식.
HTMLConverterX.exe "C:\pages\index.html" "C:\out\index.pdf" -cPDF
폴더 내 모든 HTML 파일을 처리하고 형제 출력 디렉터리에 PDF를 떨어뜨립니다.
HTMLConverterX.exe "C:\pages\*.html" "C:\out\" -cPDF
다른 소스 형식을 선택하려면 마스크를 *.mht, *.mhtml 또는 *.htm으로 바꾸세요.
소스 인수는 파일 경로뿐만 아니라 URL이 될 수 있습니다. Chrome 렌더 엔진은 최신 CSS, 웹 글꼴 및 JavaScript가 많은 페이지를 처리합니다.
HTMLConverterX.exe "https://www.coolutils.com" "C:\out\coolutils.pdf" -cPDF -engine chrome
문서 사이트와 내보낸 위키는 거의 한 평평한 폴더에 있지 않습니다. -Recurse는 하위 디렉터리를 탐색합니다. -kfs는 모든 파일을 하나의 버킷에 평평하게 만드는 대신 출력 측에서 동일한 트리를 다시 만듭니다.
HTMLConverterX.exe "C:\docs\manual\*.html" "C:\out\manual\" -cPDF -Recurse -kfs
일반적인 전체 사이트 내보내기 작업: 함께 속하는 수십 페이지. -combine은 소스 파일 순서대로 병합하고 -toc는 목차를 생성합니다.
HTMLConverterX.exe "C:\docs\manual\*.html" "C:\out\manual.pdf" -cPDF -combine -toc -sort name
다중 페이지 TIFF를 대상으로 할 때는 -combine 대신 -Multipage를 사용하세요.
보고서는 일반적으로 모든 페이지의 상단에 제목과 하단에 "10페이지 중 1페이지"가 필요합니다. [page]와 [date] 자리 표시자는 렌더링 시 확장됩니다.
HTMLConverterX.exe "C:\pages\*.html" "C:\out\" -cPDF -HeadText "Acme Quarterly Report — [date]" -HeadAlign center -FootText "Page [page]" -FootAlign right
클라이언트에게 초안을 보낼 때의 표준입니다: 소유자 비밀번호로 편집/인쇄 권한을 잠그고, 사용자 비밀번호로 파일 열기를 제어하며, 워터마크가 모든 페이지에 레이블을 지정합니다.
HTMLConverterX.exe "C:\pages\*.html" "C:\out\" -cPDF -mp "owner-pwd" -up "user-pwd" -perm Print -wmt "CONFIDENTIAL" -wmr 45 -wtr 30
Print를 Copy, Modify, Annotation, FormFill, HighResPrint의 조합으로 바꾸어 원하는 권한을 정확히 부여하세요.
검증 가능한 서명자가 필요한 계약, 송장 및 기타 문서용입니다. PFX 파일은 인증서를 보유합니다. -PFXPass가 잠금을 해제합니다.
HTMLConverterX.exe "C:\pages\contract.html" "C:\out\contract.pdf" -cPDF -PFXFile "C:\certs\acme.pfx" -PFXPass "cert-pwd" -SignName "Acme Legal" -SignLoc "New York, NY" -SignRes "Approved by counsel"
적절한 작성 메타데이터가 있는 ISO 19005 호환 PDF/A 파일이 필요한 기록 관리 워크플로우용입니다.
HTMLConverterX.exe "C:\pages\*.html" "C:\archive\" -cPDF -pdfa -PDFAuthor "Acme Inc." -PDFTitle "Knowledge Base 2026" -PDFSubject "Support articles snapshot"
워커가 큐 파일을 작성하고 변환기가 이를 사용하는 경우, 명령줄에 모든 경로를 인코딩하고 싶지 않을 것입니다. -list는 텍스트 파일에서 파일 마스크(한 줄에 하나)를 읽습니다. -verbosity detail은 파일당 한 로그 줄을 작성합니다. -logmode append는 실행 간에 기록을 유지합니다.
HTMLConverterX.exe -list "C:\queues\batch.txt" "C:\out\" -cPDF -log "C:\logs\htmlconv.log" -verbosity detail -logmode append
|
|
|
무료 평가판을 다운로드하고 몇 분 만에 파일을 변환하세요.
신용카드나 이메일이 필요하지 않습니다.