Embed ICC Profile in a pdf

23 views
Skip to first unread message

Dasde

unread,
Sep 9, 2011, 11:48:55 AM9/9/11
to purepdf-discuss, rva...@neoia.fr
Hi Allessandro,

is it possible to embed an ICC Profile in a PDF using PurePDF ?

I've already specified metada like this :

var metasDict:PdfDictionary = pdf.getInfo() ;
metasDict.put(new PdfName("GTS_PDFXConformance"), new
PdfString("PDF/X-1a:2001"));
metasDict.put(new PdfName("GTS_PDFXVersion"),new PdfString("PDF/
X-1:2001"));

metasDict.put(new PdfName("LegacyIPDTCDigest"),new
PdfString("153FE579590AB3A46EF5A64EEFFD3FF4"));
metasDict.put(new PdfName("ICCProfile"),new PdfString("FOGRA39L
U300 K96"));
metasDict.put(new PdfName("ColorMode"),new PdfString("4"));

Thank you
Reply all
Reply to author
Forward
0 new messages