///Peter
You'd need a chunk of code like to:
\immediate\pdfobj stream attr{/N 4} file{sRGBIEC1966-2.1.icm}
\pdfcatalog{%
/OutputIntents [ <<
/Type /OutputIntent
/S/GTS_PDFA1
/DestOutputProfile \the\pdflastobj\space 0 R
/OutputConditionIdentifier (sRGB IEC61966-2.1)
/Info(sRGB IEC61966-2.1)
>> ]
}
but you'd need to feed it a CMYK profile, and would have to ensure
that every element going in was defined as CMYK. More information
here:
http://support.river-valley.com/wiki/index.php?title=Generating_PDF/A_compliant_PDFs_from_pdftex
William
did you also \usepackage[cmyk]{xcolor} ?
Herbert