Empower yourself with File Conversion tools from Softinterface.

'Convert Doc' FAQ

(Document Conversion Utility, PDF, DOC, TXT, RTF, HTM)

English  日本語

 

Converting from PDF to DOC/RTF/etc. the Chinese, Japanese ideograms and Russian characters fonts are lost.

Install the Japanese, Chinese language packs from Microsoft onto your operating system. Installing the Arial Unicode MS font on the machine for example when converting PDF -> RTF/DOC enables the Chinese, Japanese ideograms and Russian characters.


Back to Top

When Converting using the 'Convert Doc' method, the output PDF spacing between paragraphs is off.

For 'Convert Doc' version 4.62 (3/31/2011) and above, there is one undocumented setting you can try. Add the following line immediately below [frmMain] within the CD_SearchHistory.INI file:

bOverrideTopBottomParagraphDistance=FALSE

To get it back to the original setting, you can change the line above to:

bOverrideTopBottomParagraphDistance=TRUE


Back to Top

Unable to Convert to/from HTML (Windows 2000, XP specific)

If you are getting an error when converting an HTML file with version 7.0 (released in 2/2012) or greater of 'Convert Doc', and you have an older operating systems (i.e. 2000, XP) you must install the following items:

        Microsoft .NET Framework Version 2.0 Redistributable Package (x86 or x64)

        Microsoft Visual C++ 2005 SP1 Redistributable Package 

        Microsoft Visual C++ 2008 SP1 Redistributable Package

Back to Top

Images are lost when converting to other formats

If you are working with MS Word documents, the images may be OLE objects, and not truly images.  Please insert the images as images and it will work fine.

Back to Top

"Unexepcted Error-Quitting" Windows Vista Specific error.

Right-click the program icon and set to "run as an administrator".

How Do I convert WordPerfect Documents, or other document types, it doesn't really convert them.

To convert Wordperfect for example, first select the 'MS Word' conversion method.  Now, be sure that MS Word is installed and that you can open the file type you want to convert within MS Word.  Typically WordPerfect cannot immediately open within MS Word without first installing the necessary file filter.  You can remedy this problem by simply opening up the document type in question within Word.  Word will prompt you to install the necessary module.  Also, you can run the installation for MS Office and add the necessary file filters for MS Word.

Back to Top

Can I get an ERRORLEVEL or ERRORCODE when using the command line?

Yes, you can. Use the /P switch to get an error code. Here is a sample batch file.


@Echo off
Set CD="C:\Program Files\Softinterface, Inc\ConvertDoc\ConvertDoc.EXE"

%CD% /S C:\in\simple.txt /S "C:\in\Simple.docx" /T "C:\in\Simple.htm" /M2 /F13 /C4 /L "C:\in\LOG-FILE.LOG" /P

ECHO. The current errorlevel is %ERRORLEVEL%

IF %ERRORLEVEL% NEQ 0 goto Label_ERROR_OCCURRED
IF %ERRORLEVEL% EQU 0 goto Label_ECHO_SUCCESS

:Label_ECHO_SUCCESS
ECHO Success!
Goto Label_CLEANUP

:Label_ERROR_OCCURRED
ECHO AN ERROR OCCURRED SEE LOG-FILE.LOG

:Label_CLEANUP
pause

Back to Top

 

Fonts Are not being preserved during conversion

If there are any printers installed on the system, the font list will come from the printer that is setup as the default printer.

Back to Top

Any other known bugs or Issues?

See Revisions above for version to version details.  Also, Please submit a bug if you find one.

Back to Top


I get the following error when I run from the command line

"'ConvertDoc' is not recognized  as an internal or external command, operable program or batch file."

Important: To use the command line successfully you must do one of the following:

A)    (Preferred method) Specify the full path to the executable. For example:

"c:\program files\Softinterface, Inc\Convert Doc\ConvertDoc.EXE" /J"D:\My Conversion Job Files\AcctBatch.SII"

Alternatively if using a batch file you might try something like this:

set ConvertDoc ="c:\program files\Softinterface, Inc\Convert Doc\ConvertDoc.EXE"

%ConvertDoc% /J"D:\My Conversion Job Files\AcctBatch.SII"

B)    Set the path in your environment variables to the location of ConvertDoc.EXE

Otherwise, you'll see the following error:

"'ConvertDoc' is not recognized as an internal or external command, operable program or batch file."

Back to Top

The PDF I Created doesn't look good in Acrobat

It may be that your version of Acrobat is version 4 or older.

Back to Top

Are there limitations to converting HTML Tables?

A single row in an table cannot have more than 64,000 characters.

Back to Top