Question: I would like to convert the word to tif file format but I need to make the output tif multi-page, in case the word document has more than one page, is that possible?
**********************************************************************************
Solution: According to your needs, maybe you can use software VeryDOC DOC to Any Converter and use the following command line: doc2any.exe -multipagetif -useprinter "example.doc" "example.tif". If you need to convert a whole folder doc file to tif, please use the wild characters, like this: doc2any.exe -multipagetif -useprinter "c/*.doc" "example.tif". By the above command line, it will convert all the doc files in the some disk to multipage tif file. In the following part, I will show you the detail conversion steps.
First, download DOC to Any Converter.
- This software belongs to command line and there is no software interface. You need to call it from the MS Dos Windows. After downloading, it is a zip file. Please unzip it and check the elements in it.
- As its name claims, this software can convert all the printable file or Office file to image or PDF. If you need to know more about it, please visit its homepage.
Second, run the conversion following the usage and examples.
Usage: DOC2Any [options] <in-file> [<out-file>]
Example: doc2any.exe -multipagetif -killoffice -useprinter "C:\in.doc" C:\out.tif
doc2any.exe -multipagetif -bitcount 1 -xres 300 -yres 300 -killoffice 0 -useprinter "C:\in.doc" C:\out.tif
Related parameters:
-multipagetif : this parameter is for creating multipage TIFF format
-killoffice <int>: Kill or not kill MS Office instances before conversion
-useoffice 0: Don't use MS Office to convert DOC,DOCX,RTF,TXT,PPT,PPTX,XLS,XLSX formats
-useprinter : Convert DOC files to other formats via virtual printer
-bitcount 1<int> : for converting doc file to grey style tif file, also by this software, you can convert doc to 8-bit and 24 –bit image file
xres &-yres: Set X & Y resolution to image file
By the above parameters, even if you do not have MS Office installed, you still can convert doc to tiff file easily. Let us check the conversion effect from the following snapshots.
Fig. 1. conversion process from doc to tif
Fig. 2. source doc file and output tif file
Up to here, the conversion has been finished. All the VeryDOC software are free to try, if you need, please run the conversion following my steps. During the using, if you have any question, please contact us by the ways stated on our support website.