thanks howard to pay attention. here are the files: http://www.nabble.com/file/p19737084/test.jpeg test.jpeg http://www.nabble.com/file/p19737084/test.rtf test.rtf
Howard Shank wrote: > > I do not know. If you want to post your jpeg and your resulting RTF > separately I will take a look at them when I have time. > > Regards, > Howard Shank > > > > ----- Original Message ---- > From: lacre <[EMAIL PROTECTED]> > To: [email protected] > Sent: Monday, September 29, 2008 11:41:45 AM > Subject: [iText-questions] Simple insertion img scale to 4/3 and get blur > > > hi folks, > I'm not abble to insert an image in an RTF (openned by Word) without it > has > been scaled by 4/3. > Am I doing wrong? > /***********************************************************************************************/ > Document doc = new Document(); > RtfWriter2 writer2 = RtfWriter2.getInstance(doc, new > FileOutputStream("test.rtf")); > doc.open(); > com.lowagie.text.Image img = Image.getInstance("test.jpeg"); > doc.add(img); > /***********************************************************************************************/ > Any idea please? > -- > View this message in context: > http://www.nabble.com/Simple-insertion-img-scale-to-4-3-and-get-blur-tp19726321p19726321.html > Sent from the iText - General mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > Buy the iText book: http://www.1t3xt.com/docs/book.php > > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > Buy the iText book: http://www.1t3xt.com/docs/book.php > > -- View this message in context: http://www.nabble.com/Simple-insertion-img-scale-to-4-3-and-get-blur-tp19726321p19737084.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
