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はWebサーバーにインストールされているため、多くのユーザーが同時に多くの変換ジョブを実行することが可能です。ネットワーク全体でアクセス可能にするか、スタンドアロンアプリケーションとして使用するか選択でき、Total DOC Converterはすべての文書変換におけるトップのソリューションです。
幅広い形式をサポートするTotal DOC Converter Xは、すべてのDOCエクスポートニーズをカバーします。Word/DOC/DOCX/DOCM/TXTをPDF、XLS、HTML、JPEG、TIFF、RTF、TXT、Unicode TXT形式に変換します。GUIや妨げるメッセージが表示されないTotal DOC Converter Xは、コマンドラインへの直接アクセスを通じて指示を送信できるようにします。この機能は、サーバー管理者や静かなバックグラウンド操作を行いたい人に最適です。複雑な指示セットを作成し、当社のコンバータが自動的にジョブを処理するオプションもあります。
お望みなら、このプログラムを無料試用版で試してみてください。30日間、当社のコンバータがどれほど役に立つかを実際に体験できます。アップグレードを決めた場合、生涯ライセンス、技術サポートチームへのアクセス、そして最初の1年間のすべてのアップデートが無料で提供されます。
(30日間の無料試用を含む)
(のみ $750.00)
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("変換が完了しました!");
ダウンロード .NET Doc Covnerter example
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コンサルティング
「数年間TotalDocConverterを使用しており、今回Xへのアップグレードを購入しました。それは非常にうまく機能しており、製品に非常に満足しています。文書をPDF形式に変換するために使用しています。利用できる他の機能があるかどうか、ドキュメントを確認する必要があるでしょう。」
Todd Braley | ITマネージャー
DRIタイトルアンドエスクロー
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.
更新 Tue, 22 Jul 2025
(のみ $750.00)
|
|
|
無料トライアルをダウンロードして、ファイルを数分で変換。
クレジットカードもメールアドレスも不要。