Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Signing pdf document with Abap

Former Member
0 Kudos
3,285

Hi all.

I want to sign a pdf file.

1.- u2019ve generated the PSE file in my system and Iu2019ve validated it. Iu2019ve inserted my certificate in the pse file.

2.- Iu2019ve created a program how converts a spool to PDF format (FM CONVERT_OTFSPOOLJOB_2_PDF ).

3- I use the FM SSF_GET_PARAMETER to get my pse parameters.

4.- I use the FM SSF_KRN_SIGN_BY_AS to sign the pdf data. This FM generates a signed data in binary type.

5.- I Verify the signed data with FM SSF_KRN_VERIFY. The validation is good.

6.- I generate the pdf and download it with FM GUI_DOWNLOAD. I use the binary signed data ( Generated in FM SSF_KRN_SIGN_BY_AS ) in this FM.

The problem is with the pdf generated. I can open it and I can read it without problems but I donu2019t see the sign in this document.

The pdf document signed is with un 1Kb more than the pdf not signed ( there are more information ) but the sign not appears .

Can you help me , please??? What is my error ??

Thanks a lot.

Ismael

1 ACCEPTED SOLUTION

Former Member
0 Kudos
1,178

Hi Galindo,

following links can be helpful..

Regards,

4 REPLIES 4

Former Member
0 Kudos
1,179

Hi Galindo,

following links can be helpful..

Regards,

0 Kudos
1,178

HI.

Thanks for the links. But these not help me

I'm using SAPCRYPTOLIB and my SAP version is 4.7

Please, some idea??

Edited by: Navarro Galindo on Jul 9, 2009 1:01 PM

0 Kudos
1,114

Can you please list down the steps performed to sign a PDF and the solution to this issue "signature is not visible on PDF".

sunnaha
Discoverer
0 Kudos
820

Hi Ismael ,

did you get the solution, if yes please write it.

Thanks