Package: PressFileUtilities Filed on [Indigo]<Cedar5.2>Documentation>PressFileUtilitiesDoc.tioga
Maintainer: Plass
Date: May 17, 1984 10:30:11 am PDT
DF file: [Indigo]<Cedar5.2>Top>PressFileUtilities.df
Purpose: Commands for operating on press files.
Executive commands:
PressExtract result.press ← myPress.press PAGES 1, 3, [10..15]
extracts the specified pages from the press file
PressPages myPress.press
Breaks a press file into single-page press files
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 <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.
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.
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.