|
Originally Posted by: Paul Rayman  N is the number of color components in the color space Stream.Dictionary["N"] = PdfTypeNumber.Create(3); Thanks, I discovered this, just after I posted the question.
|
|
N is the number of color components in the color space Stream.Dictionary["N"] = PdfTypeNumber.Create(3);
|
|
There seems to be no built-in way to embed color spaces using pdfium. I found a way to do this, adding an /ICCBased array. However the icc profile stream descriptor requires a page number: /N 3 for three component RGB color space e.g. <</Filter/FlateDecode/Length 1657900/N 3>>stream ...
Is there any way to add a page number?
|
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close