14,69 → 14,69 |
<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> |
<dd><p>This method is deprecated - use <a href="#PDFfile-save">save</a>() instead.</p></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-__init__"><strong>__init__</strong></a>(...)</dt><dd><p>x.<a href="#PDFfile-__init__">__init__</a>(...) initializes x; see x.__class__.__doc__ for signature</p></dd> |
|
<dt><a name="PDFfile-save"><strong>save</strong></a>(...)</dt><dd><code>Save selected pages to pdf file</code></dd> |
<dt><a name="PDFfile-save"><strong>save</strong></a>(...)</dt><dd><p>Save selected pages to pdf file</p></dd> |
</dl> |
|
<hr> |
<p>Data and other attributes defined here:</p> |
<dd> |
<dl> |
<dt><strong>__new__</strong> = <built-in method __new__ of type object></dt> |
<dd><code>T.<a href="#PDFfile-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</code></dd> |
<dd><p>T.<a href="#PDFfile-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</p></dd> |
|
<dt><strong>aanot</strong> = <member 'aanot' of 'PDFfile' objects></dt> |
<dd><code>Allow Adding Annotations and Fields. Bool value</code></dd> |
<dd><p>Allow Adding Annotations and Fields. Bool value</p></dd> |
|
<dt><strong>achange</strong> = <member 'achange' of 'PDFfile' objects></dt> |
<dd><code>Allow Changing the Document. Bool value</code></dd> |
<dd><p>Allow Changing the Document. Bool value</p></dd> |
|
<dt><strong>acopy</strong> = <member 'acopy' of 'PDFfile' objects></dt> |
<dd><code>Allow Copying Text and Graphics. Bool value</code></dd> |
<dd><p>Allow Copying Text and Graphics. Bool value</p></dd> |
|
<dt><strong>aprint</strong> = <member 'aprint' of 'PDFfile' objects></dt> |
<dd><code>Allow Printing the Document. Bool value</code></dd> |
<dd><p>Allow Printing the Document. Bool value</p></dd> |
|
<dt><strong>article</strong> = <member 'article' of 'PDFfile' objects></dt> |
<dd><code>Save Linked Text Frames as PDF Articles<br> Bool value</code></dd> |
<dd><p>Save Linked Text Frames as PDF Articles<br> Bool value</p></dd> |
|
<dt><strong>binding</strong> = <member 'binding' of 'PDFfile' objects></dt> |
<dd><code>Choose binding.<br> |
<dd><p>Choose binding.<br> |
0 - Left binding<br> |
1 - Right binding</code></dd> |
1 - Right binding</p></dd> |
|
<dt><strong>bleedb</strong> = <member 'bleedb' of 'PDFfile' objects></dt> |
<dd><code>Bleed Bottom<br>Distance for bleed from the bottom of the physical page</code></dd> |
<dd><p>Bleed Bottom<br>Distance for bleed from the bottom of the physical page</p></dd> |
|
<dt><strong>bleedl</strong> = <member 'bleedl' of 'PDFfile' objects></dt> |
<dd><code>Bleed Left<br>Distance for bleed from the left of the physical page</code></dd> |
<dd><p>Bleed Left<br>Distance for bleed from the left of the physical page</p></dd> |
|
<dt><strong>bleedr</strong> = <member 'bleedr' of 'PDFfile' objects></dt> |
<dd><code>Bleed Right<br>Distance for bleed from the right of the physical page</code></dd> |
<dd><p>Bleed Right<br>Distance for bleed from the right of the physical page</p></dd> |
|
<dt><strong>bleedt</strong> = <member 'bleedt' of 'PDFfile' objects></dt> |
<dd><code>Bleed Top<br>Distance for bleed from the top of the physical page</code></dl> |
<dd><p>Bleed Top<br>Distance for bleed from the top of the physical page</p></dd> |
|
<dt><strong>bookmarks</strong> = <member 'bookmarks' of 'PDFfile' objects></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> |
<dd><p>Embed the bookmarks you created in your document.<br>These are useful for navigating long PDF documents.<br>Bool value</p></dd> |
|
<dt><strong>compress</strong> = <member 'compress' of 'PDFfile' objects></dt> |
<dd><code>Compression switch. Bool value.</code></dd> |
<dd><p>Compression switch. Bool value.</p></dd> |
|
<dt><strong>compressmtd</strong> = <member 'compressmtd' of 'PDFfile' objects></dt> |
<dd><code>Compression method.<br> |
<dd><p>Compression method.<br> |
0 - Automatic<br> |
1 - JPEG<br> |
2 - zip<br> |
3 - None.</code></dd> |
3 - None.</p></dd> |
|
<dt><strong>downsample</strong> = <attribute 'downsample' of 'PDFfile' objects></dt> |
<dd><code>Downsample image resolusion to this value. Values from 35 to 4000<br>Set 0 for not to downsample</code></dd> |
<dd><p>Downsample image resolusion to this value. Values from 35 to 4000<br>Set 0 for not to downsample</p></dd> |
|
<dt><strong>effval</strong> = <attribute 'effval' of 'PDFfile' objects></dt> |
<dd><code>List of effection values for each saved page.<br> |
<dd><p>List of effection values for each saved page.<br></dd> |
<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 |
103,40 → 103,40 |
2 - Bottom to Top |
3 - Right to Left |
4 - Top-left to Bottom-Right |
</pre></code> |
</dt> |
|
</pre></p> |
</dl> |
<dl> |
<dt><strong>encrypt</strong> = <member 'encrypt' of 'PDFfile' objects></dt> |
<dd><code>Use Encription. Bool value</code></dd> |
<dd><p>Use Encription. Bool value</p></dd> |
|
<dt><strong>file</strong> = <attribute 'file' of 'PDFfile' objects></dt> |
<dd><code>Name of file to save into</code></dd> |
<dd><p>Name of file to save into</p></dd> |
|
<dt><strong>fonts</strong> = <attribute 'fonts' of 'PDFfile' objects></dt> |
<dd><code>List of fonts to embed.</code></dd> |
<dd><p>List of fonts to embed.</p></dd> |
|
<dt><strong>imagepr</strong> = <attribute 'imagepr' of 'PDFfile' objects></dt> |
<dd><code>Color profile for images</code></dd> |
<dd><p>Color profile for images</p></dd> |
|
<dt><strong>info</strong> = <attribute 'info' of 'PDFfile' objects></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> |
<dd><p>Mandatory string for PDF/X-3 or the PDF will fail PDF/X-3 conformance. We recommend you use the title of the document.</p></dd> |
|
<dt><strong>intenti</strong> = <member 'intenti' of 'PDFfile' objects></dt> |
<dd><code>Rendering intent for images<br> |
<dd><p>Rendering intent for images<br> |
0 - Perceptual<br> |
1 - Relative Colorimetric<br> |
2 - Saturation<br> |
3 - Absolute Colorimetric</code></dd> |
3 - Absolute Colorimetric</p></dd> |
|
<dt><strong>intents</strong> = <member 'intents' of 'PDFfile' objects></dt> |
<dd><code>Rendering intent for solid colors<br> |
<dd><p>Rendering intent for solid colors<br> |
0 - Perceptual<br> |
1 - Relative Colorimetric<br> |
2 - Saturation<br> |
3 - Absolute Colorimetric</code></dd> |
3 - Absolute Colorimetric</p></dd> |
|
<dt><strong>lpival</strong> = <attribute 'lpival' of 'PDFfile' objects></dt> |
<dd><code>Rendering Settings for individual colors.<br> |
<dd><p>Rendering Settings for individual colors.<br> |
<pre> |
This is list of values for each color. |
Color values have structure [siii] which stand for: |
149,61 → 149,61 |
2 - Round |
3 - Ellipse |
</pre> |
Be careful when supplying these values as they are not checked for validity.</code></dd> |
Be careful when supplying these values as they are not checked for validity.</p></dd> |
|
<dt><strong>noembicc</strong> = <member 'noembicc' of 'PDFfile' objects></dt> |
<dd><code>Don't use embedded ICC profiles. Bool value</code></dd> |
<dd><p>Don't use embedded ICC profiles. Bool value</p></dd> |
|
<dt><strong>outdst</strong> = <member 'outdst' of 'PDFfile' objects></dt> |
<dd><code>Output destination.<br> |
<dd><p>Output destination.<br> |
0 - screen<br> |
1 - printer</code></dd> |
1 - printer</p></dd> |
|
<dt><strong>owner</strong> = <attribute 'owner' of 'PDFfile' objects></dt> |
<dd><code>Owner's password</code></dd> |
<dd><p>Owner's password</p></dd> |
|
<dt><strong>pages</strong> = <attribute 'pages' of 'PDFfile' objects></dt> |
<dd><code>List of pages to print</code></dd> |
<dd><p>List of pages to print</p></dd> |
|
<dt><strong>presentation</strong> = <member 'presentation' of 'PDFfile' objects></dt> |
<dd><code>Enable Presentation Effects.Bool value</code></dd> |
<dd><p>Enable Presentation Effects.Bool value</p></dd> |
|
<dt><strong>printprofc</strong> = <attribute 'printprofc' of 'PDFfile' objects></dt> |
<dd><code>Output profile for printing. If possible, get some guidance from your printer on profile selection.</code></dd> |
<dd><p>Output profile for printing. If possible, get some guidance from your printer on profile selection.</p></dd> |
|
<dt><strong>profilei</strong> = <member 'profilei' of 'PDFfile' objects></dt> |
<dd><code>Embed a color profile for images. Bool value.</code></dd> |
<dd><p>Embed a color profile for images. Bool value.</p></dd> |
|
<dt><strong>profiles</strong> = <member 'profiles' of 'PDFfile' objects></dt> |
<dd><code>Embed a color profile for solid colors. Bool value.</code></dd> |
<dd><p>Embed a color profile for solid colors. Bool value.</p></dd> |
|
<dt><strong>quality</strong> = <member 'quality' of 'PDFfile' objects></dt> |
<dd><code>Image quality<br> |
<dd><p>Image quality<br> |
0 - Maximum<br> |
1 - High<br> |
2 - Medium<br> |
3 - Low<br> |
4 - Minimum</code></dd> |
4 - Minimum</p></dd> |
|
<dt><strong>resolution</strong> = <attribute 'resolution' of 'PDFfile' objects></dt> |
<dd><code>Resolution of output file. Values from 35 to 4000.</code></dd> |
<dd><p>Resolution of output file. Values from 35 to 4000.</p></dd> |
|
<dt><strong>solidpr</strong> = <attribute 'solidpr' of 'PDFfile' objects></dt> |
<dd><code>Color profile for solid colors</code></dd> |
<dd><p>Color profile for solid colors</p></dd> |
|
<dt><strong>thumbnails</strong> = <member 'thumbnails' of 'PDFfile' objects><dd><code>Generate thumbnails. Bool value.</code></dl> |
<dt><strong>thumbnails</strong> = <member 'thumbnails' of 'PDFfile' objects><dd><p>Generate thumbnails. Bool value.</p></dt> |
|
<dt><strong>uselpi</strong> = <member 'uselpi' of 'PDFfile' objects></dt> |
<dd><code>Use Custom Rendering Settings. Bool value</code></dd> |
<dd><p>Use Custom Rendering Settings. Bool value</p></dd> |
|
<dt><strong>user</strong> = <attribute 'user' of 'PDFfile' objects></dt> |
<dd><code>User's password</code></dd> |
<dd><p>User's password</p></dd> |
|
<dt><strong>version</strong> = <member 'version' of 'PDFfile' objects></dt> |
<dd><code>Choose PDF version to use:<br> |
<dd><p>Choose PDF version to use:<br> |
12 = PDF/X-3<br> |
13 = PDF 1.3 (Acrobat 4)<br> |
14 = PDF 1.4 (Acrobat 5)</code></dd> |
|
14 = PDF 1.4 (Acrobat 5)</p></dd> |
</dl> |
</body> |
</html> |