~ubuntu-branches/ubuntu/karmic/pslib/karmic

« back to all changes in this revision

Viewing changes to doc/PS_set_info.html

  • Committer: Bazaar Package Importer
  • Author(s): Uwe Steinmann
  • Date: 2004-07-20 14:12:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040720141258-mlxkdblg8u8z90zl
Tags: 0.2.4-1
* New upstream version.
* Create unique internal template names (Closes: #260366)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<HTML
3
 
><HEAD
4
 
><TITLE
5
 
>PS_SET_INFO</TITLE
6
 
><META
7
 
NAME="GENERATOR"
8
 
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"></HEAD
9
 
><BODY
10
 
CLASS="REFENTRY"
11
 
BGCOLOR="#FFFFFF"
12
 
TEXT="#000000"
13
 
LINK="#0000FF"
14
 
VLINK="#840084"
15
 
ALINK="#0000FF"
16
 
><H1
17
 
><A
18
 
NAME="AEN1"
19
 
></A
20
 
>PS_SET_INFO</H1
21
 
><DIV
22
 
CLASS="REFNAMEDIV"
23
 
><A
24
 
NAME="AEN15"
25
 
></A
26
 
><H2
27
 
>Name</H2
28
 
>PS_set_info&nbsp;--&nbsp;Sets information fields of document</DIV
29
 
><DIV
30
 
CLASS="REFSYNOPSISDIV"
31
 
><A
32
 
NAME="AEN18"
33
 
></A
34
 
><H2
35
 
>Synopsis</H2
36
 
><P
37
 
>#include &lt;pslib.h&gt;</P
38
 
><P
39
 
>void PS_set_info(PSDoc *p, const char *key, const char *val)</P
40
 
></DIV
41
 
><DIV
42
 
CLASS="REFSECT1"
43
 
><A
44
 
NAME="AEN21"
45
 
></A
46
 
><H2
47
 
>DESCRIPTION</H2
48
 
><P
49
 
>Sets certain information fields of the document. This fields
50
 
                  will be shown as a comment in the header of the PostScript file.
51
 
                        The values which can be set are Keywords, Subject, Title, Creator,
52
 
                        Author, BoundingBox, Orientation. Be aware that some of them has
53
 
                        a meaning to PostScript viewers.</P
54
 
><P
55
 
>The BoundingBox is usually set to the value given to the first
56
 
                  page. This only works if PS_findfont(3) has not been called before.
57
 
                        In such cases the BoundingBox would be left unset unless you set
58
 
                        it explicitly with this function.</P
59
 
></DIV
60
 
><DIV
61
 
CLASS="REFSECT1"
62
 
><A
63
 
NAME="AEN25"
64
 
></A
65
 
><H2
66
 
>SEE ALSO</H2
67
 
><P
68
 
>PS_findfont(3), PS_begin_page(3)</P
69
 
></DIV
70
 
><DIV
71
 
CLASS="REFSECT1"
72
 
><A
73
 
NAME="AEN28"
74
 
></A
75
 
><H2
76
 
>AUTHOR</H2
77
 
><P
78
 
>This manual page was written by Uwe Steinmann <CODE
79
 
CLASS="EMAIL"
80
 
>&#60;<A
81
 
HREF="mailto:uwe@steinmann.cx"
82
 
>uwe@steinmann.cx</A
83
 
>&#62;</CODE
84
 
>.</P
85
 
></DIV
86
 
></BODY
87
 
></HTML
88
 
>
 
 
b'\\ No newline at end of file'