PressFileUtilitiesDoc.tioga
Copyright © 1985 by Xerox Corporation. All rights reserved.
Rick Beach, May 23, 1985 1:52:52 pm PDT
Tim Diebert : June 4, 1985 3:47:37 pm PDT
PRESSFILEUTILITIES
CEDAR 6.0 — FOR INTERNAL XEROX USE ONLY
Press File Utilities
Michael Plass
© Copyright 1985 Xerox Corporation. All rights reserved.
Abstract: This package provides commands for operating on Press files.
Maintained by: Michael Plass <Plass.pa>
Keywords: Press file, PressEdit, IncludePress
XEROX  Xerox Corporation
   Palo Alto Research Center
   3333 Coyote Hill Road
   Palo Alto, California 94304

For Internal Xerox Use Only
PressFileUtilities Commands
PressExtract
PressExtract result.press ← myPress.press PAGES 1, 3, [10..15]
extracts the specified pages from the press file
PressPages
PressPages myPress.press
Breaks a press file into single-page press files.
SendSinglePages
SendSinglePages myPress.press PAGES 1, 3, [10..15] TO RockNRoll
Sends single pages to a server.
Caveat for the three commands above: the entire font directory is copied to each extracted or resulting press file. Should some fonts require scan converting (because of odd sizes for conference papers) then all single pages will require scan converting and you might consider formatting complex pages separately.
PressOverlay
PressOverlay <outputFile> ← <inputFile1> <inputFile2>
Overlays two press files on each other, page by page. <outputFile> will have the same number of pages as <inputFile1>; <inputFile2> will be cycled through as necessary. Good for adding platemaker corner marks, private data seals, etc.
This one actually picks the press files apart to a fine grain and puts them back together. Consequently, it could be used to eliminate unnecessary fonts by making inputFile2 be an empty page. Note that this implies it is better to add corner marks for the platemaker AFTER breaking the files into separate pages.
PressBBox
PressBBox myPress.press
Scans the pressFile and determines the bounding box dimensions suitable for use as an IncludePress node in a Tioga document.
PressRescue
PressRescue result.txt ← myPress.press
Produces a plaintext rendition of the text portions of the press file. Useful for rescuing data when all you have is a press file, or for having a quick look at where the page breaks are.
At this time PressRescue does not work.
PressImageExtract
PressImageExtract myPress.press
Writes one AIS file for each sampled image in the press file. Lists the names of the output files in the CommandTool, as well as where on the pages the images originated.
ListFontsInPressFile
ListFontsInPressFile myPress.press
Lists (in the command tool) the fonts used by the press file.
SetPressPrintingMode
SetPressPrintingMode myPress.press <newmode>
Forces the printing mode of the press file. The options are:
<empty> -- normal
R -- "Reverse" or "TShirt" mode; printed pages are mirror images of the specified pages.
S -- "Solid"
T -- "Transparent", useful for VLSI checkplots.