groff before CVS: release 1.06
[s-roff.git] / psbb / psbb.man
blobbc383817ddf1dbdc81ebda97685f7351b73b9d90
1 .\" -*- nroff -*-
2 .TH PSBB @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
3 .SH NAME
4 psbb \- extract bounding box from PostScript document
5 .SH SYNOPSIS
6 .B psbb
7 .I file
8 .SH DESCRIPTION
9 psbb reads
10 .I file
11 which should be a PostScript document conforming to
12 the Document Structuring conventions
13 and looks for a
14 .B %%BoundingBox
15 comment.
16 If it finds one,
17 it prints a line
18 .IP
20 llx lly urx ury
21 .LP
22 on the standard output and exits with zero status.
23 If it doesn't find such a line or if the line is invalid
24 it prints a message and exits with non-zero status.
25 .SH "SEE ALSO"
26 .BR grops (@MAN1EXT@)