This file is indexed.

/usr/share/scribus/doc/en/scripterapi-PDFfile.html is in scribus-doc 1.4.6-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
	<title>Python: class PDFfile</title>
</head>
<body>
<h2>Python: class PDFfile</h2>
<p><a name="PDFfile">class <strong>PDFfile</strong></a>(<a href="__builtin__.html#object">object</a>)
</p>   
<hr />
<p>Methods defined here:</p>
<dl>
	<dt><a name="PDFfile-Save"><strong>Save</strong></a>(...)</dt>
	<dd><code>This method is deprecated - use <a href="#PDFfile-save">save</a>() instead.</code></dd>

	<dt><a name="PDFfile-__init__"><strong>__init__</strong></a>(...)</dt>
	<dd><code>x.<a href="#PDFfile-__init__">__init__</a>(...) initializes x; see x.__class__.__doc__ for signature</code></dd>

	<dt><a name="PDFfile-save"><strong>save</strong></a>(...)</dt>
	<dd><code>Save selected pages to pdf file</code></dd>
</dl>

<hr>
<p>Data and other attributes defined here:</p>
<dl>
	<dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;</dt>
	<dd><code>T.<a href="#PDFfile-__new__">__new__</a>(S, ...) -&gt; a new object with type S, a subtype of T</code></dd>

	<dt><strong>aanot</strong> = &lt;member 'aanot' of 'PDFfile' objects&gt;</dt>
	<dd><code>Allow Adding Annotations and Fields. Bool value</code></dd>

	<dt><strong>achange</strong> = &lt;member 'achange' of 'PDFfile' objects&gt;</dt>
	<dd><code>Allow Changing the Document. Bool value</code></dd>

	<dt><strong>acopy</strong> = &lt;member 'acopy' of 'PDFfile' objects&gt;</dt>
	<dd><code>Allow Copying Text and Graphics. Bool value</code></dd>

	<dt><strong>aprint</strong> = &lt;member 'aprint' of 'PDFfile' objects&gt;</dt>
	<dd><code>Allow Printing the Document. Bool value</code></dd>

	<dt><strong>article</strong> = &lt;member 'article' of 'PDFfile' objects&gt;</dt>
	<dd><code>Save Linked Text Frames as PDF Articles<br> Bool value</code></dd>

	<dt><strong>binding</strong> = &lt;member 'binding' of 'PDFfile' objects&gt;</dt>
	<dd><code>Choose binding.<br>
	0 - Left binding<br>
	1 - Right binding</code></dd>
	
	<dt><strong>bleedMarks</strong> = &lt;attribute 'bleedMarks' of 'PDFfile' objects&gt;</dt>
	<dd><code>Create marks delimiting the bleed area.</code></dd>

	<dt><strong>bleedb</strong> = &lt;member 'bleedb' of 'PDFfile' objects&gt;</dt>
	<dd><code>Bleed Bottom<br>Distance for bleed from the bottom of the physical page</code></dd>

	<dt><strong>bleedl</strong> = &lt;member 'bleedl' of 'PDFfile' objects&gt;</dt>
	<dd><code>Bleed Left<br>Distance for bleed from the left of the physical page</code></dd>

	<dt><strong>bleedr</strong> = &lt;member 'bleedr' of 'PDFfile' objects&gt;</dt>
	<dd><code>Bleed Right<br>Distance for bleed from the right of the physical page</code></dd>

	<dt><strong>bleedt</strong> = &lt;member 'bleedt' of 'PDFfile' objects&gt;</dt>
	<dd><code>Bleed Top<br>Distance for bleed from the top of the physical page</code></dd>

	<dt><strong>bookmarks</strong> = &lt;member 'bookmarks' of 'PDFfile' objects&gt;</dt>
	<dd><code>Embed the bookmarks you created in your document.<br>These are useful for navigating long PDF documents.<br>Bool value</code></dd>

	<dt><strong>colorMarks</strong> = &lt;member 'colorMarks' of 'PDFfile' objects&gt;</dt>
	<dd><code>Add color calibration bars.</code></dd>
	
	<dt><strong>compress</strong> = &lt;member 'compress' of 'PDFfile' objects&gt;</dt>
	<dd><code>Compression switch. Bool value.</code></dd>

	<dt><strong>compressmtd</strong> = &lt;member 'compressmtd' of 'PDFfile' objects&gt;</dt>
	<dd><code>Compression method.<br>
	0 - Automatic<br>
	1 - JPEG<br>
	2 - zip<br>
	3 - None.</code></dd>
	
	<dt><strong>cropMarks</strong> = &lt;attribute 'cropMarks' of 'PDFfile' objects&gt;</dt>
	<dd><code>Create crop marks in the PDF indicating where the paper should be cut or trimmed after printing.</code></dd>
	
	<dt><strong>displayBookmarks</strong> = &lt;attribute 'displayBookmarks' of 'PDFfile' objects&gt;</dt>
	<dd><code>Display the bookmarks upon opening.</code></dd>
	
	<dt><strong>displayFullscreen</strong> = &lt;attribute 'displayFullscreen' of 'PDFfile' objects&gt;</dt>
	<dd><code>Display the document in full screen mode upon opening.</code></dd>
	
	<dt><strong>displayLayers</strong> = &lt;attribute 'displayLayers' of 'PDFfile' objects&gt;</dt>
	<dd><code>Display the layer list upon opening. Useful only for PDF 1.5+.</code></dd>
	
	<dt><strong>displayThumbs</strong> = &lt;attribute 'displayThumbs' of 'PDFfile' objects&gt;</dt>
	<dd><code>Display the page thumbnails upon opening.</code></dd>
	
	<dt><strong>docInfoMarks</strong> = &lt;member 'docInfoMarks' of 'PDFfile' objects&gt;</dt>
	<dd><code>Add document information which includes the document title and page numbers.</code></dd>
	
	<dt><strong>doClip</strong> = &lt;attribute 'doClip' of 'PDFfile' objects&gt;</dt>
	<dd><code>Do not show objects outside the margins in the exported file.</code></dd>

	<dt><strong>downsample</strong> = &lt;attribute 'downsample' of 'PDFfile' objects&gt;</dt>
	<dd><code>Downsample image resolusion to this value. Values from 35 to 4000<br>Set 0 for not to downsample</code></dd>

	<dt><strong>effval</strong> = &lt;attribute 'effval' of 'PDFfile' objects&gt;</dt>
	<dd><code>List of effection values for each saved page.<br>
	<pre>
