Thank you Michael! ;)
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/PdfIndirectReference-null-from-ImageRenderInfo-getRef-tp4660066p4660070.html
Sent from the iText - General mailing list archive at Nabble.com.
-
after some debug i can add tho information ...
the images with a null ref use this kind of ImageRenderInfo constructor:
private ImageRenderInfo(Matrix ctm, InlineImageInfo inlineImageInfo,
PdfDictionary colorSpaceDictionary) {
this.ctm = ctm;
this.ref = null;
this.inlineIm