I would be very glad if someone could give me a hint or has encountered
similar problems. Has somebody successfully signed pdfs with Aladdin
eTokesn?
Below is the used code:
Thanks in advance !
Boris
fout = new FileOutputStream(sigParams.getOutPath());
stp = PdfStamper.createSignature(sigParams
).setHexWriting(true));
sap.close(dic);
fout.close();
Thank you very much !
Regards,
Boris
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Stud
Thank you,
Boris Minkin
Please do not transmit orders or instructions regarding a UBS account by
e-mail. The information provided in this e-mail or any attachments is not an
official transaction confirmation or account statement. For your protection,
do not include account numbers, Socia
Table ?...
2 - Alternatively can one set the complete PDF document font to also act for
the Table font ?... How ?...
Thank you for your help.
Boris.
---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge
ize.A4.rotate() will set the page size as portrait A4 but with the
/Rotate 90 in the page dictionary. Unless you are using a very, very old
version of iText that's how it works. If you have any doubts create the
document and with an hex editor replace the /Rotate 90 with spac
Just to publish it on the forum:
PageSize.A4.rotate() will set the page size as portrait A4 but with the
/Rotate 90 in the page dictionary. Unless you are using a very, very old
version of iText that's how it works. If you have any doubts create the
document and with an hex editor replace the /Ro
9 0 R
/MediaBox[0 0 612 792]
/Contents[5 0 R ]
As you see it is just one simple command "Rotate 90" after description of
*SAME* MedaiBox.
Is not this neat?!
Best regards,
Boris
From: Paulo Soares <[EMAIL PROTECTED]>
To: 'Boris X' <[EMAIL PROTECTED]>,
[EMAIL PRO
page_width);
// Rotate the user coordinate system.
PDF_rotate ($pdf, 270);
} else {
PDF_begin_page ($pdf, $page_width, $page_height);
}
This is all it takes to rotate whole output on page.
Any ideas how to do same trick in iText?
Best rega