By app is adding a 1-bit TIFF image by constructing an Image object and adding it using PdfTemplate.AddImage.
I'd like the image to appear in a PdfSpotColor, but I'm not sure how to do so. I tried setting PdfTemplate.SetColorFill but that doesn't work. Looking at section 4.8 of the PDF Reference, version 1.7 it is clear that when the image is placed in the document as a dictionary the colourspace is set (and based on the fact that the iText Image object has a get property for the colorspace I assume this is being set) but the docs don't clearly state how one would "paint" the imported image. This is probably really simple. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
