Following the instructions on https://wiki.contextgarden.net/PDF/A, I am 
receiving errors that the *.icc files cannot be located. I have saved the *.icc 
files in ~/context-osx-arm64/tex/texmf-context/colors/icc/profiles per the 
instructions. Here's an excerpt from the log:

backend         > profiles > profile specification 'default_cmyk.icc' loaded 
from 
'/Users/jinho/context-osx-arm64/tex/texmf-context/colors/icc/context/colorprofiles.xml'
backend         > profiles > error, couldn't locate profile 'default_cmyk.icc'
backend         > profiles > no default profile 'default_cmyk.icc' for 
colorspace 'cmyk'
backend         > profiles > profile specification 'default_rgb.icc' loaded 
from 
'/Users/jinho/context-osx-arm64/tex/texmf-context/colors/icc/context/colorprofiles.xml'
backend         > profiles > error, couldn't locate profile 'default_rgb.icc'
backend         > profiles > no default profile 'default_rgb.icc' for 
colorspace 'rgb'
backend         > profiles > profile specification 'default_gray.icc' loaded 
from 
'/Users/jinho/context-osx-arm64/tex/texmf-context/colors/icc/context/colorprofiles.xml'
backend         > profiles > error, couldn't locate profile 'default_gray.icc'
backend         > profiles > no default profile 'default_gray.icc' for 
colorspace 'gray'
backend         > profiles > profile specification 'ISO coated v2 300% (ECI)' 
loaded from 
'/Users/jinho/context-osx-arm64/tex/texmf-context/colors/icc/context/colorprofiles.xml'
backend         > profiles > error, couldn't locate profile 
'ISOcoated_v2_300_eci.icc'
backend         > profiles > invalid output intent 'ISO Coated v2 300% (ECI)'

Here is a MWE that generates these errors:

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

%% For PDF/A
\setupbackend[
format={pdf/a-1b:2005}, % or pdf/a-1a:2005
profile={default_cmyk.icc,default_rgb.icc,default_gray.icc},
intent=ISO coated v2 300\letterpercent\space (ECI)]

%% Tagged PDF
%% method=auto ==> default tags by Adobe
\setupbackend[export=yes]
\setupstructure[state=start,method=auto]

\starttext

\chapter[chap:testing]{Testing}

\input knuth

\input tufte

\input knuth

\input tufte

\input knuth

\input tufte

\stoptext


What seems to be going wrong? Is the software looking for the *.icc profiles in 
a different place?

Thank you!

~ Jin-Ho.

--
"Ad astra per alas porci."
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Reply via email to