It is list of list of six integers. Those int have the following meaning:
        - Length of time the page is shown before the presentation
        starts on the selected page. (1-3600)
        - Length of time the effect runs. (1 - 3600)
                A shorter time will speed up the effect, a longer one will slow it down
        - Type of the display effect
                0 - No Effect
                1 - Blinds
                2 - Box
                3 - Dissolve
                4 - Glitter
                5 - Split
                6 - Wipe
        - Direction of the effect of moving lines for the split and blind effects.
                0 - Horizontal
                1 - Vertical
        - Starting position for the box and split effects.
                0 - Inside
                1 - Outside
        - Direction of the glitter or wipe effects.
                0 - Left to Right
                1 - Top to Bottom
                2 - Bottom to Top
                3 - Right to Left
                4 - Top-left to Bottom-Right
</pre></code></dd>

<dt><strong>embedPDF</strong> = &lt;member 'embedPDF' of 'PDFfile' objects&gt;</dt>
<dd><code>Export PDFs in image frames as embedded PDFs.<br>
This does *not* yet take care of colorspaces, so you should know what you are doing before setting this to 'true'.<br>
Bool value.</code></dd>

<dt><strong>encrypt</strong> = &lt;member 'encrypt' of 'PDFfile' objects&gt;</dt>
<dd><code>Use Encription. Bool value</code></dd>

