On Mon, 2006-08-21 at 13:30 +0100, Md Sagri wrote: > I can readily view them even now they are open > please check this
Hi, I saw something similar with some pictures we tried to include into PDFs at some time. The problem was, as Bruno already said, neither iText nor the PDF-viewer but instead the way we populated the pictures into byte arrays. So given your code excerpt, I would assume that your careerLetterIssueManager.getCareerLetterPage(pageNumStr,issueDate); method is delivering faulty data. So first ensure, that the data that comes out of this method is identical to the raw image data or at an even lower level, try to load some images directly from the filesystem, without using your getCareerLetterPage, as described in the tutorial, eg here http://itextdocs.lowagie.com/examples/com/lowagie/examples/objects/images/Images.java regards Rule#1: first rule out, that your own code is faulty :-) Udo Rader -- BestSolution.at EDV Systemhaus GmbH http://www.bestsolution.at
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
