Announcement

Collapse
No announcement yet.

Cannot convert the entire file to jpeg‏

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cannot convert the entire file to jpeg‏

    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!

    #2
    You need to use the "extract" command:
    folder-name\i_view32.exe folder-name\*.tif /extract=(folder-name,jpg)
    The JPGs are automatically given file+page# names. Quality will be according to your last used conversion.
    Its: Belongs to "It"
    It's: Shortened form of "It is"
    ---------------------
    Lose: Fail to keep
    Loose: Not tight

    ---------------------
    Plurals do not require apostrophes

    Comment

    Working...
    X