<dt><strong>file</strong> = &lt;attribute 'file' of 'PDFfile' objects&gt;</dt>
<dd><code>Name of file to save into</code></dd>

<dt><strong>fitWindow</strong> = &lt;attribute 'fitWindow' of 'PDFfile' objects&gt;</dt>
<dd><code>Fit the document page or pages to the available space in the viewer window.</code></dd>

<dt><strong>fonts</strong> = &lt;attribute 'fonts' of 'PDFfile' objects&gt;</dt>
<dd><code>List of fonts to embed.</code></dd>

<dt><strong>hideMenuBar</strong> = &lt;attribute 'hideMenuBar' of 'PDFfile' objects&gt;</dt>
<dd><code>Hides the viewer menu bar, the PDF will display in a plain window.</code></dd>

<dt><strong>hideToolBar</strong> = &lt;attribute 'hideToolBar' of 'PDFfile' objects&gt;</dt>
<dd><code>Hides the viewer toolbar. The toolbar has usually selection and other editing capabilities.</code></dd>

<dt><strong>imagepr</strong> = &lt;attribute 'imagepr' of 'PDFfile' objects&gt;</dt>
<dd><code>Color profile for images</code></dd>

<dt><strong>info</strong> = &lt;attribute 'info' of 'PDFfile' objects&gt;</dt>
<dd><code>Mandatory string for PDF/X-3 or the PDF will fail PDF/X-3 conformance. We recommend you use the title of the document.</code></dd>

<dt><strong>intenti</strong> = &lt;member 'intenti' of 'PDFfile' objects&gt;</dt>
<dd><code>Rendering intent for images<br>
0 - Perceptual<br>
1 - Relative Colorimetric<br>
2 - Saturation<br>
3 - Absolute Colorimetric</code></dd>

<dt><strong>intents</strong> = &lt;member 'intents' of 'PDFfile' objects&gt;</dt>
<dd><code>Rendering intent for solid colors<br>
0 - Perceptual<br>
1 - Relative Colorimetric<br>
2 - Saturation<br>
3 - Absolute Colorimetric</code></dd>

<dt><strong>isGrayscale</strong> = &lt;attribute 'isGrayscale' of 'PDFfile' objects&gt;</dt>
<dd><code>Export PDF in grayscale.</code></dd>

<dt><strong>lpival</strong> = &lt;attribute 'lpival' of 'PDFfile' objects&gt;</dt>
<dd><code>Rendering Settings for individual colors.<br>
<pre>
This is list of values for each color.
Color values have structure [siii] which stand for:
        s - Color name ('Black', 'Cyan', 'Magenta', 'Yellow')
        i - Frequency (10 to 1000)
        i - Angle (-180 to 180)
        i - Spot Function
                0 - Simple Dot
                1 - Line
                2 - Round
                3 - Ellipse
</pre>
Be careful when supplying these values as they are not checked for validity.</code></dd>

<dt><strong>markOffset</strong> = &lt;member 'markOffset' of 'PDFfile' objects&gt;</dt>
<dd><code>Indicate the distance offset between mark and page area.</code></dd>

<dt><strong>mirrorH</strong> = &lt;member 'mirrorH' of 'PDFfile' objects&gt;</dt>
<dd><code>Mirror Page(s) horizontally. Bool value.</code></dd>

<dt><strong>mirrorV</strong> = &lt;member 'mirrorV' of 'PDFfile' objects&gt;</dt>
<dd><code>Mirror Page(s) vertically. Bool value.</code></dd>

<dt><strong>noembicc</strong> = &lt;member 'noembicc' of 'PDFfile' objects&gt;</dt>
<dd><code>Don't use embedded ICC profiles. Bool value</code></dd>

<dt><strong>outdst</strong> = &lt;member 'outdst' of 'PDFfile' objects&gt;</dt>
<dd><code>Output destination.<br>
0 - screen<br>
1 - printer</code></dd>

