Re: Insert trusted timestamp to PDF

2011-12-08 Thread Hegedüs , Ervin
hello, On Wed, Dec 07, 2011 at 11:39:20PM -0800, marco.ru...@gmail.com wrote: Hi, take a look at this online tool: http://easytimestamping.com I need to create the PDF on my server - it could be any online service, but it must to have any kind of API. It is able to apply RFC3161 compliant

Re: Insert trusted timestamp to PDF

2011-12-08 Thread marco . rucci
On Thursday, December 8, 2011 8:59:31 AM UTC+1, Hegedüs, Ervin wrote: The timestamp is applied to the pdf in detached mode (i.e. as a separate .tsr file) I'm afraid that's not good for us - we need to propagate PDF files in enbedded mode. I'll do some research and let you know if it is

Insert trusted timestamp to PDF

2011-12-07 Thread Hegedüs , Ervin
Hello Everyone, I'm looking for a tool, which can add a trusted timestamp to an existing PDF file (and can sign - but currently only have to add TS). Could anybody help? Thanks: a. -- http://mail.python.org/mailman/listinfo/python-list

Re: Insert trusted timestamp to PDF

2011-12-07 Thread Irmen de Jong
On 07-12-11 20:41, Hegedüs, Ervin wrote: Hello Everyone, I'm looking for a tool, which can add a trusted timestamp to an existing PDF file (and can sign - but currently only have to add TS). Note sure what a 'trusted timestamp' is, but pdftk can manipulate pdf files. See

Re: Insert trusted timestamp to PDF

2011-12-07 Thread Matteo Boscolo
have a look at: http://www.boscolini.eu/Boscolini/index.php?option=com_contentview=articleid=64%3Anumbering-pdf-file-in-pythoncatid=38%3AprogrammingItemid=55lang=en

Re: Insert trusted timestamp to PDF

2011-12-07 Thread Hegedüs , Ervin
Hello Irmen, On Wed, Dec 07, 2011 at 08:59:11PM +0100, Irmen de Jong wrote: On 07-12-11 20:41, Hegedüs, Ervin wrote: Hello Everyone, I'm looking for a tool, which can add a trusted timestamp to an existing PDF file (and can sign - but currently only have to add TS). Note sure what a

Re: Insert trusted timestamp to PDF

2011-12-07 Thread Alec Taylor
Just digitally sign the document using python-gnupg /problem-solved! On Thu, Dec 8, 2011 at 4:09 PM, Hegedüs, airw...@gmail.com wrote: Hello Irmen, On Wed, Dec 07, 2011 at 08:59:11PM +0100, Irmen de Jong wrote: On 07-12-11 20:41, Hegedüs, Ervin wrote: Hello Everyone, I'm looking for a

Re: Insert trusted timestamp to PDF

2011-12-07 Thread Hegedüs , Ervin
Hello, On Thu, Dec 08, 2011 at 04:28:01PM +1100, Alec Taylor wrote: Just digitally sign the document using python-gnupg /problem-solved! using gnupg to sign a document != add a timestamp to a pdf. May be this doc helps to clear what's the different, and what I want:

Re: Insert trusted timestamp to PDF

2011-12-07 Thread marco . rucci
Hi, take a look at this online tool: http://easytimestamping.com It is able to apply RFC3161 compliant trusted timestamps, issued by accredited Certification Authorities. The timestamp is applied to the pdf in detached mode (i.e. as a separate .tsr file) If you need to integrate the

Re: Insert trusted timestamp to PDF

2011-12-07 Thread Alec Taylor
Or the python implementation of that RFC: http://pypi.python.org/pypi/rfc3161/0.1.3 On Thu, Dec 8, 2011 at 6:39 PM, marco.ru...@gmail.com wrote: Hi, take a look at this online tool: http://easytimestamping.com It is able to apply RFC3161 compliant trusted timestamps, issued by accredited