Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16809
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news-transit.tcx.org.uk!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <airween@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.016 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'api.': 0.05; 'think,': 0.05; 'app,': 0.07; 'python': 0.08; 'url:pypi': 0.08; 'to:addr:comp.lang.python': 0.09; 'api': 0.09; 'mode.': 0.16; 'propagate': 0.16; 'timestamp': 0.16; 'tool:': 0.16; 'cc:addr :python-list': 0.16; '(i.e.': 0.17; 'wed,': 0.17; 'wrote:': 0.18; 'file)': 0.18; 'integrate': 0.18; 'cc:no real name:2**0': 0.20; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; 'cc:2**0': 0.24; 'command': 0.24; 'mode': 0.25; "i'm": 0.26; 'separate': 0.28; 'problem': 0.29; 'cc:addr:python.org': 0.29; 'server': 0.30; 'version': 0.32; 'hi,': 0.32; 'header:User-Agent:1': 0.33; 'apply': 0.35; 'url:python': 0.36; 'but': 0.37; 'hello,': 0.37; 'could': 0.37; 'url:org': 0.39; 'files': 0.39; '2011': 0.61; 'kind': 0.61; 'afraid': 0.63; 'received:86': 0.63; 'compliant': 0.67; 'soon.': 0.71; 'online': 0.71; 'issued': 0.77; 'about?': 0.84; 'patient,': 0.84; 'subject:PDF': 0.84; 'timestamps,': 0.84; 'accredited': 0.91; 'received:hu': 0.93 |
| X-Spam-Score | -1.995 |
| X-Spam-Level | |
| X-Spam-Status | No, score=-1.995 tagged_above=-20 required=4 tests=[AWL=0.504, BAYES_00=-2.599, RDNS_NONE=0.1] |
| Date | Thu, 8 Dec 2011 08:59:31 +0100 |
| From | Hegedüs, Ervin <airween@gmail.com> |
| To | comp.lang.python@googlegroups.com |
| Subject | Re: Insert trusted timestamp to PDF |
| References | <mailman.3383.1323287063.27778.python-list@python.org> <29302724.405.1323329960258.JavaMail.geo-discussion-forums@vbjs5> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Disposition | inline |
| In-Reply-To | <29302724.405.1323329960258.JavaMail.geo-discussion-forums@vbjs5> |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3397.1323331117.27778.python-list@python.org> (permalink) |
| Lines | 30 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1323331117 news.xs4all.nl 6840 [2001:888:2000:d::a6]:58830 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:16809 |
Show key headers only | View raw
hello, On Wed, Dec 07, 2011 at 11:39:20PM -0800, marco.rucci@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 trusted timestamps, issued by accredited Certification Authorities. that's no problem in Python... :) http://pypi.python.org/pypi/rfc3161/ > 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. > If you need to integrate the timestamping process in a python app, be patient, we will release an API and a command line version very soon. sounds good - what do you think, when will you release that about? Thanks: a.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Insert trusted timestamp to PDF Hegedüs, Ervin <airween@gmail.com> - 2011-12-07 20:41 +0100
Re: Insert trusted timestamp to PDF Irmen de Jong <irmen@-NOSPAM-xs4all.nl> - 2011-12-07 20:59 +0100
Re: Insert trusted timestamp to PDF Hegedüs, Ervin <airween@gmail.com> - 2011-12-08 06:09 +0100
Re: Insert trusted timestamp to PDF Alec Taylor <alec.taylor6@gmail.com> - 2011-12-08 16:28 +1100
Re: Insert trusted timestamp to PDF Hegedüs, Ervin <airween@gmail.com> - 2011-12-08 08:06 +0100
Re: Insert trusted timestamp to PDF marco.rucci@gmail.com - 2011-12-07 23:39 -0800
Re: Insert trusted timestamp to PDF Alec Taylor <alec.taylor6@gmail.com> - 2011-12-08 18:42 +1100
Re: Insert trusted timestamp to PDF Hegedüs, Ervin <airween@gmail.com> - 2011-12-08 08:59 +0100
Re: Insert trusted timestamp to PDF marco.rucci@gmail.com - 2011-12-08 03:02 -0800
Re: Insert trusted timestamp to PDF marco.rucci@gmail.com - 2011-12-08 03:02 -0800
Re: Insert trusted timestamp to PDF marco.rucci@gmail.com - 2011-12-07 23:39 -0800
csiph-web