PDFX_def.ps 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. %!
  2. % $Id: PDFX_def.ps,v 1.1 2005/09/12 11:34:50 leonardo Exp $
  3. % This is a sample prefix file for creating a PDF/X-3 document.
  4. % Feel free to modify entries marked with "Customize".
  5. % This assumes an ICC profile to reside in the file (ISO Coated sb.icc),
  6. % unless the user modifies the corresponding line below.
  7. % Define emtries to the document Info dictionary :
  8. /ICCProfile (ISO Coated sb.icc) % Customize.
  9. def
  10. [ /GTS_PDFXVersion (PDF/X-3:2001) % Must be so (the standard requires).
  11. /Title (Title) % Customize.
  12. /Trapped /False % Must be so (Ghostscript doesn't provide other).
  13. /DOCINFO pdfmark
  14. % Define an IDD profile :
  15. [/_objdef {icc_PDFX} /type /stream /OBJ pdfmark
  16. [{icc_PDFX} ICCProfile (r) file /PUT pdfmark
  17. % Define the output intent dictionary :
  18. [/_objdef {OutputIntent_PDFX} /type /dict /OBJ pdfmark
  19. [{OutputIntent_PDFX} <<
  20. /Type /OutputIntent % Must be so (the standard requires).
  21. /S /GTS_PDFX % Must be so (the standard requires).
  22. /OutputCondition (Commercial and specialty printing) % Customize
  23. /Info (none) % Customize
  24. /OutputConditionIdentifier (Custom) % Customize
  25. /DestOutputProfile {icc_PDFX} % Must be so (see above).
  26. >> /PUT pdfmark
  27. [{Catalog} <</OutputIntents [ {OutputIntent_PDFX} ]>> /PUT pdfmark