On 3/20/13 8:49 AM, "Ainur" wrote:
>Thanks for your answer, but that solution requires me to have a signature
>with timestamp in order to collect data.
OK. So the timestamp goes into the signature's data.
>I think not explained my question well. I was wondering if itext allowed
>to
>make a ca
Thanks for your answer, but that solution requires me to have a signature
with timestamp in order to collect data.
I think not explained my question well. I was wondering if itext allowed to
make a call to a timestamp server and put the data in PDF, as attachments,
not into the firm.
--
View th
Getting the timestamps' dates can be done using the getAcroFields() method of
the PdfReader.
...ArrayList names = pdf_reader.getAcroFields().getSignatureNames();// Then
select the signature name you want from those "names". // I'll suppose
you'll keep it in "signature_name".String signature_name =
I have already signed my pdf with a digital signature and a timestamp server.
Now what I need to do is write to a log some trace of timestamp.
Anyone know how I can do?
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Write-timestamp-in-log-tp4657838.html
Sent from t