[iText-questions] signing pdf with Aladdin eToken

2006-05-18 Thread Javi Pérez
Hello, I'm trying to sign a document with an Aladdin eToken, but the resultant document doesn't have a valid sign. This is the code: // connect to eToken PKCS#11 provider AuthProvider etpkcs11 = new sun.security.pkcs11.SunPKCS11("etpkcs11.cfg");

[iText-questions] Left space in a pdf Document

2004-02-04 Thread Javi
I am writing Tables in a pdf document and I want to know how many space is left between the bottom of the last table I drew and the end of the page. Is is possible? Thanks a lot. Javi. --- The SF.Net email is sponsored by EclipseCon

[iText-questions] Problem with different margins in multi-page documents

2004-01-16 Thread Javi
I am writing a pdf document from a jsp using a bean and I want the second and next pages to have a different upper margin from the first page. I have used the onStartPage() event, but when it happens, the new margin appears but the text is upside down. I am writing tables with text inside b