Digitally sign PDF files

2008-08-11 Thread haxier
Hi all I'm developing an application with some reports and we're looking for advice. This reports should be openoffice.org .odf files, pdf files, and perhaps microsoft word files (.doc, .docx?) and must be digitally signed. Is out there some kind of libraries to ease this tasks? * Access to the

Re: Digitally sign PDF files

2008-08-11 Thread haxier
On 11 ago, 22:29, Hartmut Goebel [EMAIL PROTECTED] wrote: I'm developing an application with some reports and we're looking for advice. This reports should be openoffice.org .odf files, pdf files, and perhaps microsoft word files (.doc, .docx?) and must be digitally signed. Is out there

Python for low-level Windows programming

2008-04-03 Thread haxier
Hi all I've some experience with Python in desktop apps, but now I'm looking to code a tool like Kee-Pass[1] which must have access to some low- level primitives in a windows environment: hooks when windows are displayed, automatic form fill, and so on in a variety of scenarios (desktop apps,

Re: Firebird and Python

2006-02-28 Thread haxier
All the info you need is in the kinterbasdb module. I've worked with it under windows and Linux and... it just works. Really well indeed. I'd recommend it a lot. http://kinterbasdb.sourceforge.net/dist_docs/usage.html#faq_fep_embedded_using_with -- Asier. --