.TH "PS_CLOSE" "3" .SH "NAME" PS_close \(em Closes a PostScript document .SH "SYNOPSIS" .PP #include .PP void PS_close(PSDoc *psdoc) .SH "DESCRIPTION" .PP Closes the PostScript document. It will not close a file pointer passed to PS_open_fp(3). It only closes files which were opened by pslib itself. .PP This function outputs a last line into the PostScript document, which is a PostScript comment containing the number of pages. It also writes the bookmark tree. .SH "SEE ALSO" .PP PS_open_fp(3), PS_open_file(3), PS_delete(3) .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man