ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* PDF/X-1a(2001) ourput.
@ 2017-08-25 21:47 John Culleton
  2017-08-25 22:11 ` Rik Kabel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: John Culleton @ 2017-08-25 21:47 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 89 bytes --]

I need to have context generate the above format. Any hints?
  
  
 John Culleton
  
  


[-- Attachment #1.2: Type: text/html, Size: 439 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PDF/X-1a(2001) ourput.
  2017-08-25 21:47 PDF/X-1a(2001) ourput John Culleton
@ 2017-08-25 22:11 ` Rik Kabel
  2017-08-25 23:06 ` Mica Semrick
  2017-08-26 14:06 ` Peter Rolf
  2 siblings, 0 replies; 4+ messages in thread
From: Rik Kabel @ 2017-08-25 22:11 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 654 bytes --]

On 2017-08-25 17:47, John Culleton wrote:
> I need to have context generate the above format. Any hints?
> John Culleton
> ___________________________________________________________________________________ 


It appears that the mail threads here 
<https://www.mail-archive.com/ntg-context@ntg.nl/msg41299.html>[1] and 
here <https://www.mail-archive.com/ntg-context@ntg.nl/msg56365.html>[2], 
and the wiki page here <http://wiki.contextgarden.net/PDFX>[3] discuss this.

-- 
Rik

[1] https://www.mail-archive.com/ntg-context@ntg.nl/msg41299.html
[2] https://www.mail-archive.com/ntg-context@ntg.nl/msg56365.html
[3] http://wiki.contextgarden.net/PDFX


[-- Attachment #1.2: Type: text/html, Size: 1927 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PDF/X-1a(2001) ourput.
  2017-08-25 21:47 PDF/X-1a(2001) ourput John Culleton
  2017-08-25 22:11 ` Rik Kabel
@ 2017-08-25 23:06 ` Mica Semrick
  2017-08-26 14:06 ` Peter Rolf
  2 siblings, 0 replies; 4+ messages in thread
From: Mica Semrick @ 2017-08-25 23:06 UTC (permalink / raw)
  To: sales, mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 253 bytes --]

Hi John,

Have a look at http://wiki.contextgarden.net/PDFX

-m

On August 25, 2017 2:47:47 PM PDT, John Culleton <sales@wexfordpress.com> wrote:
>I need to have context generate the above format. Any hints?
>  
>  
> John Culleton
>  
>  

[-- Attachment #1.2: Type: text/html, Size: 879 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PDF/X-1a(2001) ourput.
  2017-08-25 21:47 PDF/X-1a(2001) ourput John Culleton
  2017-08-25 22:11 ` Rik Kabel
  2017-08-25 23:06 ` Mica Semrick
@ 2017-08-26 14:06 ` Peter Rolf
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Rolf @ 2017-08-26 14:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-26 14:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-25 21:47 PDF/X-1a(2001) ourput John Culleton
2017-08-25 22:11 ` Rik Kabel
2017-08-25 23:06 ` Mica Semrick
2017-08-26 14:06 ` Peter Rolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).