Flags and values
- -a {IO1_G4 | IM1 | IO1 | IO1_MMR | PSEG_IO1_G4 | PSEG_IM1 | PSEG_IO1 | PSEG_IO1_MMR | OVLY_IO1_G4 | OVLY_IM1 | OVLY_IO1 | OVLY_IO1_MMR | FS45}
- Determines the type of AFP data stream image to generate for each page in the PostScript or PDF file.
- Values are:
- IO1_G4
- Compressed Image Object Content Architecture (IOCA) image in Modified TSS (formerly CCITT) T.6 G4 Facsimile Coding Scheme (G4 MMR) format. This is the recommended output type because it takes up less space on the fixed disk, and it prints faster.
- PPDS, PCL, and TCP/IP-attached IPDS printers can print IOCA images. However, only channel-attached printers that have the Advanced Function Image and Graphics (AFIG) feature installed can print IOCA images. Therefore, if you are printing images on channel-attached printers without the AFIG feature, select the IM1 value.
- IM1
- IM1 image. This type of image is not compressed.
- IO1
- IOCA image. This type of image is not compressed.
- IO1_MMR
- Compressed IOCA image in Modified Modified Read (MMR) format.
- {PSEG_IO1_G4 | PSEG_IM1 | PSEG_IO1 | PSEG_IO1_MMR}
- Page segment of the specified image type.
- {OVLY_IO1_G4 | OVLY_IM1 | OVLY_IO1 | OVLY_IO1_MMR}
- Overlay of the specified image type.
- -cmp {lzw | jpeg | jpeg-sub}
- Enables JPEG images and LZW compression.
- Values are:
- lzw
- This value is used for LZW compression and unsubsampled files.This is the default value.
- jpeg-sub
- This value is used for JPEG compression and subsampled files.
- jpeg
- This value is used for JPEG compression and unsubsampled files.
- -is3
- Specifies that the transform produces IS/3 compliant datastreams.
- -l nnnn.nnnu
- Specifies the length of the generated image. nnnn.nnn is a number that can optionally contain a decimal point and u is the units in inches (i) or millimeters (m). If you do not specify a unit (i or m), PostScript to AFP uses pels as the unit type. You cannot specify fractional values (that is, you cannot use a decimal point) for pels.
- For 240-pel resolution printers, values are:
- For 300-pel resolution printers, values are:
- For 480-pel resolution printers, values are:
- For 600-pel resolution printers, values are:
- -p PageRange
- Specifies that the output must only contain selected pages. When you specify multiple -p flags, the PostScript to AFP transforms all the pages in the input. It then extracts the specified MO:DCA-P pages and prints them in normal numerical order, regardless of the order you specify.
- Examples of values include:
- -p even
- Output even pages.
- -p odd
- Output odd pages.
- -p 1-10
- Output pages 1 through 10.
- -p 10-
- Output pages from page 10 until the end of the job.
- You cannot specify both the -g flag and the -p flag.
- You can use -p when the PostScript to AFP transform is processing one file at a time. This flag is ignored if you specify multiple files within the same job.
- -pragma AFPDSRECORDLENGTH = nnnnn
- Use nnnnn to specify the maximum number of bytes in a record. For example,
-pragma AFPDSRECORDLENGTH=8000
limits the record length to 8K. - The default is 32000, and the value range is 8000 to 32000.
- -psc {ArtBox | BleedBox | CropBox | TrimBox}
- Used with the pdf2afp transform processing engines to aid the positioning of content
on the requested media in accordance with the intention of the PDF file creator.
- ArtBox
- Specifies the ArtBox for the PDF file.
- BleedBox
- Specifies the BleedBox for the PDF file.
- CropBox
- Specifies the CropBox for the PDF file.
- TrimBox
- Specifies the TrimBox for the PDF file.
- -r {240 | 300 | 360 | 480 | 600 | 720 | 1200}
- Specifies the resolution of the output image. Select the resolution based on the printer on which you are printing the image.
- Values are:
- 240
- 240 pels-per-inch (for example, 3812, 3825, 3827, 3835, and 3900 printers).
- 300
- 300 pels-per-inch (for example, 4019, 4028, 4029, and 4039 printers and Hewlett-Packard printers).
- 360
- 360 pels-per-inch (for example, InfoPrint 5000 printers).
- 480
- 480 pels-per-inch
- 600
- 600 pels-per-inch (for example, InfoPrint 4100 printers), the default.
- 720
- 720 pels-per-inch (for example, InfoPrint 5000 printers).
- 1200
- 1200 pels-per-inch (for example, InfoPrint 5000 printers).
- -w nnnn.nnnu
- Specifies the width of the generated image. nnnn.nnnu is a number that can optionally contain a decimal point and u is the units in inches (i) or millimeters (m). If you do not specify a unit (i or m), PostScript to AFP uses pels as the unit type. You cannot specify fractional values (that is, you cannot use a decimal point) for pels.
- For 240-pel resolution printers, values are:
- For 300-pel resolution printers, values are:
- For 600-pel resolution printers, values are:
- -x nnnn.nnnu
- Specifies an X offset (horizontal offset) of the generated image. nnnn.nnn is a number that can optionally contain a decimal point and u is the units in inches (i) or millimeters (m). If you do not specify a unit (i or m), PostScript to AFP uses pels as the unit type. You cannot specify fractional values (that is, you cannot use a decimal point) for pels.
- An offset value specifies a border or margin around the generated image to avoid the non-printable areas of some printers. An X-offset value specifies the left and right margins of the generated image.
- Values are:
- 0
- No border is specified. This is the default.
- 0 to 17i
- The X offset must be less than half of the width (-w) of the generated image. For example, if you specified -w=12i, this value can be no greater than 6i.
- -y nnnn.nnnu
- Specifies a Y offset (vertical offset) of the generated image. nnnn.nnn is a number that can optionally contain a decimal point and u is the units in inches (i) or millimeters (m). If you do not specify a unit (i or m), PostScript to AFP uses pels as the unit type. You cannot specify fractional values (that is, you cannot use a decimal point) for pels.
- An offset value specifies a border or margin around the generated image to avoid the non-printable areas of some printers. A Y-offset value specifies the top and bottom margins of the generated image.
- Values are:
- 0
- No border is specified. This is the default.
- 0 to 17i
- The Y offset must be less than half of the length (-l) of the generated image. For example, if you specified -l=16i, this value can be no greater than 8i.