Quoting Eric Schneider <[EMAIL PROTECTED]>: > I know this has been asked before, but I'm having trouble finding it > with the archive search.
I have the same problem with GMANE, I hope it will be solved soon. In the maintime you can use some other list archives to search the list: ttp://www.lowagie.com/iText/faq.html#mailinglist > I'm using iText to print medical slide labels. Each 8 1/2 by 11 sheet > has 88 labels. I recently added a tiny logo to each slide label. > The logo looks great, but the document takes a minute a page to print. > It use to take seconds for the printer to finish the print job. > > Is there a more efficient way to reusing an image over and over again? How are you adding the image now? I think iText reuses the Image by default (normally it should be one object in the PDF file). If you open the PDF with a text editor instead of Acrobat Reader. Can you find the object(s) that hold the Image? How many objects are there with the same Image? If there is only one, you should try other printer(driver)s? If there are many, send a code sample to the list so we can see how you are adding the Image. 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
