Convert Doc to PDF, HTML, XLS, Image and Text on web-servers.
Windows
2000/2003/Vista/7/8/10/11
and
2012/2016/2019/2022 Server
and
Docker/Citrix/Wine
When you need to provide multiple users with the ability to convert MS Word Docs into text, images, or table format, the Total DOC Converter X is exactly what you need. Because Doc Converter X is installed on a web server, it's possible for lots of users to run lots of conversion jobs all at once. Whether you choose to make it accessible to your entire network, or use it as a stand-alone application, the Total DOC Converter is the #1 solution for all your document conversions.
Supporting a wide range of formats, Total DOC Converter X covers all your DOC export needs. Convert Word/DOC/DOCX/DOCM/TXT to PDF, XLS, HTML, JPEG, TIFF, RTF, TXT and Unicode TXT formats. Free of GUI or interrupting messages, the Total DOC Converter X lets you send instructions via direct access to the command line. This feature is perfect for server admins, or anyone looking to run quiet behind the scenes operations. You'll even have the option to create complex sets of instructions and let our converter process the job automatically.
If you'd like, give the program a try through our free trial version. You'll have 30 days to experience first hand how helpful our converter can be. When you decide to upgrade, you'll receive a lifetime license, access to our tech support team, and all updates are free during the first year.
(includes 30 day FREE trial)
(only $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("Convert complete!");
Download .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
Some more samples in C# specifically for ASP.net. If you need examples on other languages please contact us. We will create any example specially for you.
$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;
"Up to now, Total Doc ConverterX is doing the job correctly, that is converting Doc files to PDF files using command line within a Windows scheduled task, if I would have any problem I will certainly contact you. Thank you for the product."
Brandon Belma NSG Consulting
"We've been using the TotalDocConverter for a few years and just purchased the upgrade to X. It has been working very well for us and we are very satisfied with the product. We use it to convert our documents to PDF format. I will need to look through the documentation to see if there is anything else we could utilize it for."
Todd Braley | IT Manager DRI Title And Escrow
Updated Fri, 20 Sep 2024
(only $750.00)
|
|
|