when submit button is pressed
the document is being opened from temp file
( I>E> c:\temp\paXX.pdf )
and not with context-root URL
like http://mySite:/servlet
here is the code
public void doPost(HttpServletRequest request,
HttpServletResponse response) throws
ServletException, IOExcepti
Thanks man...I was using the com.lowagie.text.Table before ...i have
shifted to PdfPtable and combined the signatures and summary into the
last row...and it is working fine till now.with fomer package i
had a problem ..sometimes in the last row if at the end of page ,the
signatures would over
In com.lowagie.text.Image#getInstance(Image, Color, boolean), there is
code that tries to detect an image with binary transparency. It assumes
that if the only alpha values are 0 and 255, the color of the first
pixel with transparency 0 is fully transparent throughout the
image. While this works fo