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: itext-questions@lists.sourceforge.net
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
iText-questions@lists.sourceforge.net
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
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to