I create a signature but I don´t want any image to be showed.
Some here could help me becasue when I don´t but an Image-- appears a
default image.
How to have the signature without the defualt image ?
In the code below I don´t put an image to signature but appears a default
image.
pdfSignatureApp.setImage(null); ????????????????????????????????
Some help it will be very good.
java.text.SimpleDateFormat dtSimples = new
java.text.SimpleDateFormat("dd/MM/yyyy-hh:mm:ss");
pdfSignatureApp.setLayer2Text("Documento Certificado por " + alias[0] +
"\nData: " + dtSimples.format(new java.util.Date()));
pdfSignatureApp.setVisibleSignature(new Rectangle(20.0F, 1F,
pdf.getPageSize(1).width() - 20.0F, 30.0F), 1, "Assinatura---OOO" + new
Object().hashCode());
pdfStamper.close();
Excuse my English
Lyra Machado
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
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
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/