Changes

Jump to navigation Jump to search
644 bytes added ,  20:48, 3 September 2021
Update format list; taken from colors-mkiv.pdf
The two parameter '<tt>format</tt>' and '<tt>intent</tt>' are sufficient for most cases.
The '<tt>format</tt>' parameter simply defines the '''PDF/X version''',while the '<tt>intent</tt>' parameter sets the so called '''output intent'''.
Currently the following PDF/X versions are supported:
<code>format =</code>
<texcode> gray rgb cmyk spot transp. notesPDF/X-1a:2001 % PDF Version 1.3 (Acrobat 4.x)* * * *PDF/X-1a:2003 % PDF Version 1.4 (Acrobat 5.x) * * * *PDF/X-3:2002 % PDF Version 1.3 (Acrobat 4.x)* * * *PDF/X-3:2003 % PDF Version 1.4 (Acrobat 5.x) * * * * PDF/X-4 % PDF Version 1.6 (Acrobat 7.x)* * * * * PDF layersPDF/X-4p % PDF Version 1.6 (Acrobat 7.x)* * * * * PDF layers; ICC externally suppliedPDF/X-5g % PDF Version 1.6 (Acrobat 7.x) * * * * * PDF layers; graphics can be outside pdfPDF/X-5n % PDF Version 1.6 (Acrobat 7.x) * * * * * PDF layers; ICC externally suppliedPDF/X-5pg % PDF Version 1.6 (Acrobat 7.x) * * * * * PDF layers; p + g</texcode>
Predefined output intents:
<code>intent =</code>
<texcode>
Coated FOGRA39 (ISO 12647-2:2004)
GRACoL2006_Coated1v2.icc
PSR_SC_STD_V2_PT
PSRgravureMF
</texcode>
Some examples:
'''All remaining parameter are kind of special.'''
'<tt>profile</tt>'
sets the ICC based default color space profile (option for color management);
this setting is document wide and currently only one profile
per color space is allowed
'<tt>level</tt>'
sets the PDF compress level (values of 0..9 are allowed). Normally no need to change the
default value.
'<tt>option=always|never</tt>' '<tt>always'</tt>: force embedding of the output intent profile (useful only in case of PDF/X-1a) '<tt>never' </tt> : don't embed the output intent profile; no useful practise
'<tt>file</tt>'
name of an external file with predefined color profiles
All profiles in the zip archive are already located in the correct sub path,
so you only have to unpack them right in your ConTeXt directory
(normally '<tt>texmf-context'</tt>).
In case you use these profiles also with other software, it is
E.g. for Adobe Acrobat on Windows Vista this special directory is
<code>'C:\Program Files (X86)\Common Files\Adobe\Color\Profiles\Recommended'</code>
Store the needed profiles there (without any tex directory) and
set $OSCOLORDIR to that path.
All you need now is a final '<tt>luatools --generate' </tt> to update the file database.
In case of problems you should add
57

edits

Navigation menu