webtom wrote:
> Hi,
>
> i try to implement the following steps:
> 1) reading a signed pdf
OK, I assume you mean you read it with Adobe Reader.
> 2) adding a javascript code to the pdf and
Oops, you'll invalidate the signature!
> 3) printing the pdf to the default printer.
I assume you have so
Hi,
i try to implement the following steps:
1) reading a signed pdf
2) adding a javascript code to the pdf and
3) printing the pdf to the default printer.
...
try {
PdfReader reader = new PdfReader(pdfByteArray); //pdfByteArray represents
the content of pdf file
PdfStamper stamper = new PdfS