|
NAMEg3cat - concatenate multiple g3 documentsSYNOPSISg3cat [-l] [-a] g3-file1 ...DESCRIPTIONg3cat concatenates g3 files. These can either be 'raw', that is, bitmaps packed according to the CCITT T.4 standard for one-dimensional bitmap encoding, or 'digifax' files, created by GNU's GhostScript package with the digifax drivers. Its output is a concatenation of all the input files, in raw G3 format, with two white lines in between.If a - is given as input file, stdin is used. If the input data is malformed, a warning is printed to stderr, and the output file will have a blank line at this place. OPTIONS
SPECIAL-CASE OPTIONS
ExampleThe following example will put a header line on a given g3 page, 'page1' and put the result into 'page2':echo '$header' | pbmtext | pbm2g3 | g3cat - page1 >page2 FILES--BUGSHopefully none :-).SEE ALSOg32pbm(1), sendfax(8), faxspool(1)AUTHORSg3cat is Copyright (C) 1993 by Gert Doering, <gert@greenie.muc.de>
Visit the GSP FreeBSD Man Page Interface. |