.\" RCSid "$Id: psmeta.1,v 1.4 2007/09/04 17:36:40 greg Exp $" .TH PSMETA 1 6/24/98 RADIANCE .SH NAME psmeta - convert metafile to PostScript .SH SYNOPSIS .B psmeta file .. .SH DESCRIPTION .I Psmeta reads each metafile .I file in sequence and converts it to PostScript output suitable for a standard letter-size page. The file produced may also be read into programs that can handle Encapsulated PostScript. If no input files are specified, the standard input is read. .SH EXAMPLE To print the plot file example.plt to the ap5 printer: .IP "" .2i bgraph example.plt | psmeta | lpr \-P ap5 .SH AUTHOR Greg Ward .SH "SEE ALSO" bgraph(1), igraph(1), lpr(1), meta2bmp(1), meta2tga(1), x11meta(1)