CZ Document Converter COM
Home > Products > Pdf Converters > Products > Word Converters | 362 views April 21st, 2009Convert PDF, word doc, html, RTF, text, word perfect
| Unconditional 30-day money-back guarantee on this program. Technology support and upgrades are free forever for registered users. |
| Products->CZ Document Converter COM: |
Only $199.95( |
| CZ Document Converter COM for MS Word V1.0 |
|
About
CZ Document Converter COM is a component/object designed to assist you, the developer, to quickly add a document conversion utility to your application. It can be called from VB, VC, DELPHI. It is a batch office document converter that converts PDF, HTML, RTF, TXT (ANSI and Unicode), DOC, XLS, MCW, WRI, WPD, WK4, WPS, SAM, RFT, WSD and more.
To convert your documents, just select destination file format, then click "Add Files" or "Add Folders" button to add files, final click "Convert" button to get conversion result, it is very easy to use!
Furthermore, we provide some VB and DELPHI examples. Although you may not be using Visual Basic and DELPHI, the approach for all development environments will be similar.
Please note: To support Web Archives(*.mth,*.mthml) and Web Page without Office Tag(*.htm,*.html) output format, you must install MS Word 2002 or above.
- Source file formats include Word Documents(*.doc), Web Pages(*.htm,*.html), Web Archives(*.mth,*.mthml), Document Templates(*.dot), Rich Text Format(*.rtf), Text File(*.txt), Ami Pro 3.0 (*.sam), Lotus 1-2-3(*.wk1,*.wk3,*.wk4), MS Excel Worksheet(*.xls,*.xlw), MS-DOS Text with Layout(*.asc), Outlook Address Book(*.olk), Personal Address Book(*.pad), Recover Text from Any File(*.*), Schedule Contacts(*.scd), Text With Layout(*.ans), Windows Write(*.wri), Word 2.x for Windows(*.doc), Word 4.0-5.1 for Macintosh(*.mcw), Word 6.0/95 for Windows & Macintosh(*.doc), Word for Windows 5.0(*.doc), WordPerfect 5.x(*.doc), WordPerfect 6.x(*.wpd,*.doc), Works 2000(*.wps,*.wpt), Works 2000(*.wps), Works 4.0 for Windows(*.wps) etc
- Destination file formats include Acrobat PDF Files(*.pdf, doesn’t require Adobe Acrobat to be installed), Word Documents(*.doc), Web Pages(*.htm,*.html), Web Page without Office Tag(*.htm,*.html), Web Archives(*.mth,*.mthml), Document Templates(*.dot), Rich Text Format(*.rtf), Text File(*.txt), Ami Pro 3.0 (*.sam), MS-DOS Text with Layout(*.asc), Text With Layout(*.ans), Word 2.x for Windows(*.doc), Word 4.0 for Macintosh(*.mcw), Word 5.0 for Macintosh(*.mcw), Word 5.1 for Macintosh(*.mcw), Word 6.0/95(*.doc), Word 97-2002 & 6.0/95 -RTF(*.doc), Word for Windows 5.0(*.doc), WordPerfect 5.0(*.doc), WordPerfect 5.0 Secondary File(*.doc), WordPerfect 5.1 for DOS(*.doc), WordPerfect 5.1 for 5.2 Secondary File(*.doc), WordPerfect 5.x for Windows(*.doc), Works 2000(*.wps), Works 2000(*.wps), Works 4.0 for Windows(*.wps) etc
- supports batch conversion
- support COM interface and command line arguments.
- watch source file path and convert new uploading ms word documents automatically.
- can add the files in subfolders to convert.
- supports drag files and folders from your desktop.
- fit to convert so much as over 1 million files in folder, you need not wait at all.
System Requirements
1.You will need a Pentium 150 PC or higher, 16MB RAM or more.
2. The operating system should be Win95, Win98, Win2000, WinNT 4.0, WinME, WinXp, Win2003.
3.Of course, you must install Microsoft Word 95 or higher for windows.
4.You must install a postscript printer, click here to get how to install a postscript printer.
5.You must instal ghostscript from http://www.convertzone.com/gs811w32.exe
What’s New In CZ Document Converter COM?
2008-03-14 release CZ-Document converter COM V1.0 Build080314, can convert the word documents with open password, and command line supports open password function, thanks for Martin Brindley’s advice.
06/11/2004: release cz document converter COM v1.0 build041106, add pdf format output.
20/11/2002: release CZ Document Converter COM V1.0 Build021120 support convert html to word, html to doc, html to rtf, text to doc, rtf to word and rtf to doc between office document(doc, rtf, html, text format and almost any other format that microsoft word will support), beautiful GUI interface, support COM interface and command line run, convert the files in subfolders.
Screenshots Click the pic to see large screenshot
I have been testing CZ Document Converter COM and it won’t convert a .doc file to a .pdf file. The log tells me that it has been converted, but the file does not exist in the directory, Why?
Before run cz-document converter, please instal ghostscript from http://www.convertzone.com/gs811w32.exe, then run our product again, final ok.
Can CZ Document Converter COM support ASP?
No, CZ Document Converter COM do not support ASP.
How does it work?
After runing cz document converter, you can simply press the "add files" button or the "add folders" button, then select the files you want to convert to batch conversion list with ctrl or shift key, and press the "convert" button, in a short time you will have finished conversion!
How to use command line run?
usage: czdocvt <file path> </f:<dest file format code>> [/d:<dest folder>] [/s]
| file path | the path and files want to be converted, this parameter must exist. for example, d:\*.doc |
| /f:<dest file format code> | destination file format code, this parameter must exist. the format code list is following: -1 PDF file 0 word doc file 1 dot file 2 text file 3 text file with line break 4 dos text file 5 dos text file with line break 6 rtf file 7 unicode or encode text file 8 html file >8 other file format your office word can support, you can find it in CZ Document Converter COM’s gui, please see following red frame.
for example, /f:8, express you want convert documents to html files |
| /d:<dest folder> | destination folder for example, /d:d:\test, express file convert result will be saved to d:\test folder |
| /s | include the files in subfolders |
| /p:<open password> | open password for example:/p:123456, express you want convert word doc files with open password 123456 |
Command Line Example1:
convert all doc files in folder e:\source to html files, destination folder is c:\dest, some source doc files have password "123456" protected.
czdocvt e:\source\*.doc /f:8 /d:c:\dest /s /p:123456
Command Line Example2: (this example shows how to convert files when file path with space char or long file path, you add quotation marks beside file path)
convert test*.htm of the folder "c:\source files" to text files, destination folder is "x:\destination\test\space\long file path",
czdocvt "c:\source files\test*.htm" /f:2 "/d:x:\destination\test\space\long file path"
What’s CZ Document Converter COM Methods?
ConvertFolder Method
Convert word doc files in folder to pdf files.
SyntaxstrValue = oczdocumentconvertercom.ConvertFolder(SrcFilePath,DestFilePath,DestFileFormat,IsSubFolder,BSTR Option)ParametersSrcFilePath: String specifying source file path, for example "c:\*.doc"
DestFilePath: String specifying destination file path, if blank then convert to current path.
DestFileFormat: String specifying destination file format code, the format code list is following:
| -1 PDF file 0 doc file 1 dot file 2 text file 3 text file with line break 4 dos text file 5 dos text file with line break 6 rtf file 7 unicode or encode text file 8 html file >8 other file format your office word can support, you can find it in CZ Document Converter COM’s gui, please see following red frame.
for example, 8, express you want convert documents to html files |
IsSubFolder: Boolean. Flag that indicates whether convert file of sub folder. If true, convert file of sub folder. If false, do not convert file of sub folder.
Option: String, reserve.
Returns
String, return the conversion error reason, if return is blank, then convert successfully, otherwise is error reason.
VB Example
The following VB example convert "c:\*.htm" to word doc file, not include file of sub-folder, the conversion result is in "d:\":
dim ConvertCom as object
dim sResult as string
set ConvertCom=CreateObject("czdocumentconverter.ConvertApplication")
sResult=ConvertCom.ConvertFolder("c:\*.htm","d:\","0",false,"")
if sResult="" then
msgbox "Convert OK!"
else
msgbox "Convert Failure, error reason is" & sResult
end if
set ConvertCom=nothing
DELPHI Example
The following DELPHI example convert "c:\*.htm" to word doc file, not include file of sub-folder, the conversion result is in "d:\":
var ConvertCom: Variant;
sResult:string;
ConvertCom := CreateOleObject(’czdocumentconverter.ConvertApplication’);
sResult:=ConvertCom.ConvertFolder(’c:\*.htm’,'d:\’,'0′,false,”);
if sResult=” then
showmessage(’Convert OK!’)
else
showmessage(’Convert failure, error reason is ‘ sResult);
ConvertCom:=UnAssigned;
How to use COM component/object in DELPHI?
1). COM Init
Example:
var ConvertCom: Variant;
ConvertCom := CreateOleObject(’czdocumentconverter.ConvertApplication’);
2). COM Method
Example:
sResult:=ConvertCom.ConvertFolder(’c:\*.htm’,'d:\’,'0′,false,”);
3). Close COM
Example:
ConvertCom:=UnAssigned;
Please click here to download the complete delphi 5.0 example.
How to use COM component/object in VB?
1). COM Init
Example:
set ConvertCom=CreateObject("czdocumentconverter.ConvertApplication")
2). Com Method
Example:
result=ConvertCom.ConvertFolder("c:\*.htm","d:\","0",false,"")
3). Close COM
Example:
set ConvertCom=nothing
Does this converter convert quickly?
Yes, CZ Document Converter COM can convert between word doc, html, rtf, text files very quickly, you can download the Free Demo and test the converting speed.
Does this converter support word xp?
Yes, CZ Document Converter COM supports word xp.
Is there a batch process available?
Yes. CZ Document Converter COM can support batch conversion between doc, html, rtf, text files, so much as over 1500 files.
Can this converter convert many pages in a document file?
Yes. CZ Document Converter COM can convert very big document file, so much as over 5000 pages in a document file.
I am trying to use your Document Converter product (cz-docvt) to convert HTML to RTF via the command line, but can find no way to tell it the source document type; it seems to just copy the HTML and do no translating.
You need not to know the soure file type, and you only set the destination file format, please add /f:6 to your command line, then you can get rtf result.
fox example: convert all htm files include sub-folder in folder d:\source to rtf files, destination folder is d:\dest
the command line can be : czdocvt d:\source\*.htm /f:6 /d:d:\dest /s
We are evaluating your product for our software product. We would like to distribute your product with our product if it fits to our requirement. We are interested knowing price structure for distribution license, where we can bundle your product with our product.
You can choose to pay for each copy, or pay for Developer License. After you order the developer license, there is not any limit for the developer license, you can bundle our product to your application, then redistribute your application to anyone, any times, and anytime.
The fee of Developer License is $1560, and you can order it from https://www.regsoft.net/purchase.php3?productid=54021&pc=G012s
How we can redistribute your product with our product? If it is possible, What file we need to insert in our setup?
You only copy cz-docvt.exe and register.dat to your install path, and copy gsdll32.dll to windows system path, then add command to run cz-docvt.exe with Parameters"/regserver" while installing, and add command to run cz-docvt.exe with Parameters"/unregserver" while uninstalling.
I have more questions - who should I write to?
Please send your additional questions to support@convertzone.com.
| Price (US Dollar) | By regsoft.com | |
| 1 license/copy | $199.95 | |
| 2 license/copy | $389.95 | |
| 3 license/copy | $569.95 | |
| 4 license/copy | $739.95 | |
| 5 license/copy | $899.95 | |
| 6 license/copy | $1049.95 | |
| Site License Site License covers a single organization in one location (building complex). If you buy a Site License, you may use the program in an unlimited number of your company’s computers within this area. Site License is very cost-effective if you have many computers. if your order over 8 license/copy, you had better to buy Site License, it’s very cheap. |
$1560 | |
| Developer License After you order the developer license, there is not any limit for the developer license, you can bundle our product to your application, then redistribute your application to anyone, any times, and anytime. |
$1560 |
Have trouble to purchase from Regsoft? Click here to buy from RegNow that is our another agent.
Have trouble to order our products, Click here to know how to buy.













