Is it possible to read digital signature owner information?

Hi,
Is it possible to fire an event after sign with digital signature and determine owner of it?
If signature's owner has some condition submit button appear.
thanks.

Methods of the PDF Document Object:  http://help.sap.com/saphelp_crm60/helpdata/fr/46/13e426e96a424fe10000000a1553f6/frameset.htm
SET_TASK_GETSIGNATURES:
http://help.sap.com/saphelp_crm60/helpdata/fr/46/1ff6ee90685875e10000000a11466f/frameset.htm
You use this method to extract signatures from a PDF document. You must first call EXECUTE. You then use the method GET_SIGNATURES to get the signatures.
see the program FP_PDF_TEST_12 for sample usage.
Greetings, BJagdishwar.
The specified item was not found.

Similar Messages

  • Is it possible to use digital signature in Sales order of SAP B1 ?

    Hi Experts,
    Version: 8.81 PL07
    Cyrstal report Layout: 2011
    Is it possible to use digital signature in Sales order of SAP B1 ?
    Thanks in advance,
    Regards,
    Dwarak

    Hello
    Signature by scanned image is possible, you can create a function to do it. please note: images must be inside the reports, and hide them with a CR function.
    For certificate based sigbature of CR is not possible, you must develop an addon for that which is do this functionality.
    János

  • Is it possible to read digital data using an external clock (PCI-6259 M)?

    I’m using a NI PCI-6259 M Series card and trying to write my program in VC++6.0 using the functions in the DAQmx driver.
    Question1: Not all functions listed in the NI-DAQmx C Reference Help seems to be supported by my NI-card, where can I find information about which of the functions that are supported?
    Question2: I want to read data from a device that clock out data on the falling edge of a clock signal. The clock signal and the data signal are routed to two DIO terminals on the NI-card. The question is if it is possible to read data using the clock as a sample clock? See two code examples below that doesn’t work. In both cases 10 samples are read at once, even if the external clock is not present.
    Example 1
    // Create tasks
    Status = DAQmxCreateTask("", &m_ReadTrimTask);
    // Set up read task
    status = DAQmxCreateDIChan(m_ReadTrimTask, "Dev1/port2/line0", "", DAQmx_Val_ChanPerLine);
    status = DAQmxCfgChangeDetectionTiming(m_ReadTrimTask,"Dev1/port2/line6","Dev1/port2/line6",DAQmx_Val_FiniteSamps, 10);
    // Read data
    int32 sampsPerChanRead, numBytesPerSamp;
    status = DAQmxReadDigitalLines(m_ReadTrimTask, 10, 10.0, DAQmx_Val_GroupByChannel, result, 10, &sampsPerChanRead, &numBytesPerSamp ,NULL);
    Example 2
    // Create tasks
    Status = DAQmxCreateTask("", &m_ReadTrimTask);
    // Set up read task
    status = DAQmxCreateDIChan(m_ReadTrimTask, "Dev1/port2/line0", "", DAQmx_Val_ChanPerLine);
    status = DAQmxSetSampTimingType(m_ReadTrimTask, DAQmx_Val_SampClk);
    status = DAQmxSetSampClkRate(m_ReadTrimTask, 1000.0);
    status = DAQmxSetSampClkActiveEdge(m_ReadTrimTask, DAQmx_Val_Falling);
    status = DAQmxSetSampClkSrc(m_ReadTrimTask, " Dev1/port2/line6");
    // Read data
    int32 sampsPerChanRead, numBytesPerSamp;
    status = DAQmxReadDigitalLines(m_ReadTrimTask, 10, 10.0, DAQmx_Val_GroupByChannel, result, 10, &sampsPerChanRead, &numBytesPerSamp ,NULL);

    Hello Magnus,
    Thank you for contacting National Instruments.
    "Question1: Not all functions listed in the NI-DAQmx C Reference Help seems to be supported by my NI-card, where can I find information about which of the functions that are supported?"
    The best place to look for this information would be the M Series Help Manual. There you can find the features of your PCI-6259 and what operations it supports.
    "Question2: I want to read data from a device that clock out data on the falling edge of a clock signal. The clock signal and the data signal are routed to two DIO terminals on the NI-card. The question is if it is possible to read data using the clock as a sample clock? See two code examples below that doesn’t work. In both cases 10 samples are read at once, even if the external clock is not present."
    Look at the "ContReadDigChan-ExtClk_Fn.c" example project which ships with the NI-DAQ driver. This is located at: C:\Program Files\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\Digital\Read Values\Cont Read Dig Chan-Ext Clk.
    You will have to make some minor modifications to convert this to a finite acquisition, but that is simply a matter of changing the "sampleMode" parameter of the DAQmxCfgSampClkTiming() function. You will also have to route your clock signal to a PFI line and specify which line in your code.
    I hope this helps.
    Sean C.
    Applications Engineering
    National Instruments

  • Adobe Acrobat and Reader digital signature verification error logs

    Can you help me how enable and where Acrobat 9.2 and Reader 9.2.3 error logs to analyse digital signature certificate revacation (CRL, OCSP)?

    Hi Gatis,
    Check out the Security and Digital Signature Admin Guide athttp://learn.adobe.com/wiki/download/attachments/52658564/acrobat_reader_security_9x.pdf?v ersion=1
    http://learn.adobe.com/wiki/download/attachments/52658564/acrobat_reader_security_9x.pdf?v ersion=1
    Once you get the file open look at section 5.3.4.4
    The folder path has to exist, but Acrobat will create the file if it's missing. For example, if you want to save the file to C:\LogFile\digSigLog.txt the folder LogFile would have to exist on the C drive, but the log file itself will get created if it's not there already.
    When you type in the file path and name in the Edit Binary Value dialog in regedit, make sure you null terminate the string by typing a zero at the end of the hex data on the left side of the dialog. It will look like a dot on the right side, but it's not really a dot (a dot is 2E in hex).
    Steve

  • Reading digital Signature field ..

    Hi Experts
    Can anyone please help me on this..
    I have created an adobe interactive form wherein i have put a digital signature field, now after the user fills up the form i need to read it through webdynpro Java. How do i read that field.
    I tried to map it to String attribute in context, and then read, it came out to be null..
    does anyone have a fair idea about this.., please help..
    regards
    ~amita
    Edited by: amita arora on Feb 7, 2008 5:23 AM

    Hi Amita
    Were you able to solve this?
    Thanks
    Lisha

  • Adobe Reader Digital Signature Plugin

    Hello All,
    We had developed a adobe plugin for digital signature through smart card. The plugin works fine for Adobe Professional. I would like to know the procedure how to make it work for Adobe Reader. I found a URL http://www.adobe.com/devnet/reader/ikla.html which says to buy a license. I'm confused over DRM and non-DRM agreement.
    To make it clear, our company shall be distributing the smart card and the plugin in the enterprise market for digital signatures that need to work with both Adobe Professional and Adobe Reader. Our customers shall be probably using Adobe reader.
    Can any one let me know the procedure to make reader plugin?
    Regards,
    Madhukar

    Hi Gatis,
    Check out the Security and Digital Signature Admin Guide athttp://learn.adobe.com/wiki/download/attachments/52658564/acrobat_reader_security_9x.pdf?v ersion=1
    http://learn.adobe.com/wiki/download/attachments/52658564/acrobat_reader_security_9x.pdf?v ersion=1
    Once you get the file open look at section 5.3.4.4
    The folder path has to exist, but Acrobat will create the file if it's missing. For example, if you want to save the file to C:\LogFile\digSigLog.txt the folder LogFile would have to exist on the C drive, but the log file itself will get created if it's not there already.
    When you type in the file path and name in the Edit Binary Value dialog in regedit, make sure you null terminate the string by typing a zero at the end of the hex data on the left side of the dialog. It will look like a dot on the right side, but it's not really a dot (a dot is 2E in hex).
    Steve

  • Possibility of Digital Signature

    Hi,
    Right now we are in Oracle Apps 11.5.10.2.
    We had a requirement to implement digital signature.
    Is it possible to implement digital signature in this version and is there any solution for this?
    Kindly, let us know as soon as possible.
    Regards,
    Dinesh.

    Are you referring to electronic signatures? If yes, please see:
    Check Printing Using XML Publisher [ID 312353.1]
    https://forums.oracle.com/message/4151838#4151838
    https://forums.oracle.com/message/3590339
    https://forums.oracle.com/community/developer/search.jspa?q=electronic+AND+signature
    For digital signatures with WebADI, please see (How To Create Add A Digital Signature Support For Web Applications Desktop Integrator? [ID 1340153.1]).
    Thanks,
    Hussein

  • Digital signatures and combining PDFs in Acrobat X

    I hope that one of you Acrobat gurus can help me out with one or more of these questions:
    Is it possible to maintain digital signatures when inserting signed PDFs into another PDF?
    Is it possible to remove a digital signature after a signature has been deleted from the page?
    Is it possible to change the format of the date and time on a digital signature?

    In the simplest sense a digital signature is a special checksum of all the bytes in the bytes in the PDF combined with all the bytes in the digital signature.  If the document is changed in any way the checksum changes, so the signature becomes invalid.  A valid signature ensures that the document hasn't changed since the signature was applied.  That stuff that's shown on the signature field is irrelevant.  It's just a pretty picture.  The real stuff is going on inside the PDF where you can't see it.
    Obviously it gets a lot more complext then this. The signature can be selectively applied so that the certain types of changes are allowed.  A signature does not add real protection to a PDF, but  Acrobat plays along with this scheme by trying to not allow changes that would invalidate the signature, and logging all modifications to the PDF.
    1)  There are ways to maintain the visual appearance of the signature on the page.  If the permissions have been set to allow it the PDF can be flattened, which also partially removes much of the stuff that's going on internally.  But this isn't always possible.  I had to solve this problem once for a client, so I wrote a plug-in that strips the signature permissions from the PDF (I'll post this to www.pdfscripting.com sometime soon), after which the the PDF can be flattened, keeping the appearance.  But of course, after this point the document has to be considered invalid.  For example, if the document was a contract, the flattened version would be good for use in an analysis of say all contracts for a particular year, or for copying legal language to another contract, but it couldn't be used as the basis of a legal dispute. 
    2)  I don't understand this one.  Do you mean you're deleting the signature field and some of the internal digital signature stuff is still hanging around causing problems?  If you own the signature (or the permissions allow), then a standard form reset will "Un-Sign" the PDF.  Inserting PDF pages into another PDF will strip out all this info as well.
    3)  The stamp appearance is set at the time the stamp is applied, it cannot be changed after this point. It's a lot like a PDF stamp.
    Thom Parker
    The source for PDF Scripting Info
    pdfscripting.com
    The Acrobat JavaScript Reference, Use it Early and Often
    http://www.adobe.com/devnet/acrobat/javascript.html
    Then most important JavaScript Development tool in Acrobat
    The Console Window (Video tutorial)
    The Console Window(article)

  • Show digital signatures in Preview

    Hello
    It wasn't possible to show digital signatures in Preview in a PDF document.
    It's there a way to do this, or I've to install Acrobat Reader?
    ATM. I don't have a printer at home, so i don't know if its only not visible in the Preview, or it will also not be printable.
    Has somebody an idea?
    Best Regards

    Unfortunately, if you're using acrobat pro to sign documents, you must inform the recipient to use Acrobat Reader, themselves. This is because of Adobe's CDS system.
    http://forums.adobe.com/message/2707038

  • CFPOP and digital signatures

    Emails - Exchange 2003 mail server - that use "Digital
    signatures" do not show any Body text. Either in the "BODY" or in
    the "TEXTBODY" fields. Are there any work arounds or fixes for
    this?
    Thanks,

    Hi,
    I'm trying to use SAP Simple Digital Signature (username + password) with SSO.
    I implemented the following SAP notes: 1862737 (main note that makes in possible to combine Digital Signature with SSO, which means using Windows/Active directory password instead of SAP password), 1974495, 1975701, but unfortunately it is not working.
    I tried using SAP standard example of Digital Signature: program DSIG_BOOKING_EX (run from se38).
    When running this program in SAP GUI 7.2 (and even in the latest SAP GUI 7.3), a popup appears and asks for a password (Windows / Active Directory Password). When I type the password and press OK, I get the following DUMP:
    Category: ABAP Programming Error
    Runtime Errors: MESSAGE_TYPE_X
    Abap program: CL_GUI_CFW==========CP
    Application Component: BC-FES-GUI
    Do you know how to solve it?

  • Digital Signatures on Scanned forms

    Is it possible to apply Digital Signatures on Scanned form; i.e can we add a hidden signature field?
    Thanks,
    Nith

    Answered my own question. These numbers represent the time zone of the area where the digital signature was created.

  • NWSSO and Digital Signatures

    This is a follow-up to Re-authenticate or provide additional credentials to access sensitive data.
    We are currently looking at implementing NWSSO. As far as I know, NWSSO can't be used as an external security product for Digital Signatures so that users could input their Windows credentials to sign documents. Is that correct? Assuming yes, is something planned? What is the standard solution from SAP in this regard? We are on ERP 6.0 EHP6 SPS04 running in a homogeneous Windows environment. In short the problem is that users shouldn't have to remember their username and password in the SAP backend system once SSO is enabled. If we choose to roll out the semi solution where users have to remember their username and password in the SAP backend system, there is nothing out of the box for them to change their password in the SAP backend system since SSO is enabled. The main client to access the SAP backend system will be NWBC for Desktop 4.0.

    Hi,
    I'm trying to use SAP Simple Digital Signature (username + password) with SSO.
    I implemented the following SAP notes: 1862737 (main note that makes in possible to combine Digital Signature with SSO, which means using Windows/Active directory password instead of SAP password), 1974495, 1975701, but unfortunately it is not working.
    I tried using SAP standard example of Digital Signature: program DSIG_BOOKING_EX (run from se38).
    When running this program in SAP GUI 7.2 (and even in the latest SAP GUI 7.3), a popup appears and asks for a password (Windows / Active Directory Password). When I type the password and press OK, I get the following DUMP:
    Category: ABAP Programming Error
    Runtime Errors: MESSAGE_TYPE_X
    Abap program: CL_GUI_CFW==========CP
    Application Component: BC-FES-GUI
    Do you know how to solve it?

  • Dynamic digital signature appearance

    I searched but it seems like the subject hasn't been treated.
    Ok, I've read "Digital Signature Appearance" by Adobe, and find out how to put my own image when displaying digital signatures.
    Looking at some tutorial from the iText authors, I saw that it is possible to specify different images to display on the signature validation
    status.
    This is a very cool feature, but unfortunately it is not documented at all in Adobe's documents... (I had to found a patent description document
    to get more info)
    Here is what I've discovered: the signature appearance is organized in several layers (4 defined by Adobe, the others by the document producer),
    painted sequencially when showing the document.
    What I'm looking for is the way to the various layers are used: one may be used when the signature validation status is unknown, another when
    the validation was successful and a last when it failed.
    For now, all my layers are painted, no matter of the signature validation.
    (description in "Dynamic preview of electronic signature" is on page 9)

    The multiple-layer model for digital signature appearances in PDF was deprecated and is no longer part of the ISO standard for PDF (ISO 32000-1).  The signature appearance is a STATIC thing - as it should be - and can not be changed "on the fly" by the content of the PDF.

  • Create electronic-digital signature for data

    Hello
    As possible create electronic-digital signature for data, referred through HTTP form internet explorer?
    Thank you very much for your support.

    George,
    Thank you for your submission.  It was helpful. This allowed me to create the signature block without having to place my own digital signature in the block.  However, when I send it to my client (who has Adobe Reader but not Acrobat) she is unable to input her digital signature … I’m now half-way there but I continue to pursue a solution.
    Dave Armstrong
    ============

  • Add Digital Signature to outgoing messages for all exchange users

    Is it possible to add digital signature to outgoing messages for all exchange users? Currently we have add digital signature individually using Outlook.

    Update to my question:
    Can we use our internal CA to publish certificates.  We only want digital signed emails for internal users.

Maybe you are looking for