~matttbe/ubuntu/raring/poppler/lp1072129

« back to all changes in this revision

Viewing changes to glib/reference/html/PopplerDocument.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2011-12-05 17:23:02 UTC
  • mfrom: (1.7.1)
  • Revision ID: package-import@ubuntu.com-20111205172302-tmhrk7s9hikjsa79
Tags: 0.18.2-0ubuntu1
* New upstream version, bugs fixed in the new version (lp: #869850):
  - lines and graphics wrongly rendered (lp: #603929) (lp: #780169)
  - rendering issues on some documents (lp: #784154)
  - some pages are displayed blank (lp: #817626)
* debian/control, debian/rules:
  - updated for the libpoppler and libpoppler-glib soname changes
* drop patches included in the new version
* debian/libpoppler-glib-dev.install:
  - drop deprecated test-poppler-glib
* debian/rules: 
  - drop deprecated qt3 and abiword configure options

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>PopplerDocument</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Poppler Reference Manual">
8
8
<link rel="up" href="ch01.html" title="Poppler">
9
9
<link rel="prev" href="poppler-poppler.html" title="poppler">
10
10
<link rel="next" href="PopplerPage.html" title="PopplerPage">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
97
97
                                                         <em class="parameter"><code>const <span class="type">char</span> *label</code></em>);
98
98
<a class="link" href="poppler-PopplerAction.html#PopplerDest" title="PopplerDest"><span class="returnvalue">PopplerDest</span></a> *       <a class="link" href="PopplerDocument.html#poppler-document-find-dest" title="poppler_document_find_dest ()">poppler_document_find_dest</a>          (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>,
99
99
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *link_name</code></em>);
 
100
<span class="returnvalue">guint</span>               <a class="link" href="PopplerDocument.html#poppler-document-get-n-attachments" title="poppler_document_get_n_attachments ()">poppler_document_get_n_attachments</a>  (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);
100
101
<span class="returnvalue">gboolean</span>            <a class="link" href="PopplerDocument.html#poppler-document-has-attachments" title="poppler_document_has_attachments ()">poppler_document_has_attachments</a>    (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);
101
102
<span class="returnvalue">GList</span> *             <a class="link" href="PopplerDocument.html#poppler-document-get-attachments" title="poppler_document_get_attachments ()">poppler_document_get_attachments</a>    (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);
102
103
<a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="returnvalue">PopplerFormField</span></a> *  <a class="link" href="PopplerDocument.html#poppler-document-get-form-field" title="poppler_document_get_form_field ()">poppler_document_get_form_field</a>     (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>,
200
201
<hr>
201
202
<div class="refsect2">
202
203
<a name="PopplerPageLayout"></a><h3>enum PopplerPageLayout</h3>
203
 
<pre class="programlisting">typedef enum
204
 
{
 
204
<pre class="programlisting">typedef enum {
205
205
  POPPLER_PAGE_LAYOUT_UNSET,
206
206
  POPPLER_PAGE_LAYOUT_SINGLE_PAGE,
207
207
  POPPLER_PAGE_LAYOUT_ONE_COLUMN,
258
258
<hr>
259
259
<div class="refsect2">
260
260
<a name="PopplerPageMode"></a><h3>enum PopplerPageMode</h3>
261
 
<pre class="programlisting">typedef enum
262
 
{
 
261
<pre class="programlisting">typedef enum {
263
262
  POPPLER_PAGE_MODE_UNSET,
264
263
  POPPLER_PAGE_MODE_NONE,
265
264
  POPPLER_PAGE_MODE_USE_OUTLINES,
323
322
<hr>
324
323
<div class="refsect2">
325
324
<a name="PopplerFontType"></a><h3>enum PopplerFontType</h3>
326
 
<pre class="programlisting">typedef enum
327
 
{
 
325
<pre class="programlisting">typedef enum {
328
326
  POPPLER_FONT_TYPE_UNKNOWN,
329
327
  POPPLER_FONT_TYPE_TYPE1,
330
328
  POPPLER_FONT_TYPE_TYPE1C,
407
405
<hr>
408
406
<div class="refsect2">
409
407
<a name="PopplerViewerPreferences"></a><h3>enum PopplerViewerPreferences</h3>
410
 
<pre class="programlisting">typedef enum /*&lt; flags &gt;*/
411
 
{
 
408
<pre class="programlisting">typedef enum {
412
409
  POPPLER_VIEWER_PREFERENCES_UNSET = 0,
413
410
  POPPLER_VIEWER_PREFERENCES_HIDE_TOOLBAR = 1 &lt;&lt; 0,
414
411
  POPPLER_VIEWER_PREFERENCES_HIDE_MENUBAR = 1 &lt;&lt; 1,
470
467
<hr>
471
468
<div class="refsect2">
472
469
<a name="PopplerPermissions"></a><h3>enum PopplerPermissions</h3>
473
 
<pre class="programlisting">typedef enum /*&lt; flags &gt;*/
474
 
{
 
470
<pre class="programlisting">typedef enum {
475
471
  POPPLER_PERMISSIONS_OK_TO_PRINT = 1 &lt;&lt; 0,
476
472
  POPPLER_PERMISSIONS_OK_TO_MODIFY = 1 &lt;&lt; 1,
477
473
  POPPLER_PERMISSIONS_OK_TO_COPY = 1 &lt;&lt; 2,
478
474
  POPPLER_PERMISSIONS_OK_TO_ADD_NOTES = 1 &lt;&lt; 3,
479
475
  POPPLER_PERMISSIONS_OK_TO_FILL_FORM = 1 &lt;&lt; 4,
480
 
  POPPLER_PERMISSIONS_FULL = (POPPLER_PERMISSIONS_OK_TO_PRINT | POPPLER_PERMISSIONS_OK_TO_MODIFY | POPPLER_PERMISSIONS_OK_TO_COPY | POPPLER_PERMISSIONS_OK_TO_ADD_NOTES | POPPLER_PERMISSIONS_OK_TO_FILL_FORM)
481
 
 
 
476
  POPPLER_PERMISSIONS_OK_TO_EXTRACT_CONTENTS = 1 &lt;&lt; 5,
 
477
  POPPLER_PERMISSIONS_OK_TO_ASSEMBLE = 1 &lt;&lt; 6,
 
478
  POPPLER_PERMISSIONS_OK_TO_PRINT_HIGH_RESOLUTION = 1 &lt;&lt; 7,
 
479
  POPPLER_PERMISSIONS_FULL = (POPPLER_PERMISSIONS_OK_TO_PRINT | POPPLER_PERMISSIONS_OK_TO_MODIFY | POPPLER_PERMISSIONS_OK_TO_COPY | POPPLER_PERMISSIONS_OK_TO_ADD_NOTES | POPPLER_PERMISSIONS_OK_TO_FILL_FORM | POPPLER_PERMISSIONS_OK_TO_EXTRACT_CONTENTS | POPPLER_PERMISSIONS_OK_TO_ASSEMBLE | POPPLER_PERMISSIONS_OK_TO_PRINT_HIGH_RESOLUTION)
482
480
} PopplerPermissions;
483
481
</pre>
484
482
<p>
513
511
</td>
514
512
</tr>
515
513
<tr>
 
514
<td><p><a name="POPPLER-PERMISSIONS-OK-TO-EXTRACT-CONTENTS:CAPS"></a><span class="term"><code class="literal">POPPLER_PERMISSIONS_OK_TO_EXTRACT_CONTENTS</code></span></p></td>
 
515
<td>extract text and graphics
 
516
(in support of accessibility to users with disabilities or for other purposes). Since 0.18
 
517
</td>
 
518
</tr>
 
519
<tr>
 
520
<td><p><a name="POPPLER-PERMISSIONS-OK-TO-ASSEMBLE:CAPS"></a><span class="term"><code class="literal">POPPLER_PERMISSIONS_OK_TO_ASSEMBLE</code></span></p></td>
 
521
<td>assemble the document (insert, rotate, or delete pages and create
 
522
bookmarks or thumbnail images). Since 0.18
 
523
</td>
 
524
</tr>
 
525
<tr>
 
526
<td><p><a name="POPPLER-PERMISSIONS-OK-TO-PRINT-HIGH-RESOLUTION:CAPS"></a><span class="term"><code class="literal">POPPLER_PERMISSIONS_OK_TO_PRINT_HIGH_RESOLUTION</code></span></p></td>
 
527
<td>document can be printer at high resolution. Since 0.18
 
528
</td>
 
529
</tr>
 
530
<tr>
516
531
<td><p><a name="POPPLER-PERMISSIONS-FULL:CAPS"></a><span class="term"><code class="literal">POPPLER_PERMISSIONS_FULL</code></span></p></td>
517
532
<td></td>
518
533
</tr>
1212
1227
</div>
1213
1228
<hr>
1214
1229
<div class="refsect2">
 
1230
<a name="poppler-document-get-n-attachments"></a><h3>poppler_document_get_n_attachments ()</h3>
 
1231
<pre class="programlisting"><span class="returnvalue">guint</span>               poppler_document_get_n_attachments  (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
 
1232
<p>
 
1233
Returns the number of attachments in a loaded document.
 
1234
See also <a class="link" href="PopplerDocument.html#poppler-document-get-attachments" title="poppler_document_get_attachments ()"><code class="function">poppler_document_get_attachments()</code></a>
 
1235
</p>
 
1236
<div class="variablelist"><table border="0">
 
1237
<col align="left" valign="top">
 
1238
<tbody>
 
1239
<tr>
 
1240
<td><p><span class="term"><em class="parameter"><code>document</code></em> :</span></p></td>
 
1241
<td>A <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a>
 
1242
</td>
 
1243
</tr>
 
1244
<tr>
 
1245
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
1246
<td>Number of attachments</td>
 
1247
</tr>
 
1248
</tbody>
 
1249
</table></div>
 
1250
<p class="since">Since 0.18</p>
 
1251
</div>
 
1252
<hr>
 
1253
<div class="refsect2">
1215
1254
<a name="poppler-document-has-attachments"></a><h3>poppler_document_has_attachments ()</h3>
1216
1255
<pre class="programlisting"><span class="returnvalue">gboolean</span>            poppler_document_has_attachments    (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1217
1256
<p>
2037
2076
<p>
2038
2077
The date the document was created as seconds since the Epoch, or -1
2039
2078
</p>
2040
 
<p>Allowed values: &gt;= -1</p>
 
2079
<p>Allowed values: &gt;= G_MAXULONG</p>
2041
2080
<p>Default value: -1</p>
2042
2081
</div>
2043
2082
<hr>
2110
2149
<p>
2111
2150
The date the document was most recently modified as seconds since the Epoch, or -1
2112
2151
</p>
2113
 
<p>Allowed values: &gt;= -1</p>
 
2152
<p>Allowed values: &gt;= G_MAXULONG</p>
2114
2153
<p>Default value: -1</p>
2115
2154
</div>
2116
2155
<hr>
2138
2177
<p>
2139
2178
Flags specifying which operations are permitted when the document is opened
2140
2179
</p>
2141
 
<p>Default value: POPPLER_PERMISSIONS_OK_TO_PRINT|POPPLER_PERMISSIONS_OK_TO_MODIFY|POPPLER_PERMISSIONS_OK_TO_COPY|POPPLER_PERMISSIONS_OK_TO_ADD_NOTES|POPPLER_PERMISSIONS_OK_TO_FILL_FORM</p>
 
2180
<p>Default value: POPPLER_PERMISSIONS_OK_TO_PRINT|POPPLER_PERMISSIONS_OK_TO_MODIFY|POPPLER_PERMISSIONS_OK_TO_COPY|POPPLER_PERMISSIONS_OK_TO_ADD_NOTES|POPPLER_PERMISSIONS_OK_TO_FILL_FORM|POPPLER_PERMISSIONS_OK_TO_EXTRACT_CONTENTS|POPPLER_PERMISSIONS_OK_TO_ASSEMBLE|POPPLER_PERMISSIONS_OK_TO_PRINT_HIGH_RESOLUTION</p>
2142
2181
</div>
2143
2182
<hr>
2144
2183
<div class="refsect2">
2177
2216
</div>
2178
2217
<div class="footer">
2179
2218
<hr>
2180
 
          Generated by GTK-Doc V1.17</div>
 
2219
          Generated by GTK-Doc V1.18</div>
2181
2220
</body>
2182
2221
</html>
 
 
b'\\ No newline at end of file'