April 17th, 2009 at 19:02
Dear Madam/ Sir,
Please be informed that we are a software developer and distributor in Japan.
I have just read the features of your product “PDF Tools” with interest,
and would like to ask whether you would like to sell the license of the products to us or not.
We would like to launch out the products in box set since we have many different kind of
sales networks in Japan.
You are welcome to visit our web site at :
http://www.magrex.co.jp
We can have further discussion if you are also interested in this business.
We look forward to receiving your response soon.
Thank you for your kind attention.
Neville Cheung
Sales Manager (Overseas Dept.)
Magrex
April 18th, 2009 at 09:16
magrex, hello:
Thank you for interesting for our products!
You can become our reseller, and we can provide you resell discount, ok, welcome your reply, thanks!
Best regard.
ConvertZone Support team
April 22nd, 2009 at 16:19
You describe converting a folder of files in Delphi. Can you convert just 1 file at a time in Delphi, ie is there a
result=ConvertCom.ConvertSingleFile(”c:\test.rtf”,”d:\”,”0″,false,”");
method in the ConvertCom unit. We would like to convert rtf to html. Finally, is Word a requirement for this convertion. This last requirement might prevent its use as we can’t guarentee that our custiomers use Word 2002.
Please note your link to the delphi 5 code is broken
April 22nd, 2009 at 18:27
Chris P F. Sheppard, hello:
Thank you for interesting for our products!
>You describe converting a folder of files in Delphi. Can you convert
>just 1 file at a time in Delphi, ie is there a
>
>result=ConvertCom.ConvertSingleFile(”c:\test.rtf”,”d:\”,”0″,false,”");
>
>method in the ConvertCom unit. We would like to convert rtf to html.
Yes, it can convert one file per time
>Finally, is Word a requirement for this convertion. This last
>requirement might prevent its use as we can’t guarentee that our
>custiomers use Word 2002.
Yes, you must install ms word in your ocm so our product can work ok.
>Please note your link to the delphi 5 code is broken
thanks for error finding, now the url is ok, you can get it from http://www.convertzone.com/document_convertercom/sample/delphi.zip , thanks again.
Ok, welcome your reply, thanks!
If you have any problem, do not hesitate, please email to us, we are glad to hear from you!
Best regard.
ConvertZone Support team 2009-04-22
ConvertZone Software Co,.ltd
http://www.convertzone.com
support@convertzone.com
June 3rd, 2009 at 06:31
Hi there. I have three questions:
1) will this work on word 2007 format (.docx files)?
2) will this work for .ppt files?
3) if we deplly this on our webserver to convert archived office documents, will it work? It is possible that more than one document might be converted in parallel. So - is the solution reenterant?
June 3rd, 2009 at 08:23
Murray, hello.
Thank you for interesting for our products!
>1) will this work on word 2007 format (.docx files)?
It can work ok after you install ms word 2007
>2) will this work for .ppt files?
No, but our ppt tools can work for .ppt files, you can get more ppt files from http://www.convertzone.com/category/products/powerpoint-converters
>3) if we deplly this on our webserver to convert archived office documents, will it work? It is possible that more than one document might be converted in parallel. So - is the solution reenterant?
Yes, but your web server must be installed ms office. The documents can not be converted in parallel, but you can use the folder watch function of our tool, after your clients upload files to your web server, the folder watcher can convert these uploading files automatically one by one.
Ok, welcome your reply, thanks!
If you have any problem, do not hesitate, please email to us, we are glad to hear from you!
Best regard.
ConvertZone Support team 2009-06-03
ConvertZone Software Co,.ltd
http://www.convertzone.com
support@convertzone.com