在Web服务器上将Doc转换为PDF, HTML, XLS, 图像和文本。
Windows
2000/2003/Vista
7/8/10/11
and
2012/2016/2019/2022 Server
and
Docker/Citrix/Wine
当您需要为多个用户提供将 MS Word 文档转换为文本、图像或表格格式的能力时,Total DOC Converter X 正是您所需要的。由于 Doc Converter X 是安装在网络服务器上的,因此许多用户可以同时运行许多转换任务。无论您选择使其在整个网络中可用,还是将其用作独立应用程序,Total DOC Converter 都是您所有文档转换的首选解决方案。
Total DOC Converter X 支持多种格式,涵盖您所有 DOC 导出需求。将 Word/DOC/DOCX/DOCM/TXT 转换为 PDF、XLS、HTML、JPEG、TIFF、RTF、TXT 和 Unicode TXT 格式。Total DOC Converter X 不包含 GUI 或打断信息,因此可以通过直接访问命令行发送指令。此功能非常适合服务器管理员,或任何希望在后台安静运行操作的人。您甚至可以创建复杂的指令集,让我们的转换器自动处理任务。
如果您愿意,可以通过我们的免费试用版体验该程序。您将有 30 天的时间亲身体验我们的转换器的帮助。 当您决定升级时,您将获得终身许可证、访问我们的技术支持团队的权限,第一年内的所有更新都是免费的。
string src="C:\\test\\Source.Doc";
string dest="C:\\test\\Dest.PDF";
DocConverterX Cnv = new DocConverterX();
Cnv.Convert(src, dest, "-c PDF -log c:\\test\\Doc.log");
MessageBox.Show("转换完成!");
dim C
Set C=CreateObject("DocConverter.DocConverterX")
C.Convert "c:\source.DOC", "c:\dest.TIF", "-cTIF -log c:\doc.log"
Response.Write C.ErrorMessage
set C = nothing
dim C
Set C=CreateObject("DocConverter.DocConverterX")
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.doc", "C:\www\ASP", "-cpdf -log c:\html.log")
set C = nothing
更多的 ASP.net 专用 C# 示例。如果您需要其他语言的示例,请 联系我们。我们将为您特别创建任何示例。
$src="C:\test.doc";
$dest="C:\test.htm";
if (file_exists($dest)) unlink($dest);
$c= new COM("DocConverter.DocConverterX");
$c->convert($src,$dest, "-c htm -log c:\doc.log");
if (file_exists($dest)) echo "OK"; else echo "fail:".$c->ErrorMessage;
require 'win32ole'
c = WIN32OLE.new('DocConverter.DocConverterX')
src="C:\\test\\test.docx";
dest="C:\\test\\test.pdf";
c.convert(src,dest, "-c PDF -log c:\\test\\Doc.log");
if not File.exist?(dest)
puts c.ErrorMessage
end
import win32com.client
import os.path
c = win32com.client.Dispatch("DocConverter.DocConverterX")
src="C:\\test\\test.docx";
dest="C:\\test\\test.pdf";
c.convert(src, dest, "-c PDF -log c:\\test\\Doc.log");
if not os.path.exists(file_path):
print(c.ErrorMessage)
uses Dialogs, Vcl.OleAuto;
var
c: OleVariant;
begin
c:=CreateOleObject('DocConverter.DocConverterX');
C.Convert('c:\test\source.docx', 'c:\test\dest.pdf', '-cPDF -log c:\test\Doc.log');
IF c.ErrorMessage<> Then
ShowMessage(c.ErrorMessage);
end;
var c = new ActiveXObject("DocConverter.DocConverterX");
c.Convert("C:\\test\\source.docx", "C:\\test\\dest.pdf", "-c PDF");
if (c.ErrorMessage!="")
alert(c.ErrorMessage)
use Win32::OLE; my $src="C:\\test\\test.docx"; my $dest="C:\\test\\test.pdf"; my $c = CreateObject Win32::OLE 'DocConverter.DocConverterX'; $c->convert($src,$dest, "-c pdf -log c:\\test\\Doc.log"); print $c->ErrorMessage if -e $dest;
"直到现在,Total Doc ConverterX 正确完成了工作,即在 Windows 计划任务中使用命令行将 Doc 文件转换为 PDF 文件,如果我有任何问题,我一定会联系您。感谢这款产品。"
Brandon Belma
NSG Consulting
"我们使用 TotalDocConverter 已有几年时间,刚刚购买了 X 的升级版。对我们来说,它一直运行良好,我们对这款产品非常满意。我们用它将文档转换为 PDF 格式。我需要查看文档,看看还有没有其他可以利用的功能。"
Todd Braley | IT Manager
DRI Title And Escrow
Developers and IT teams that convert Word documents to PDF, images, and other formats on servers
Add DOC-to-PDF conversion to your web app via ActiveX
Web developers integrate Total Doc ConverterX into ASP, PHP, or .NET applications so users can upload Word files and receive converted PDF, HTML, or image output. The converter runs silently on the server with no GUI, handling multiple simultaneous conversion requests without interruption.
Convert Word uploads to PDF and TIFF for archival systems
Document management platforms use Total Doc ConverterX to convert incoming DOC and DOCX files to PDF for standardized storage or TIFF for image-based archives. The converter preserves document layout exactly and maintains folder structure when processing entire directory trees in batch.
Convert Word files on servers via command line
Enterprise IT teams run Total Doc ConverterX in scheduled batch jobs to convert Word documents from email systems, upload portals, and shared drives. Combine with Total Folder Monitor to auto-convert new DOC files as they arrive in watched folders — completely hands-free with no pop-ups or user interaction.
Serve document conversion to all users on your network
Organizations deploy Total Doc ConverterX on a central server so employees across departments can convert Word documents to PDF, XLS, HTML, or images through a shared service. One server installation replaces dozens of desktop converters — reducing licensing costs and IT maintenance.
Embed Word conversion into your own software products
Software vendors integrate Total Doc ConverterX via ActiveX into their applications to offer DOC-to-PDF, DOC-to-TIFF, and DOC-to-HTML conversion without building a rendering engine. The API handles Word, DOCX, RTF, and TXT files with full layout preservation and customizable output settings.
|
|
|