]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/api-overview.html
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / doc / help / api-overview.html
CommitLineData
745129be 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5a738aea
MS
2<html>
3<!-- SECTION: Programming -->
4<head>
0268488e
MS
5 <title>Introduction to CUPS Programming </title>
6 <meta name="keywords" content="Programming">
7 <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
dd3fdd2c 8 <meta name="creator" content="Mini-XML v2.7">
5a738aea
MS
9<style type="text/css"><!--
10BODY {
11 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
12}
13
14H1, H2, H3, H4, H5, H6, P, TD, TH {
15 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
16}
17
18KBD {
19 font-family: monaco, courier, monospace;
20 font-weight: bold;
21}
22
23PRE {
24 font-family: monaco, courier, monospace;
25}
26
27PRE.command {
10d09e33 28 border: dotted thin #7f7f7f;
5a738aea 29 margin-left: 36pt;
10d09e33 30 padding: 10px;
5a738aea
MS
31}
32
f11a948a
MS
33P.compact {
34 margin: 0;
35}
36
e4572d57
MS
37P.example {
38 font-style: italic;
39 margin-left: 36pt;
40}
ca6b43fc 41
240214ef
MS
42DL.man DD {
43 margin-left: 5em;
44}
45
46DL.man DT {
47 margin-left: 0;
48}
49
50PRE.man {
51 margin: 0;
52}
53
5a738aea
MS
54PRE.example {
55 background: #eeeeee;
56 border: dotted thin #999999;
57 margin-left: 36pt;
178cb736 58 padding: 10pt;
5a738aea
MS
59}
60
61PRE.command EM, PRE.example EM {
62 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
63}
64
65P.command {
66 font-family: monaco, courier, monospace;
67 margin-left: 36pt;
68}
69
70P.formula {
71 font-style: italic;
72 margin-left: 36pt;
73}
74
75BLOCKQUOTE {
178cb736 76 background: #eeeeee;
5a738aea
MS
77 border: solid thin #999999;
78 padding: 10pt;
79}
80
e4572d57
MS
81A IMG {
82 border: none;
83}
84
85A:link:hover IMG {
86 background: #f0f0f0;
87 border-radius: 10px;
88 -moz-border-radius: 10px;
89}
90
5a738aea 91A:link, A:visited {
ca6b43fc 92 font-weight: inherit;
5a738aea 93 text-decoration: none;
5a738aea
MS
94}
95
96A:link:hover, A:visited:hover, A:active {
97 text-decoration: underline;
5a738aea
MS
98}
99
100SUB, SUP {
101 font-size: 50%;
102}
103
e4572d57
MS
104TR.data, TD.data, TR.data TD {
105 margin-top: 10pt;
106 padding: 5pt;
107 border-bottom: solid 1pt #999999;
108}
109
110TR.data TH {
111 border-bottom: solid 1pt #999999;
112 padding-top: 10pt;
113 padding-left: 5pt;
114 text-align: left;
115}
116
5a738aea
MS
117DIV.table TABLE {
118 border: solid thin #999999;
119 border-collapse: collapse;
120 border-spacing: 0;
121 margin-left: auto;
122 margin-right: auto;
123}
124
125DIV.table CAPTION {
126 caption-side: top;
127 font-size: 120%;
128 font-style: italic;
129 font-weight: bold;
130 margin-left: auto;
131 margin-right: auto;
132}
133
134DIV.table TABLE TD {
135 border: solid thin #cccccc;
136 padding-top: 5pt;
137}
138
139DIV.table TABLE TH {
140 background: #cccccc;
141 border: none;
142 border-bottom: solid thin #999999;
143}
144
145DIV.figure TABLE {
146 margin-left: auto;
147 margin-right: auto;
148}
149
150DIV.figure CAPTION {
151 caption-side: bottom;
152 font-size: 120%;
153 font-style: italic;
154 font-weight: bold;
155 margin-left: auto;
156 margin-right: auto;
157}
158
159TH.label {
5a738aea
MS
160 text-align: right;
161 vertical-align: top;
162}
163
e4572d57
MS
164TH.sublabel {
165 text-align: right;
166 font-weight: normal;
167}
168
5a738aea
MS
169HR {
170 border: solid thin;
171}
172
173SPAN.info {
e4572d57
MS
174 background: black;
175 border: thin solid black;
176 color: white;
5a738aea
MS
177 font-size: 80%;
178 font-style: italic;
179 font-weight: bold;
180 white-space: nowrap;
181}
182
183H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
184 float: right;
185 font-size: 100%;
186}
187
178cb736
MS
188H1.title {
189}
190
5a738aea
MS
191H2.title, H3.title {
192 border-bottom: solid 2pt #000000;
193}
194
e4572d57
MS
195DIV.indent, TABLE.indent {
196 margin-top: 2em;
197 margin-left: auto;
198 margin-right: auto;
199 width: 90%;
200}
201
202TABLE.indent {
203 border-collapse: collapse;
204}
205
206TABLE.indent TD, TABLE.indent TH {
207 padding: 0;
208}
209
210TABLE.list {
211 border-collapse: collapse;
212 margin-left: auto;
213 margin-right: auto;
214 width: 90%;
215}
216
217TABLE.list TH {
218 background: white;
219 border-bottom: solid thin #cccccc;
220 color: #444444;
221 padding-top: 10pt;
222 padding-left: 5pt;
223 text-align: left;
224 vertical-align: bottom;
225 white-space: nowrap;
226}
227
228TABLE.list TH A {
229 color: #4444cc;
230}
231
232TABLE.list TD {
233 border-bottom: solid thin #eeeeee;
234 padding-top: 5pt;
235 padding-left: 5pt;
236}
237
238TABLE.list TR:nth-child(even) {
239 background: #f8f8f8;
240}
241
242TABLE.list TR:nth-child(odd) {
243 background: #f4f4f4;
244}
245
5a738aea
MS
246DT {
247 margin-left: 36pt;
248 margin-top: 12pt;
249}
250
251DD {
252 margin-left: 54pt;
253}
254
255DL.category DT {
256 font-weight: bold;
257}
258
259P.summary {
260 margin-left: 36pt;
261 font-family: monaco, courier, monospace;
262}
263
5a738aea
MS
264DIV.summary TABLE {
265 border: solid thin #999999;
266 border-collapse: collapse;
267 border-spacing: 0;
268 margin: 10px;
269}
270
271DIV.summary TABLE TD, DIV.summary TABLE TH {
272 border: solid thin #999999;
273 padding: 5px;
274 text-align: left;
275 vertical-align: top;
276}
277
278DIV.summary TABLE THEAD TH {
279 background: #eeeeee;
280}
281
282/* API documentation styles... */
283div.body h1 {
284 margin: 0;
285}
286div.body h2 {
287 margin-top: 1.5em;
288}
289div.body h3, div.body h4, div.body h5 {
290 margin-bottom: 0.5em;
291 margin-top: 1.5em;
292}
293.class, .enumeration, .function, .struct, .typedef, .union {
294 border-bottom: solid thin #999999;
295 margin-bottom: 0;
296 margin-top: 2em;
297}
298.description {
299 margin-top: 0.5em;
300}
301code, p.code, pre, ul.code li {
302 font-family: monaco, courier, monospace;
303 font-size: 90%;
304}
305ul.code, ul.contents, ul.subcontents {
306 list-style-type: none;
307 margin: 0;
308 padding-left: 0;
309}
310ul.code li {
311 margin: 0;
312}
313ul.contents > li {
314 margin-top: 1em;
315}
316ul.contents li ul.code, ul.contents li ul.subcontents {
317 padding-left: 2em;
318}
319div.body dl {
320 margin-left: 0;
321 margin-top: 0;
322}
323div.body dt {
324 font-style: italic;
325 margin-left: 0;
326 margin-top: 0;
327}
328div.body dd {
329 margin-bottom: 0.5em;
330}
331
332/* This is just for the HTML files generated with the framedhelp target */
333div.contents {
334 background: #e8e8e8;
335 border: solid thin black;
336 padding: 10px;
337}
338div.contents h1 {
339 font-size: 110%;
340}
341div.contents h2 {
342 font-size: 100%;
343}
344div.contents ul.contents {
345 font-size: 80%;
346}
ac884b6a
MS
347div.contents ul.subcontents li {
348 margin-left: 1em;
349 text-indent: -1em;
350}
5a738aea
MS
351--></style>
352</head>
353<body>
354<div class='body'>
355<!--
321d8d57 356 Introduction to CUPS programming header for CUPS.
5a738aea 357
321d8d57 358 Copyright 2008-2011 by Apple Inc.
5a738aea
MS
359
360 These coded instructions, statements, and computer programs are the
361 property of Apple Inc. and are protected by Federal copyright
362 law. Distribution and use rights are outlined in the file "LICENSE.txt"
363 which should have been included with this file. If this file is
364 file is missing or damaged, see the license at "http://www.cups.org/".
365-->
366
178cb736
MS
367<h1 class='title'>Introduction to CUPS Programming</h1>
368
5a738aea
MS
369<div class='summary'><table summary='General Information'>
370<thead>
371<tr>
372 <th>Headers</th>
373 <th>cups/cups.h<br>
374 cups/array.h<br>
375 cups/backend.h<br>
376 cups/dir.h<br>
377 cups/file.h<br>
378 cups/ppd.h<br>
379 cups/raster.h<br>
380 cups/sidechannel.h</th>
381</tr>
382</thead>
383<tbody>
384<tr>
385 <th>Libraries</th>
386 <td>-lcups<br>
387 -lcupsimage</td>
388</tr>
389<tr>
390 <th>See Also</th>
e4572d57
MS
391 <td>Programming: <a href='raster-driver.html' target='_top'>Developing Raster Printer Drivers</a><br>
392 Programming: <a href='postscript-driver.html' target='_top'>Developing PostScript Printer Drivers</a><br>
393 Programming: <a href='api-filter.html' target='_top'>Filter and Backend Programming</a><br>
394 Programming: <a href='ppd-compiler.html' target='_top'>Introduction to the PPD Compiler</a><br>
5a738aea 395 Programming: <a href='api-array.html' target='_top'>Array API</a><br>
e4572d57 396 Programming: <a href='api-cups.html' target='_top'>CUPS API</a><br>
5a738aea 397 Programming: <a href='api-filedir.html' target='_top'>File and Directory APIs</a><br>
5a738aea
MS
398 Programming: <a href='api-httpipp.html' target='_top'>HTTP and IPP APIs</a><br>
399 Programming: <a href='api-ppd.html' target='_top'>PPD API</a><br>
e4572d57
MS
400 Programming: <a href='api-raster.html' target='_top'>Raster API</a><br>
401 References: <a href='ref-ppdcfile.html' target='_top'>PPD Compiler Driver Information File Reference</a><br>
402 Specifications: <a href='spec-ppd.html' target='_top'>CUPS PPD Extensions</a></td>
5a738aea
MS
403</tr>
404</tbody>
405</table></div>
406<h2 class="title">Contents</h2>
407<ul class="contents">
5a738aea
MS
408<li><a href="#OVERVIEW">Overview</a></li>
409<li><a href="#COMPILING">Compiling Programs</a><ul class="subcontents">
0268488e
MS
410 <li><a href="#XCODE">Compiling with Xcode</a></li>
411 <li><a href="#COMMANDLINE">Compiling with GCC</a></li>
8b450588 412</ul></li>
5a738aea 413<li><a href="#WHERETOGO">Where to Go Next</a></li>
0268488e 414</ul>
5a738aea 415<!--
eac3a0a0 416 Introduction to CUPS programming content for CUPS.
5a738aea 417
eac3a0a0 418 Copyright 2008-2011 by Apple Inc.
5a738aea
MS
419
420 These coded instructions, statements, and computer programs are the
421 property of Apple Inc. and are protected by Federal copyright
422 law. Distribution and use rights are outlined in the file "LICENSE.txt"
423 which should have been included with this file. If this file is
424 file is missing or damaged, see the license at "http://www.cups.org/".
425-->
426
427<h2 class="title"><a name="OVERVIEW">Overview</a></h2>
428
429<p>CUPS provides two libraries that interface with the different parts of the
430printing system. The "cups" library provides all of the common application and
431filter functions while the "cupsimage" library provides all of the imaging
432functions used in raster printer drivers. The "cups" library functions are
433accessed by including the <var>&lt;cups/cups.h&gt;</var> header, while
434"cupsimage" functions are found in the <var>&lt;cups/raster.h&gt;</var>
435header.</p>
436
437<h2 class="title"><a name="COMPILING">Compiling Programs</a></h2>
438
439<p>The CUPS libraries can be used from any C, C++, or Objective C program.
440The method of compiling against the libraries varies depending on the
441operating system and installation of CUPS. The following sections show how
442to compile a simple program (shown below) in two common environments.</p>
443
444<p>The following simple program lists the available printers on the system:</p>
445
446<pre class="example">
447#include &lt;stdio.h&gt;
448#include &lt;cups/cups.h&gt;
449
450int main(void)
451{
452 int i;
453 cups_dest_t *dests, *dest;
454 int num_dests = cupsGetDests(&amp;dests);
455
456 for (i = num_dests, dest = dests; i &gt; 0; i --, dest ++)
457 {
458 if (dest->instance)
459 printf("%s/%s\n", dest->name, dest->instance);
460 else
461 puts(dest->name);
462 }
463
464 return (0);
465}
466</pre>
467
468<h3><a name="XCODE">Compiling with Xcode</a></h3>
469
470<p>In Xcode, choose <var>New Project...</var> from the <var>File</var> menu,
471then select the <var>Standard Tool</var> project type under <var>Command Line
472Utility</var>. Click <var>Next</var> and choose a project directory. Click
473<var>Next</var> to create the project.</p>
474
475<p>In the project window, double-click on the <var>Targets</var> group and
476control-click on the simple target to show the context menu. Choose
477<var>Existing Framework...</var> from the <var>Add</var> submenu. When the file
478chooser sheet appears, press the <kbd>/</kbd> key and enter "/usr/lib". Scroll
479down the file list and select the <var>libcups.dylib</var> file. Click the
480<var>Add</var> button in the file chooser and attributes sheets.</p>
481
482<p>In the project window, double-click on the <var>main.c</var> source file.
483Replace the template source code with the listing above and save it. Click the
484<var>Build and Go</var> button to build the sample program and run it.</p>
485
486<h3><a name="COMMANDLINE">Compiling with GCC</a></h3>
487
488<p>From the command-line, create a file called <var>sample.c</var> using your
489favorite editor and then run the following command to compile it with GCC and
490run it:</p>
491
492<pre class="command">
493gcc -o simple `cups-config --cflags` simple.c `cups-config --libs`
494./simple
495</pre>
496
497<p>The <code>cups-config</code> command provides the compiler flags
498("cups-config --cflags") and libraries ("cups-config --libs") needed for the
499local system.</p>
500
501<h2 class="title"><a name="WHERETOGO">Where to Go Next</a></h2>
502
503<p>If you are developing a print filter, driver, or backend, see the
504<a href="api-filter.html" target="_top">Filter and Backend Programming</a>
505guide. Raster printer driver developers should also read the
506<a href="api-raster.html" target="_top">Raster API</a> reference.</p>
507</div>
508</body>
509</html>