Images are binary, there are no 'lines'. Images encoded with some ascii filter such as ASCII85Decode could, perhaps, qualify as line based but iText can't do it, there's nothing to gain.
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tim Daley > Sent: Monday, December 27, 2004 3:18 AM > To: [email protected] > Subject: [iText-questions] images in DCF > > I am attempting to generate a performance test case for one of our > printers. It accepts PDFs with DCF commands. It includes > images and the > performance test requires comparing compressed and > uncompressed images. > The problem I'm having is that the lines in the uncompressed images > stream are longer than 255 characters. This is apparently contrary to > DCF document restrictions. > > Is there a way to break the images into smaller lines? Can I > just insert > new-line characters at random or do I need to break the images into > smaller images that satisfy the constraints? > > Tim Daley > Campus Crusade for Christ MC2900 > 100 Lake Hart Drive > Orlando, Fl 32832-0100 > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from > real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