<dt><strong>owner</strong> = &lt;attribute 'owner' of 'PDFfile' objects&gt;</dt>
<dd><code>Owner's password</code></dd>

<dt><strong>pageLayout</strong> = &lt;attribute 'pageLayout' of 'PDFfile' objects&gt;</dt>
<dd><code>Document layout in PDF viewer:<br>
0 - Show the document in single page mode<br>
1 - Show the document in single page mode with the pages displayed continuously end to end like a scroll<br>
2 - Show the document with facing pages, starting with the first page displayed on the left<br>
3 - Show the document with facing pages, starting with the first page displayed on the right</code></dd>

<dt><strong>pages</strong> = &lt;attribute 'pages' of 'PDFfile' objects&gt;</dt>
<dd><code>List of pages to print</code></dd>

<dt><strong>presentation</strong> = &lt;member 'presentation' of 'PDFfile' objects&gt;</dt>
<dd><code>Enable Presentation Effects.Bool value</code></dd>

<dt><strong>printprofc</strong> = &lt;attribute 'printprofc' of 'PDFfile' objects&gt;</dt>
<dd><code>Output profile for printing. If possible, get some guidance from your printer on profile selection.</code></dd>

<dt><strong>profilei</strong> = &lt;member 'profilei' of 'PDFfile' objects&gt;</dt>
<dd><code>Embed a color profile for images. Bool value.</code></dd>

<dt><strong>profiles</strong> = &lt;member 'profiles' of 'PDFfile' objects&gt;</dt>
<dd><code>Embed a color profile for solid colors. Bool value.</code></dd>

<dt><strong>quality</strong> = &lt;member 'quality' of 'PDFfile' objects&gt;</dt>
<dd><code>Image quality<br>
0 - Maximum<br>
1 - High<br>
2 - Medium<br>
3 - Low<br>
4 - Minimum</code></dd>

<dt><strong>registrationMarks</strong> = &lt;attribute 'registrationMarks' of 'PDFfile' objects&gt;</dt>
<dd><code>Add registration marks to each separation.</code></dd>

<dt><strong>resolution</strong> = &lt;attribute 'resolution' of 'PDFfile' objects&gt;</dt>
<dd><code>Resolution of output file. Values from 35 to 4000.</code></dd>

<dt><strong>solidpr</strong> = &lt;attribute 'solidpr' of 'PDFfile' objects&gt;</dt>
<dd><code>Color profile for solid colors</code></dd>

<dt><strong>thumbnails</strong> = &lt;member 'thumbnails' of 'PDFfile' objects&gt;</dt>
<dd><code>Generate thumbnails. Bool value.</code></dd>

<dt><strong>usedocbleeds</strong> = &lt;attribute 'usedocbleeds' of 'PDFfile' objects&gt;</dt>
<dd><code>Use the existing bleed settings from the document preferences. Bool value.</code></dd>

<dt><strong>useLayers</strong> = &lt;attribute 'useLayers' of 'PDFfile' objects&gt;</dt>
<dd><code>Layers in your document are exported to the PDF. Only available with PDF >= 1.5.</code></dd>

<dt><strong>uselpi</strong> = &lt;member 'uselpi' of 'PDFfile' objects&gt;</dt>
<dd><code>Use Custom Rendering Settings. Bool value</code></dd>

<dt><strong>user</strong> = &lt;attribute 'user' of 'PDFfile' objects&gt;</dt>
<dd><code>User's password</code></dd>

<dt><strong>version</strong> = &lt;member 'version' of 'PDFfile' objects&gt;</dt>
<dd><code>Choose PDF version to use:<br>
11 = PDF/X-1a<br>
12 = PDF/X-3<br>
13 = PDF 1.3 (Acrobat 4)<br>
14 = PDF 1.4 (Acrobat 5)<br>
15 = PDF 1.5 (Acrobat 6)</code></dd>

</dl>
</body>
</html>