Post a comment on "TIFF to Postscript Converter Command Line is a software to batch convert from TIFF files to Postscript (PS/EPS) files."

Accepted HTML

<b>, <strong>, <u>, <i>, <em>, <s>, <big>, <small>, <sup>, <sub>, <pre>, <ul>, <ol>, <li>, <blockquote>, <code> escapes HTML, URLs automagically become links, and [img]URL here[/img] will display an external image.

Accepted Markdown

**Bold**, _underline_, *italic*, ~~strikethrough~~, `highlight`, ```code``` escapes HTML. HTML and Markdown may be used together in your comment.

Showing 2 Comments

TIFF to Postscript Converter Command Line Software
usage: tiff2ps [options] input.tif ...
where options are:
-1            generate PostScript Level 1 (default)
-2            generate PostScript Level 2
-3            generate PostScript Level 3
-8            disable use of ASCII85 encoding with PostScript Level 2/3
-a            convert all directories in file (default is first), Not EPS
-b #          set the bottom margin to # inches
-c            center image (-b and -l still add to this)
-d #          set initial directory to # counting from zero
-D            enable duplex printing (two pages per sheet of paper)
-e            generate Encapsulated PostScript (EPS) (implies -z)
-h #          set printed page height to # inches (no default)
-w #          set printed page width to # inches (no default)
-H #          split image if height is more than # inches
-P L or P    set optional PageOrientation DSC comment to Landscape or Portrait
-W #          split image if width is more than # inches
-L #          overLap split images by # inches
-i #          enable/disable (Nz/0) pixel interpolation (default: enable)
-l #          set the left margin to # inches
-m            use "imagemask" operator instead of "image"
-o #          convert directory at file offset # bytes
-O file      write PostScript to file instead of standard output
-p            generate regular PostScript
-r # or auto  rotate by 90, 180, 270 degrees or auto
-s            generate PostScript for a single image
-t name      set postscript document title. Otherwise the filename is used
-T            print pages for top edge binding
-x            override resolution units as centimeters
-y            override resolution units as inches
-z            enable printing in the deadzone (only for PostScript Level 2/3)

tiff2ps.exe -$ XXXX-XXXX-XXXX-XXXX -O _out_first_page.ps multipage.tif
tiff2ps.exe -$ XXXX-XXXX-XXXX-XXXX -a -O _out_all_pages.ps multipage.tif
tiff2ps.exe -$ XXXX-XXXX-XXXX-XXXX -w 612 -h 792 -O _out_612x792.ps multipage.tif
tiff2ps.exe -$ XXXX-XXXX-XXXX-XXXX -1 -O _out_level1.ps multipage.tif
tiff2ps.exe -$ XXXX-XXXX-XXXX-XXXX -2 -O _out_level2.ps multipage.tif
tiff2ps.exe -$ XXXX-XXXX-XXXX-XXXX -3 -O _out_level3.ps multipage.tif
tiff2ps.exe -$ XXXX-XXXX-XXXX-XXXX -a -3 -O _out_level3_all_pages.ps multipage.tif
tiff2ps.exe -$ XXXX-XXXX-XXXX-XXXX -D -O _out_duplex.ps multipage.tif

TIFF to Postscript Converter Command Line is a software to batch convert from TIFF files to Postscript (PS/EPS) files. PostScript is a file format that can be both vector image and document file. It can contain vector images and text at the same time. PS file holds an instruction about how to print. As it supports both text and images so it can instruct printers how to print the file. PS files are later improved as PDF format.

PostScript (PS) is a computer language for creating vector graphics. It is a dynamically typed, concatenative programming language. It is used as a page description language in the electronic and desktop publishing areas.

Name
tiff2ps - convert a TIFF image to PostScript.

Synopsis
tiff2ps [ options ] input.tif ...

Description
tiff2ps reads TIFF images and writes PostScript or Encapsulated PostScript (EPS) on the standard output. By default, tiff2ps writes Encapsulated PostScript for the first image in the specified TIFF image file.

By default, tiff2ps will generate PostScript that fills a printed area specified by the TIFF tags in the input file. If the file does not contain XResolution or YResolution tags, then the printed area is set according to the image dimensions. The -w and -h options (see below) can be used to set the dimensions of the printed area in inches; overriding any relevant TIFF tags.

The PostScript generated for RGB, palette, and CMYK images uses the colorimage operator. The PostScript generated for greyscale and bilevel images uses the image operator. When the colorimage operator is used, PostScript code to emulate this operator on older PostScript printers is also generated. Note that this emulation code can be very slow.

Color images with associated alpha data are composited over a white background.

Options
-1
Generate PostScript Level 1 (the default).

-2
Generate PostScript Level 2.

-3
Generate PostScript Level 3. It basically allows one to use the /flateDecode filter for ZIP compressed TIFF images.

-a
Generate output for all IFDs (pages) in the input file.

-b
Specify the bottom margin for the output (in inches). This does not affect the height of the printed image.

-c
Center the image in the output. This option only shows an effect if both the -w and the -h option are given.

-d
Set the initial TIFF directory to the specified directory number. (NB: Directories are numbered starting at zero.) This option is useful for selecting individual pages in a multi-page (e.g. facsimile) file.

-e
Force the generation of Encapsulated PostScript (implies -z).

-h
Specify the vertical size of the printed area (in inches).

-H
Specify the maximum height of image (in inches). Images with larger sizes will be split in several pages. Option -L may be used for specifying size of split images overlapping.

-W
Specify the maximum width of image (in inches). Images with larger sizes will be split in several pages. Options -L and -W are mutually exclusive. -i Enable/disable pixel interpolation. This option requires a single numeric value: zero to disable pixel interpolation and non-zero to enable. The default is enabled.

