PDF and digital signing

This is a discussion on PDF and digital signing within the Clipper forums in Programming Languages category; Can anybody help me with how to digitally sign a PDF file with for example PKCS7 etc.etc. I have a class that generates the pdf from scratch, but adding a certificate is a bit difficult for me....

Go Back   Application Development Forum > Programming Languages > Clipper

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-21-2008, 06:39 AM
a.nederpelt@hccnet.nl
Guest
 
Default PDF and digital signing

Can anybody help me with how to digitally sign a PDF file with for
example PKCS7 etc.etc. I have a class that generates the pdf from
scratch, but adding a certificate is a bit difficult for me.
Reply With Quote
  #2  
Old 08-21-2008, 07:22 AM
Jorge Rosado
Guest
 
Default Re: PDF and digital signing

Hi,

I use iTextSharp (.net assemby) for that, with some classes created by me
for interfacing with vo. You need to register the assembly.

Works very well. If you wante I can send you the dll and some example how to
use it.

Jorge Rosado

--

<a.nederpelt@hccnet.nl> escreveu na mensagem
news:7b7e3479-bb41-4fb5-b96f-b1f16fd4369c@k7g2000hsd.googlegroups.com...
> Can anybody help me with how to digitally sign a PDF file with for
> example PKCS7 etc.etc. I have a class that generates the pdf from
> scratch, but adding a certificate is a bit difficult for me.



Reply With Quote
  #3  
Old 08-21-2008, 02:23 PM
a.nederpelt@hccnet.nl
Guest
 
Default Re: PDF and digital signing

On 21 aug, 13:22, "Jorge Rosado" <i...@jrpi.pt> wrote:
> Hi,
>
> I use iTextSharp (.net assemby) for that, with some classes created by me
> for interfacing with vo. You need to register the assembly.
>
> Works very well. If you wante I can send you the dll and some example how to
> use it.
>
> Jorge Rosado
>
> --
>
> <a.nederp...@hccnet.nl> escreveu na mensagemnews:7b7e3479-bb41-4fb5-b96f-b1f16fd4369c@k7g2000hsd.googlegroups.com...
>
>
>
> > Can anybody help me with how to digitally sign a PDF file with for
> > example PKCS7 etc.etc. I have a class that generates the pdf from
> > scratch, but adding a certificate is a bit difficult for me.- Tekst uit oorspronkelijk bericht niet weergeven -

>
> - Tekst uit oorspronkelijk bericht weergeven -


I'm more looking like somebody who can tell me how to use such a thing
using an API in windows, i have my own class to generate the PDF, but
i only need to add the /CERT etc. in the pdf
Somebody who can tell me about this section ?
Reply With Quote
  #4  
Old 08-21-2008, 02:52 PM
Carlos Rocha
Guest
 
Default Re: PDF and digital signing

Maybe with this two products from Chilkat

http://www.chilkatsoft.com/pfx-activex.asp
http://www.chilkatsoft.com/rsa-activex.asp

Reply With Quote
  #5  
Old 08-22-2008, 11:49 AM
Jorge Rosado
Guest
 
Default Re: PDF and digital signing

In VO will be very hard to implement. With .net its easy, if you want write
an assembly in Vulcan or C# (use iTextSharp for that is GPL, and is written
in C#).

Jorge Rosado
--

<a.nederpelt@hccnet.nl> escreveu na mensagem
news:62fbf8a6-8ecd-4cdd-ac88-4f4d1fd03bbf@t54g2000hsg.googlegroups.com...
> On 21 aug, 13:22, "Jorge Rosado" <i...@jrpi.pt> wrote:
>> Hi,
>>
>> I use iTextSharp (.net assemby) for that, with some classes created by me
>> for interfacing with vo. You need to register the assembly.
>>
>> Works very well. If you wante I can send you the dll and some example how
>> to
>> use it.
>>
>> Jorge Rosado
>>
>> --
>>
>> <a.nederp...@hccnet.nl> escreveu na
>> mensagemnews:7b7e3479-bb41-4fb5-b96f-b1f16fd4369c@k7g2000hsd.googlegroups.com...
>>
>>
>>
>> > Can anybody help me with how to digitally sign a PDF file with for
>> > example PKCS7 etc.etc. I have a class that generates the pdf from
>> > scratch, but adding a certificate is a bit difficult for me.- Tekst uit
>> > oorspronkelijk bericht niet weergeven -

>>
>> - Tekst uit oorspronkelijk bericht weergeven -

>
> I'm more looking like somebody who can tell me how to use such a thing
> using an API in windows, i have my own class to generate the PDF, but
> i only need to add the /CERT etc. in the pdf
> Somebody who can tell me about this section ?



Reply With Quote
  #6  
Old 08-24-2008, 07:19 PM
Geoff Schaller
Guest
 
Default Re: PDF and digital signing

Hello (no name).

Jorge is 100% correct.

What you want to do is very, very difficult in VO and very, very easy in
Dot net. So the best answer is to have a small dot net assembly to carry
out this function and simply call the dot net dll from your VO
application. Alternately, turn the dot net dll into an ActiveX and use
it from VO that way.

Geoff



"a.nederpelt@hccnet.nl" <a.nederpelt@hccnet.nl> wrote in message
news:62fbf8a6-8ecd-4cdd-ac88-4f4d1fd03bbf@t54g2000hsg.googlegroups.com:

> On 21 aug, 13:22, "Jorge Rosado" <i...@jrpi.pt> wrote:
>
> > Hi,
> >
> > I use iTextSharp (.net assemby) for that, with some classes created by me
> > for interfacing with vo. You need to register the assembly.
> >
> > Works very well. If you wante I can send you the dll and some example how to
> > use it.
> >
> > Jorge Rosado
> >
> > --
> >
> > <a.nederp...@hccnet.nl> escreveu na mensagemnews:7b7e3479-bb41-4fb5-b96f-b1f16fd4369c@k7g2000hsd.googlegroups.com...
> >
> >
> >

>
> > > Can anybody help me with how to digitally sign a PDF file with for
> > > example PKCS7 etc.etc. I have a class that generates the pdf from
> > > scratch, but adding a certificate is a bit difficult for me.- Tekst uit oorspronkelijk bericht niet weergeven -

> >

>
> > - Tekst uit oorspronkelijk bericht weergeven -

>
>
> I'm more looking like somebody who can tell me how to use such a thing
> using an API in windows, i have my own class to generate the PDF, but
> i only need to add the /CERT etc. in the pdf
> Somebody who can tell me about this section ?


Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 09:45 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.