.TH "PS_SET_INFO" "3" .SH "NAME" PS_set_info \(em Sets information fields of document .SH "SYNOPSIS" .PP #include .PP void PS_set_info(PSDoc *p, const char *key, const char *val) .SH "DESCRIPTION" .PP Sets certain information fields of the document. This fields will be shown as a comment in the header of the PostScript file. The values which can be set are Keywords, Subject, Title, Creator, Author, BoundingBox, Orientation. Be aware that some of them has a meaning to PostScript viewers. .PP The BoundingBox is usually set to the value given to the first page. This only works if PS_findfont(3) has not been called before. In such cases the BoundingBox would be left unset unless you set it explicitly with this function. .SH "SEE ALSO" .PP PS_findfont(3), PS_begin_page(3) .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man, Mon 05 Mar 2012, 08:33