blob: 51a93a92fb8053af8290f2d206f615f0e4018c62 (
plain)
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
|
%!
% $Id: PDFX_def.ps,v 1.1 2005/09/12 11:34:50 leonardo Exp $
% This is a sample prefix file for creating a PDF/X-3 document.
% Feel free to modify entries marked with "Customize".
% This assumes an ICC profile to reside in the file (ISO Coated sb.icc),
% unless the user modifies the corresponding line below.
% Define emtries to the document Info dictionary :
/ICCProfile (ISO Coated sb.icc) % Customize.
def
[ /GTS_PDFXVersion (PDF/X-3:2001) % Must be so (the standard requires).
/Title (Title) % Customize.
/Trapped /False % Must be so (Ghostscript doesn't provide other).
/DOCINFO pdfmark
% Define an IDD profile :
[/_objdef {icc_PDFX} /type /stream /OBJ pdfmark
[{icc_PDFX} ICCProfile (r) file /PUT pdfmark
% Define the output intent dictionary :
[/_objdef {OutputIntent_PDFX} /type /dict /OBJ pdfmark
[{OutputIntent_PDFX} <<
/Type /OutputIntent % Must be so (the standard requires).
/S /GTS_PDFX % Must be so (the standard requires).
/OutputCondition (Commercial and specialty printing) % Customize
/Info (none) % Customize
/OutputConditionIdentifier (Custom) % Customize
/DestOutputProfile {icc_PDFX} % Must be so (see above).
>> /PUT pdfmark
[{Catalog} <</OutputIntents [ {OutputIntent_PDFX} ]>> /PUT pdfmark
|