[iText-questions] [SPAM] Re: Sign and PDF with SmartCard and web browser only

2014-09-05 Thread mkl
arnabroy, arnabroy wrote > same error file corrupted > please help > > STEP1: creating the hash of the pdf file in the server This is wrong. In your original attempt you started by creating a PdfStamper and calculating the hash of the range stream: > PdfStamper stamper = PdfStamper.CreateSi

[iText-questions] [SPAM] Re: Sign and PDF with SmartCard and web browser only

2014-09-04 Thread mkl
arnabroy, arnabroy wrote > i am actually signing the document hash in the client browser by using > capicom dll in javascript * > and not by itextsharp * > . > > the actual document is in the server side. so, the signed hash is embedded > in the pdf file by using itextsharp in the server. You c