Dear all,
How can i convert a pdf file to a tiff CCITT T.6 format?
I need these specification:
Bit depth 1
Compression CCITT T.6
Resolution unit 2
version IM 7.0.7
Thank you all
Fabrizio
Pdf to tiff CCITT T.6
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Pdf to tiff CCITT T.6
CCITT T.6 compression is Group 4. And unit 2 is pixels per inch.
So try
Choose your desired XX value such as 300 to get the output tiff size that you want.
So try
Code: Select all
magic -density XX -units pixelsperinch image.pdf -compress Group 4 image.tif