We work with a software that has an applet that digitally signs PDF documents. This applet uses Itext to do this.
However, IText jar is kinda large (1.5Mb), and many of our users don't have a good connection. Because of this, the applet download takes a really long time to be completed sometimes.
So my question is: which alternatives other than IText can I use to digitally sign a PDF filewithin an applet? All the applet has to do is to sign a PDF, so no other features for PDF file are really necessary.
Thanks in advance!