debian man page for ps_set_info

Query: ps_set_info

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PS_SET_INFO(3)						     Library Functions Manual						    PS_SET_INFO(3)

NAME
PS_set_info -- Sets information fields of document
SYNOPSIS
#include <pslib.h> void PS_set_info(PSDoc *p, const char *key, const char *val)
DESCRIPTION
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 Post- Script viewers. 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.
SEE ALSO
PS_findfont(3), PS_begin_page(3)
AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PS_SET_INFO(3)
Related Man Pages
ps_add_bookmark(3) - debian
ps_add_pdflink(3) - debian
ps_begin_page(3) - debian
ps_begin_font(3) - debian
ps_setcolor(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk