|
Structured Fax File Format was developed for facsimile documents circulation.
An SFF file can contain one or more black-and-white raster pages.
Programs which can read SFF files are very few in number.
To convert SFF files to TIFF:
- Download and install Image Converter Plus program
- Press 'Start" button, then select 'Run...' and press it
Enter the following command line:
ICPCL.exe –convertto tiff –source " C:\SFF Images\*.pdf" –dest "C:\out\" dither:no -save_opt convert_subfolders:yes restore_subfolders:yes compression:CCITT_Fax
- Press 'OK' button
- A DOS mode window will open and the conversion process will start
- Converted files will be stored in 'C:\out' folder
If you do conversions often you may found it more convenient to make
a conversion script as a BATCH-file.
|