cancel
Showing results for 
Search instead for 
Did you mean: 

IS it possible to put digital signature on PDF/Docs using PI

Former Member
0 Kudos

Hello,

I know to send mail using sign and encrypt.

Is it possible to sign(appending signature/logo) to the docs received into PI and send it to the customer or other applications..

Your replies will be helpful

PS : I have searched SDN for same stuff and not able to arrive at a conclusion for proceeding further

Rajesh

Edited by: Rajesh on May 14, 2009 2:32 PM

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Are you planning to use ADS with PI? Haven't tried but i think with ADS it is possible.

http://help.sap.com/saphelp_nw04s/helpdata/en/43/eab4e58ef44d99e10000000a155369/frameset.htm

Regards,

Prateek

Former Member
0 Kudos

Hello Prateek,

Is it not possible to do so with out using ADS?

http://help.sap.com/saphelp_nw04/helpdata/en/a4/d0201854fb6a4cb9545892b49d4851/frameset.htm

How about the java code provided in the above link for digital signatures..

Will that be different ...

I am spining around

Please help me out..

Rajesh

prateek
Active Contributor
0 Kudos

Rajesh, this seems promising.

You may use the Cryptographic toolkit as mentioned in the doc and add this code in java mapping or module chain to achieve signing. You have the source. Why not give it a try?

Regards,

Prateek

Former Member
0 Kudos

Thank you for suggestions.

Thing making me dumb here is as keystore will have only certificate related data (private key/public key)

from where will i get the signature to be included in the message ?

Also can the existant code be implemented using either UDF or java Class?

Please let me know.

Rajesh

prateek
Active Contributor
0 Kudos

The example provided is using SSF mechanism to sign the data. You may have to use a third party tool for this but it shold be available for free as far as only signing is concerned.

http://help.sap.com/saphelp_nw04/helpdata/en/53/251a355d0c4d78e10000009b38f83b/frameset.htm

UDF doesnt seem to be a poosible option. But as I said earlier, java mapping or adapter module could be used.

Regards,

Prateek

Former Member
0 Kudos

Hi Rajesh

Have you been able to achieve the same. I have similar requirement whereby i need to send pdf's that are digitally signed to an external business partner.

Regards

Monika

Former Member
0 Kudos

there is a module here to add signatures to PDF files:

http://www.java4less.com/fopdesigner/fodesigner.php?info=sappi#signature

regards

Jon

Answers (0)