Hello
we have a PDF signed document in ABAP system, we use the Adobe document services and use the Abap object method
if_fp_pdf_object-get_signatures to excract the signature data from an abap program.
The call to adobe document service return the sirnature parsed and only return the next data:
Field Name SFLY Signature 0
Status Cannot check signature
Signatory trustedx-demos
Date and Time Wed Feb 09 2011 07:30:27 GMT+0100 (CET)
Location
Information About Contact
Legal Attestations
Rights (See Interface IF_FP_PDF_SECURITY_PERMISSIONS) All
Reason null
Version 1
Highest Version Still Valid for This Version 1
we need exctract the complete pkcs7 object from the adobe document, not only the parsed data of the signature.
Is there any way to do this from an abap program ????
thanks
regards