struct pdf_recolor_options
{
/* For gray, use num_comp = 1.
* For rgb, use num_comp = 3.
* For cmyk use num_comp = 4.
* All other values reserved. */
int num_comp;
}
void
pdf_recolor_page (
fz_context *ctx,
pdf_document *doc,
int pagenum,
const pdf_recolor_options *opts
)
Recolor a given document page.
All other values reserved.
void
pdf_remove_output_intents (
fz_context *ctx,
pdf_document *doc
)
Remove output intents from a document.