Hi John,

Am 25.08.2017 um 23:47 schrieb John Culleton:
> I need to have context generate the above format. Any hints?
>

ConTeXt is also shipped with some PDF/A|X|UA test files. Written mainly
as a simple functionality test, but still all parameter in it.

<path_to_ConTeXt>\texmf-context\tex\context\test\mkiv\

------
% PDF/X-1a:2001
\enabletrackers[backend.format,backend.variables] % add logging

\setupbackend
  [format=PDF/X-1a:2001,
   intent=ISOcoated_v2_eci.icc]

\setupinteraction
  [title=TITLE,
   subtitle=SUBTITLE,
   author=AUTHOR,
   keyword={{KEYWORD1, KEYWORD2}, KEYWORD3}]

------
The color 'intent' depends on your printing house. The icc profiles can
be downloaded from the contextgarden (also info where to install them).

http://wiki.contextgarden.net/PDFX#ICC%20profiles


There are some more restriction for PDF/X-1a, but this is (apart from
the document color space) all you need for the ConTeXt part.
Let me know if this works for you.


Peter

  
>  
> John Culleton
>  
>  
> 
> 
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to