/usr/share/scribus/doc/en/pdfx3.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 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>PDF/X-3</title>
</head>
<style>
@import "manual.css";
</style>
<body>
<h2>PDF/X-3</h2>
<p>Support for PDF/X-3 was a major milestone in the development of Scribus. It was the first page layout application to support this demanding, but open ISO standard (ISO 15930-3:2002).</p>
<h3>When Should I Use PDF/X-3?</h3>
<p>When you require <strong>very</strong> precise color reproduction <strong>and</strong> your printer will accept (or insist on) PDF/X-3 files. Without support from your printer, you are likely to have adverse color changes compared to more traditional PDF export.</p>
<h3>PDF/X-3 and Color Management</h3>
<p>The principal benefit of PDF/X-3 is the typically more accurate color conversion from RGB to a printer’s CMYK output. The accuracy comes from working in RGB colors until very late in the printing process when the printer’s own RIP does the RGB > CMYK conversion <b>and</b> by mandatory use of color profiles. Since the RIP engine has detailed knowledge of the exact color range, it is thought to offer, in most cases, an accurate conversion. PDF/X-3 does not preclude using CMYK images, but is ideal for maintaining your colors in RGB as long as possible in the process.</p>
<p>One question is which printer profile one should use. There are two strategies: The first is to have an actual ICC profile from your printing company for the matching paper type. The second is to use a well-known printing standard as SWOP, ECI or others. Using PDF/X-3 requires cooperation with your printer, but can really improve your print color matching. As always, a short visit to your printer <strong>in advance</strong> is strongly recommended. If answers are not forthcoming, try another one. Printing is a competitive business, and alternatives almost always can be found.</p>
<h3>Quickstart Guide to Creating a PDF/X-3</h3>
<p>In the <a href="settings1.html">Document Setup</a> make sure color management is enabled and the correct color profiles are chosen. Ideally, the color print profile matches either a standarized ISO printing condition or is a custom profile from your print provider. Without color management, you won’t be able to export to PDF/X-3. Then select <i>File > Export …> Save as PDF …</i> or click the PDF icon from the toolbar.</p>
<p>This panel will open first, and you have to select “PDF/X-3” from the “Compatibility” drop-down list as shown below. This will change the default settings, as needed, automatically. </p>
<table width="100%"><tr><td align="center"><img src="images/pdfx3-1.png" alt="PDF Create Dialog General Tab" /></td></tr></table>
<p>Next, select the “Color” tab, as shown below:</p>
<table width="100%"><tr><td align="center"><img src="images/pdfxcolor.png" alt="PDF Create Dialog Color Tab" /></td></tr></table>
<p>Note that in the “Color” tab the general output target is greyed out. This is because in a PDF/X-3 workflow color space conversion to the printing device is supposed to happen as late as possible, which means it will be the printer who will do the final conversion, not you.</p>
<p>Next, select the “Pre-Press” tab, as shown below:</p>
<table width="100%"><tr><td align="center"><img src="images/pdfxintent.png" alt="PDF Create Dialog
PDF/X-3 Tab" /></td></tr></table>
<p>This is where you embed in the PDF the intended press condition, which is defined by the ICC color profile. It’s probably the most important choice in terms of color profiles, as it affects color throughout the whole workflow. You can also put in a short note about the document, which can be useful later on. <strong>This field cannot be left blank – as the PDF/X-3 specification requires it. Scribus will disable the “Save” button if the field is empty.</strong> You can also add other pre-press features like color bars or printing marks, but you should only do so if your printing company asks for them.<p>
<p>Note: Because of the strict requirements of PDF/X-3, some PDF features are disabled, including annotations, encryption and presentation effects; all fonts are automatically embedded or subset. Also, transparency won’t be exported.</p>
</body>
</html>
|