Good day,
I’m trying to convert tiff files (incoming faxes) to jpeg files using IFRAN software through command line. The conversion works great, however, I’m faced with the following issue:
When a fax with multiple pages is received by windows fax service, the documents are saved in one file as tiff. When I do the conversion using the cmd, I’m only able to get the first page in that document converted to jpeg. The rest are not converted.
My question is, how can I convert the entire file with all the documents inside that file to jpeg using the command line?
P.S. The command line I use is "C:\program files\irfanview\i_view32.exe" c:\ProgramData\Microsoft\Windows NT\MSFax\Inbox\*.tif /convert=c:\scan\*.jpg
Please Help!
I’m trying to convert tiff files (incoming faxes) to jpeg files using IFRAN software through command line. The conversion works great, however, I’m faced with the following issue:
When a fax with multiple pages is received by windows fax service, the documents are saved in one file as tiff. When I do the conversion using the cmd, I’m only able to get the first page in that document converted to jpeg. The rest are not converted.
My question is, how can I convert the entire file with all the documents inside that file to jpeg using the command line?
P.S. The command line I use is "C:\program files\irfanview\i_view32.exe" c:\ProgramData\Microsoft\Windows NT\MSFax\Inbox\*.tif /convert=c:\scan\*.jpg
Please Help!
Comment