Quoting Eric Schneider <[EMAIL PROTECTED]>:

> I did what you suggested (open the file in text editor), but I'm not
> sure how to deduce if the document is sharing the image or using a new
> one for each iteration.
> 
> Here are all the areas that reference anything about an "Image":
> 
> 3 0 obj
> <</Filter /DCTDecode
> /Type /XObject
> /Length 18680
> /BitsPerComponent 8
> /Height 19
> /ColorSpace /DeviceGray
> /Subtype /Image
> /Width 35
> ....

This is the object that holds the Image data (the part after
stream is the image data), all the rest is just refering to
this object. It's there only once.
Your code seems to be OK. It's as Paulo says (and as I suggested):
you should try other printer(driver)s. There's nothing iText can do.
br,
Bruno


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to