With you software, it says we can print to TIFF format.
Can we specifically print to Group 3 or Group 4 1-bit palette TIFF files?
=============================
Yes, you can use -c parameter to create G3 or G4 TIFF files,
-c <compression> : compression for TIFF output format
-c 1 : NONE compression
-c 2 : CCITT modified Huffman RLE
-c 3 : CCITT Group 3 fax encoding (1d)
-c 4 : CCITT Group 4 fax encoding
-c 5 : LZW compression
-c 6 : OJPEG compression
-c 7 : JPEG DCT compression
-c 32773 : PACKBITS compression
-c 32809 : THUNDERSCAN compression
-c 88880 : 204x98 G4 ClassF TIFF
-c 88881 : 204x196 G4 ClassF TIFF
-c 88882 : 204x98 G3 ClassF TIFF
-c 88883 : 204x196 G3 ClassF TIFF
-c 88884 : CCITT Group 3 fax encoding (2d)
For example,
"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -c 3 -b 1 -r 300 -i C:\input.doc -o C:\output.tif
"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -c 4 -b 1 -r 300 -i C:\input.doc -o C:\output.tif
=============================
Can you please assist in identifying which compression type this particular file is (attached)? Our internal systems are accepting the attached .TIF but not the .TIF produced using doc2Print.
Which parameter (compression type) should we use to create that precise type of TIF (as attached)?
Any help is appreciated.
=============================
Your TIFF file has following information,
~~~~~~~~~~~~~
Image Width: 1728 Image Length: 1072
Resolution: 200, 100 pixels/inch
Bits/Sample: 1
Compression Scheme: CCITT Group 3
Photometric Interpretation: min-is-white
FillOrder: msb-to-lsb
Samples/Pixel: 1
Rows/Strip: 1072
Planar Configuration: single image plane
Group 3 Options: (0 = 0x0)
~~~~~~~~~~~~~
So you can use following command line to convert your DOC file to this type of TIFF file,
"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -i C:\test.doc -o C:\out.tif -b 1 -r 200x100 -c 3
Related Posts
Related posts:
How to Remove Windows Vista/7 Printer Driver?
How to print doc to jpg?
How to convert MS Office Excel documents of XLS to JNG?
How to convert OpenOffice documents of ODT to PNM?
Convert Office to EPS file by command line
Insert Website to an Existing PDF by Virtual Printer
How to protect PDF from being copied?
Intercepting printer data and save to PDF and Image files