1 #ifndef QPDF_CM_H_ 2 #define QPDF_CM_H_ 3 4 #include <qpdf/QPDF.hh> 5 6 bool hasOutputIntent(QPDF &pdf); 7 void addOutputIntent(QPDF &pdf,const char *filename); 8 9 void addDefaultRGB(QPDF &pdf,QPDFObjectHandle srcicc); 10 QPDFObjectHandle setDefaultICC(QPDF &pdf,const char *filename); 11 12 #endif 13