-L
Specify the size of overlapping for split images (in inches). Used in conjunction with -H option.

-l
Specify the left margin for the output (in inches). This does not affect the width of the printed image.

-m
Where possible render using the imagemask PostScript operator instead of the image operator. When this option is specified tiff2ps will use imagemask for rendering 1 bit deep images. If this option is not specified or if the image depth is greater than 1 then the image operator is used.

-o
Set the initial TIFF directory to the IFD at the specified file offset. This option is useful for selecting thumbnail images and the like which are hidden using the SubIFD tag.

-p
Force the generation of (non-Encapsulated) PostScript.

-r
Rotate image by 180 degrees.

-s
Generate output for a single IFD (page) in the input file.

-w
Specify the horizontal size of the printed area (in inches).

-x
Override resolution units specified in the TIFF as centimeters.

-y
Override resolution units specified in the TIFF as inches.

-z
When generating PostScript Level 2, data is scaled so that it does not image into the dead zone on a page (the outer margin that the printing device is unable to mark). This option suppresses this behavior. When PostScript Level 1 is generated, data is imaged to the entire printed page and this option has no affect.

Examples
The following generates PostScript Level 2 for all pages of a facsimile:

tiff2ps -a2 fax.tif | lpr

To generate Encapsulated PostScript for a the image at directory 2 of an image use:

tiff2ps -d 1 foo.tif

If you have a long image, it may be split in several pages:

tiff2ps -h11 -w8.5 -H14 -L.5 foo.tif ] foo.ps

The page size is set to 8.5x11 by -w and -h options. We will accept a small amount of vertical compression, so -H set to 14. Any pages between 11 and 14 inches will be fit onto one page. Pages longer than 14 inches are cut off at 11 and continued on the next page. The -L.5 option says to repeat a half inch on the next page (to improve readability).

There are no reviews for this product.

Write a review

Note: HTML is not translated!
    Bad           Good
Captcha

TIFF to Postscript Converter Command Line

  • Product Code: MOD191113225951
  • Availability: In Stock
  • Viewed: 43740
  • Sold By: eDoc Software
  • Seller Rating:
  • Seller Reviews: (0)
  • $39.95


Available Options


Related Products

TrueType Font to Image Converter Command Line

TrueType Font to Image Converter Command Line

TrueType Font to Image Converter Command Line software can be used to batch convert TrueType glyph..

$79.95

PDF Toolkit Command Line Tools & Utilities

PDF Toolkit Command Line Tools & Utilities

PDF Toolkit Command Line Tools & UtilitiesPDF Toolkit Command Line gives you a wide range of profess..

$299.00

Digit OCR Solution for Handwritten and Printed Digit Recognition

Digit OCR Solution for Handwritten and Printed Digit Recognition

Digit OCR is a solution to extract handwritten & printed numbers from various kinds of documents, im..

$0.00

TIFF Toolkit -- Compress, Merge, Split, Extract, Compare and Maintain TIFF files

TIFF Toolkit -- Compress, Merge, Split, Extract, Compare and Maintain TIFF files

TIFF Toolkit is a powerful application tool which can compress TIFF image files to small size ones..

$19.95

Photo Watermark Command Line

Photo Watermark Command Line

Photo Watermark Command Line is a very powerful tool for manipulating and combining images. You ca..

$19.95

EML to PDF Converter (GUI + Command Line)

EML to PDF Converter (GUI + Command Line)

EML to PDF Converter (Email to PDF Converter) is a brilliant application to export EML emails to Ado..

$59.95

PDF to ePub Converter Command Line

PDF to ePub Converter Command Line

PDF to ePub Converter Command Line does convert Adobe PDF files to Responsive EPUB documents. PDF..

$79.95

Image Watermark Software

Image Watermark Software

VeryUtils Image Watermark software does add watermarks to image files quickly. Batch watermark tho..

$39.95

Hex Editor for Windows

Hex Editor for Windows

Hex Editor is the fastest large files optimized binary file editor for Windows platform developed ..

$29.95

PDFPrint Command Line

PDFPrint Command Line

PDFPrint Command Line is a Command Line application for batch PDF Printing.PDFPrint Command Line all..

$299.00

PDF Highlighter Command Line

PDF Highlighter Command Line

PDF Highlighter Command Line PDF Highlighter Command Line is a command line application which can b..

$299.00

JBIG2 Encoding and Decoding SDK Library

JBIG2 Encoding and Decoding SDK Library

JBIG2 Encoding and Decoding SDK Library can be used to encode black and white image data into JBIG..

$2,500.00

Java PDF Reader Custom Build Service

Java PDF Reader Custom Build Service

Java PDF Reader (Windows, Mac, Linux) Java PDF Reader is Java Visual Component to Display PDF, Offi..

$5,000.00

DWG to SVG Converter Command Line

DWG to SVG Converter Command Line

AutoCAD DWG, DXF to SVG Converter Command Line allows you convert DWG and DXF files to PDF and SVG..

$199.00

Tags: tiff tools, tiff to ps, tif to ps, append tiff to ps, tiff to ps convert, tiff to ps converter, tiff to ps, tiff2ps, tifftops, tiff to ps download, tiff file to ps, tif to ps convert, multi-page tiff to ps, tif to ps, tif2ps, tiftops, image to ps, image2ps, ps converter, create ps files, append ps, tiff to postscript, tif to postscript, append tiff to postscript, tiff to postscript convert, tiff to postscript converter, tiff to postscript, tiff2postscript, tifftopostscript, tiff to postscript download, tiff file to postscript, tif to postscript convert, multi-page tiff to postscript, tif to postscript, tif2postscript, tiftopostscript, image to postscript, image2postscript, postscript converter, create postscript files, append postscript, tiff to eps, tiff2eps, tif to eps, tif2eps