I have a servlet application that I am generating letters from using itext.
Now I need to put an image inside a header and having problem getting the
image to show as crisp as if it was in a microsoft word header. For now I
just used the document.add(image) approach, where image =
Image.getInstance("imagePath").
What is the right dimension and resolutions of an image that is put in
header using itext in order to have a look that is similar to a word? Can I
resize any image and still keep its orginal resolution inside itext?

My other question is my servlet extend from a router class which prevents it
from directly extending from pageEvent class so what I tried doing was
implementing the interface that PageEvent class implements. Is that a right
aproach? 

Thanks

-- 
View this message in context: 
http://www.nabble.com/getting-crisp-image-inside-header-tf4839354.html#a13844978
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to