isimSoftware PDF to Doc Converter

isimSoftware PDF to Doc Converter

isimSoftware PDF to DOC is used to convert PDF to Word (.doc) or WordPad (.rtf) documents in batch mode. It works without Adobe Acrobat or Adobe Reader, and has Command Line Interface (CLI), friendly interface, small size, accurate and fast conversion ability.

Personal License Price: 9$ Click here to buy this software

  • Converts PDF to Word documents (DOC/RTF) in batch mode.
  • + Friendly interface, small, accurate and fast.
  • + Retains original text, images, format and layout in output files.
  • + Supports System Level Context Menu.
  • + Multithreaded converting to make it fast.
  • + Supports converting password-protected PDFs.
  • + Supports converting specific page range.
  • + Supports Command Line Interface (CLI).

It retains the original text, images, format and layout of PDF files in the output doc/rtf files during converting.

Also, isimSoftware PDF to DOC supports converting the password-protected PDF files and specifying page range to convert.

  • Why Choose Us▾Right Protect your privacy and data security (online converter needs uploading).
  • Right Convert PDFs in BATCH.
  • Right Quickly select source: just drag-and-drop your files.
  • Right NO downloading needed, store result in your local PC directly.
  • Right Handy converter: run at any time, even no network is okay.
  • Right Support Command Line Interface: improve the productivity if you’re good at programming.
  • Right Support system level context menu.
  • Right Reasonable & affordable license fee, and enjoy FREE lifetime support.
  • Right Intuitive, practical and compact interface, genuine and familiar PDF RED.
  • Right 100% CLEAN: NO Ad, NO Bundle, NO Virus, NO Spyware, just for BETTER.

Command Line Interface (CLI) Documentation

1. Synopsis

isimSoftware PDF to Doc -i:PDF [-o:output path] [-l:log file] [-f:format] [-p:pages] [-w:password]

isimSoftware PDF to Doc -?

isimSoftware PDF to Doc -v

2. Arguments

-v Shows isimSoftware PDF to Doc’s CLI information, version number, copyright and license information.

-? Shows help.

-i:full path of PDF file.

Required. Specifies the PDF file to convert.

E.g. -i:F:\pdfs\test.pdf

-o:output path of converted file.

Optional. Specifies the output path for the converted file.

Default: the source path (PDF file’s location).

E.g. -o:F:\pdfs

-l:log file.

Optional. Specifies a file to record the conversion process, especially, for analyzing the errors.

Default: same as the input PDF file, but its extension is .log.

E.g. -l:F:\pdfs\test.log

Codes and messages reference in the log file:

CMD: records complete command line for review.

S: Conversion successfully!

E1: The output path (-o:) does not exist:…

E2: Invalid output format (-f:), it must be RTF or DOC.

E3: Need password (-w:).

E4: Incorrect password (-w:).

E5: Invalid page range (-p:), the correct format is n-m, e.g. 1-29. It starts from 1, and ends at the total pages.

E6: Internal error occurred, this PDF file cannot be converted.

-f:output format.

Optional. Specifies the format of output file.

Default: RTF

Available Values: RTF, DOC

E.g. -f:DOC

-p:pages.

Optional. Specifies the pages range of PDF file to convert.

Default: A

Available Values: A or n-m. A = All, n-m = range, e.g. 3-10

E.g. -p:4-23

-w:password.

Optional. If your PDF needs a password to open, please specify it here.

Default: empty string.

E.g. -w:cje9^-*!

3. Usage

a. Manual:

1) press <Win+R>, type “cmd” and press <Enter> to open the DOS command window.

2) change current path to isimSoftware PDF to DOC’s program folder by using “cd” command (may need to change current drive first). Right-click isimSoftware PDF to DOC’s shortcut icon and click “Properties” menu item, you will find the path in [Start in] field.

3) Now you can simply type “ptd -i:…” to use isimSoftware PDF to Doc’ CLI.

b. Use isimSoftware PDF to Doc’s CLI in Your Own Application/Script/BAT on Your Licensed PCs:

First, need to install isimSoftware PDF to Doc on your licensed PCs, and then simply use the Shell function (or other similar functions) to do it.

This is VB.NET sample code (in VB.NET, two ” indicate one actual “), FYI:

Shell(“””C:\Program Files\isimSoftware\isimSoftware PDF to DOC\isimSoftware PDF to Doc”” “”-i:H:\Books\C 11 D.pdf”” -o:H:\”, AppWinStyle.NormalFocus)

Shell(“””C:\Program Files\isimSoftware\isimSoftware PDF to DOC\isimSoftware PDF to Doc”” -i:H:\Books\C11D.pdf -o:H:\”, AppWinStyle.NormalFocus)

c. Deploy isimSoftware PDF to Doc’s CLI with Your Application/Script/BAT Outside the Scope of Your Licensed PCs:

In this case, do NOT need to install isimSoftware PDF to Doc on the PCs that you want to deploy to. And you should purchase isimSoftware PDF to DOC Redistributable CLI, click here to know more details.

Once bought, just deploy the received files under your application or any other place as you need, and then you will have the ability to use it like this (VB.NET code):

Shell(“D:\MyApp\isimSoftware PDF to Doc\isimSoftware PDF to Doc -i:H:\Books\C11D.pdf -o:H:\”, AppWinStyle.NormalFocus)

4. Note

a. Very easy to use, even only need to specify a PDF to convert.

b. Please use space to separate each arguments, if the full path of isimSoftware PDF to Doc.exe or any argument’s value has the spaces, you must use “” to delimit it (include argument name). E.g. “-i:F:\test folder\test 1.pdf”

c. Please use : to separate argument name and value, and there is no space on the left and right of the colon. E.g. -o:D:\test

d. If you passed twice or more for a same argument, isimSoftware PDF to Doc only uses the last passed value. E.g. isimSoftware PDF to Doc -i:F:\test.pdf -i:F:\test1.pdf, isimSoftware PDF to Doc will convert F:\test1.pdf.

e. CLI Supports multi-language also, even in the log file.

f. Note that the permission problem on Vista+ OS, in order to avoid UAC prompt, we recommend you use the general paths to store input PDFs, output files and logs, do not use the system drive as best.

g. How to convert more than one PDFs or convert in a folder? Just use the “for” or other loops in your programming language.

5. Examples

“E:\Program Files\isimSoftware\isimSoftware PDF to DOC\isimSoftware PDF to Doc” -i:f:\test.pdf

“E:\Program Files\isimSoftware\isimSoftware PDF to DOC\isimSoftware PDF to Doc” -i:f:\test.pdf -o:f:\test -f:DOC

“E:\Program Files\isimSoftware\isimSoftware PDF to DOC\isimSoftware PDF to Doc” -i:f:\test.pdf -o:f:\test -l:f:\test.log -f:DOC -p:2-25 -w:testd

“E:\Program Files\isimSoftware\isimSoftware PDF to DOC\isimSoftware PDF to Doc” -i:f:\test.pdf “-o:f:\test output” -l:f:\test.log -f:RTF -p:2-25 -w:testpwd

“E:\Program Files\isimSoftware\isimSoftware PDF to DOC\isimSoftware PDF to Doc” -v

“E:\Program Files\isimSoftware\isimSoftware PDF to DOC\isimSoftware PDF to Doc” -?Video Tutorial▸Home▸

Leave a Comment

ticket system