Re: [NTG-context] PDF/X-1a(2001) ourput.

2017-08-26 Thread Peter Rolf
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. \texmf-context\tex\context\test\mkiv\

Re: [NTG-context] PDF/X-1a(2001) ourput.

2017-08-25 Thread Mica Semrick
Hi John, Have a look at http://wiki.contextgarden.net/PDFX -m On August 25, 2017 2:47:47 PM PDT, John Culleton wrote: >I need to have context generate the above format. Any hints? > > > John Culleton > >

Re: [NTG-context] PDF/X-1a(2001) ourput.

2017-08-25 Thread Rik Kabel
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

[NTG-context] PDF/X-1a(2001) ourput.

2017-08-25 Thread John Culleton
I need to have context generate the above format. Any hints? John Culleton ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] PDF/X-1A

2009-02-24 Thread Antoine Junod
Dear List, A lot of you guys helped me through the process of setting a little booklet and I have to say I was proud of the result (44 full color pages with a lot of pictures and texts). Thanks for that. I'm now in the process of printing that booklet. I was happy to send my beautiful pdf to the

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread Hans Hagen
Antoine Junod wrote: Dear List, A lot of you guys helped me through the process of setting a little booklet and I have to say I was proud of the result (44 full color pages with a lot of pictures and texts). Thanks for that. I'm now in the process of printing that booklet. I was happy to send

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread luigi scarso
By the way, is there any way to check PDF/X-1A compatibility without a proprietary tool? AFIK none. BTW pitstop and adobe are the most important players in this area, so a certificate made from pitstop/adobe has more credibility than that one make from an open source tool -- luigi

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread Hans Hagen
Antoine Junod wrote: Okay I did it but it is still not accepted by my printer (with no other details than 'not pdf/x-a1...'). just ask him for a printed report; validators can do that Hans -

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread Tobias Burnus
Antoine Junod wrote: Okay I did it but it is still not accepted by my printer (with no other details than 'not pdf/x-a1...'). You could also try to use Ghostscript with PDF/X3 option, cf. http://pages.cs.wisc.edu/~ghost/doc/cvs/Ps2pdf.htm#PDFX Example command is: gs -dPDFX -dBATCH -dNOPAUSE

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread J.A.J. Pater
Tobias Burnus schreef: You could also try to use Ghostscript with PDF/X3 option, cf. http://pages.cs.wisc.edu/~ghost/doc/cvs/Ps2pdf.htm#PDFX Example command is: gs -dPDFX -dBATCH -dNOPAUSE -dNOOUTERSAVE -dUseCIEColor -sDEVICE=pdfwrite -sOutputFile=out-x3.pdf PDFX_def.ps input.ps If I