Re: [iText-questions] Write timestamp in log

2013-03-20 Thread Leonard Rosenthol
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

Re: [iText-questions] Write timestamp in log

2013-03-20 Thread Ainur
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

Re: [iText-questions] Write timestamp in log

2013-03-19 Thread ardamose123
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 =

[iText-questions] Write timestamp in log

2013-03-19 Thread Ainur
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