From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/70989 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: Embedding of ICC profiles and preflight Date: Thu, 01 Sep 2011 17:08:52 +0200 Message-ID: <4E5FA004.2080900@gmx.net> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1314889755 18917 80.91.229.12 (1 Sep 2011 15:09:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Sep 2011 15:09:15 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 01 17:09:10 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qz8tB-0000uq-Sc for gctc-ntg-context-518@m.gmane.org; Thu, 01 Sep 2011 17:09:09 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 950D0CAF46; Thu, 1 Sep 2011 17:09:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id L2cl+FFfASze; Thu, 1 Sep 2011 17:09:05 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B6A57CAF43; Thu, 1 Sep 2011 17:09:05 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DC821CAF43 for ; Thu, 1 Sep 2011 17:09:04 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FH8l1rBbGBZF for ; Thu, 1 Sep 2011 17:08:53 +0200 (CEST) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id CC692CAF1B for ; Thu, 1 Sep 2011 17:08:53 +0200 (CEST) Original-Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with SMTP id p81F8qx8030829 for ; Thu, 1 Sep 2011 17:08:53 +0200 Original-Received: (qmail invoked by alias); 01 Sep 2011 15:08:52 -0000 Original-Received: from ip-178-200-248-30.unitymediagroup.de (EHLO [192.168.178.3]) [178.200.248.30] by mail.gmx.net (mp058) with SMTP; 01 Sep 2011 17:08:52 +0200 X-Authenticated: #24293357 X-Provags-ID: V01U2FsdGVkX18XfAcJszoXbDFcGfGCO00r6o25UeHx6uOLeetB8D T5qiZWqZ9ukRxz User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1 In-Reply-To: X-Enigmail-Version: 1.3.1 X-Y-GMX-Trusted: 0 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.165.64.22; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0rFrr8QPh - fd69f31e2275 - 20110901 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:70989 Archived-At: Am 01.09.2011 15:30, schrieb Honza Hejzl: > Hello, > I am trying to embed a profile but it doesn't work. I am using: > > \setupbackend > [format=PDF/X-1a:2001, > intent=Coated FOGRA39 (ISO 12647-2:2004), > file=CoatedFOGRA39.icc, > option=always > ] > > Acrobat Preflight says it has not profile embedded. Am I doing something > wrong? > Mh, maybe add a comma after 'option=always'? You can also add \enabletrackers[backend.pdfx] in front of the \setupbackend command to get additional info in the log. Is there a reason to force embedding of the profile? If I remember right PDF/X-1a can do without, if the profile is common. \setupbackend [format=PDF/X-1a:2001, intent=Coated FOGRA39 (ISO 12647-2:2004), option=always, % for a much bigger document :-) ] should be enough ('file' is derived from the entry in colorprofiles.xml). A profile with this name should be in the specific path. See http://wiki.contextgarden.net/PDFX#ICC%20profiles for the details. The mentioned $OSCOLORDIR variable is no longer valid. > The next thing is I am using text smaller than 12pt and nothing helps me > to prevent ConTeXt to: > > 1) overprint the GRAY text (\setupcolors allows just to set cmyk-gray/rgb); > 2) knockout text smaller than 12pt, what is not allowed in a good pdf file. > Just guessing (your description rings a bell): Use '\startoverprint ... \stopoverprint', not the global '\setupcolors[overprint=yes]'. The latter is only useful, if your document is pure black text only (everything in it is overprinted)! Best wishes, Peter ___________________________________________________________________________________ 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://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________