groff before CVS: release 1.05
[s-roff.git] / man / psbb.man
blobe5c00851c794882f5714449e064eee0b9177e51e
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 (1)