Usage


(See SPL2STMF - usage also.)


                          Convert TIFF to PDF (TIFF2PDF)

 Type choices, press Enter.

 TIFF path name . . . . . . . . . TIFF         > 
                    
 PDF path name  . . . . . . . . . PDF          > 
                    
 Standard paper size  . . . . . . PAPERSIZE      *A4    
 Paper orientation  . . . . . . . ORIENTAT       *H
 Print margin (mm)  . . . . . . . MARGIN         10     

                 Convert TIFF to PDF (TIFF2PDF) - Help

    The TIFF2PDF command allows you to convert TIFF (Tagged Information
    File Format) to PDF (Portable Document Format). TIFF image is
    automatically scaled to fit to the paper size.

    Restrictions:

     O  Supports CCITT G4 compressed TIFF file only.

     O  Only one TIFF file can be specified. To cope with multiple page
        document, use "multi-page" TIFF.

     O  Page size is not accurete because of conversion between unit
        systems.  (mm, inch, point, dpi...)

    Specification:


    This command supports paper size below:

       Name    Size(mm)  Size(inch)
      ------ ----------- ----------
      A3      297 x 420
      A4      210 x 297
      A5      148 x 210
      B4      250 x 353
      B4JIS   257 x 364
      B5      176 x 250
      B5JIS   182 x 257
      LETTER              8.5 x 11
      LEGAL               8.5 x 14
      LEDGER             11.0 x 17
      user defined (mm) -> (28 to 841) x (40 to 1189)
      margin (mm) -> 0 to 1000

        Note :  Do not precede an entry with an asterisk unless that
        entry is a "special value" that is shown (on the display or in
        the help information) with an asterisk.

Error messages for TIFF2PDF

    *ESCAPE Messages
    CPF9897     Command failed.

TIFF file (TIFF)

    Specifies input TIFF file (path) name.

    This is a required parameter.

PDF file (PDF)

    Specifies output PDF file (path) name.

    This is a required parameter.

Paper size of output PDF file (PAPERSIZE)

    *A4
        Output paper size is A4.

    *A3
        Output paper size is A3.

    *A5
        Output paper size is A5.

    *B4
        Output paper size is B4.

    *B4JIS
        Output paper size is B4(Japanese standard size).

    *B5
        Output paper size is B5.

    *B5JIS
        Output paper size is B5(Japanese standard size).

    *LETTER
        Output paper size is LETTER, Traditional paper size used in
        North America.

    *LEGAL
        Output paper size is LEGAL, Traditional paper size used in North
        America.

    *LEDGER
        Output paper size is LEDGER, Traditional paper size used in
        North America.

    *USRDFN
        Output paper size can be specified by "USRSIZE" parameter.

User defined paper size (USRSIZE)

    Specifies paper size in mm(milimeter).

    184
        Default value of width (shorter side, in vertical view) is 184mm
        (approximately 7.25inch), can be used as "Executive" paper.

    value_in_mm
        Specifies paper size in mm(milimeter).

    267
        Default value of height (longer side, in vertical view) is 267mm
        (approximately 10.5inch), can be used as "Executive" paper.

    value_in_mm
        Specifies paper size in mm(milimeter).

Paper orientation (ORIENTAT)

    Specifies orientation of output.

    The possible values are:

    *H
        Horizontal (landscape) view.

    *V
        Vertical (portrait) view.

Print margin (MARGIN)

    Specifies the margin of the origin from the edge on the front side
    of the paper.
 

[Home]