Digital Signature getting invalidated

Hi ,
I am getting the following error (Report Code - 400  Unrecognized PDF content: The document contains PDF content or custom content not supported by the current version of Adobe Reader.The document appears to have been produced by a later version of Acrobat.) when i am digitally signing my form, due to which my signature is breaking. What can be the reason for this error ?
P.S - I am using Adobe Life Cycle Designer ES 2 and Adobe Reader Version 9.1

Kindly check SAP note: 1589254 and 1168740 as it has all the information regarding this 1847862 - New Form 16 Layout for Financial Year 2012-2013

Similar Messages

  • Digital signatures getting more difficult

    I'm sure there are good reasons for the changes, but from my viewpoint digital signatures in Acrobat are becoming less convenient with each new version I try.
    I make extensive use of invisible signatures, with a number of people required to invisibly sign each document. In Acrobat 5.05 it was a breeze, either using a menu option or the dropdown in the signatures panel (my preferred method). Deleting a signature field was equally convenient. Just right click the field and delete it.
    In Acrobat 7, the menu and dropdown options disappeared and one has to go through a bunch of screens to get there. Not terrible, but less convenient. Also, documents created using Acrobat 5 or 7 could be signed using either version as long as the document was created using Acrobat 5 (PDF 1.4) compatibility. For deletion, signature fields must be cleared first, and only then can they be deleted. In both cases, creating invisble signatures and deleting signature fields, there are more steps in Acrobat 7 than in Acrobat 5.05. I can live with it, but it seems like reverse progress to me.
    Now I am trying to help my boss use Acrobat 10 to invisibley sign documents created using Acrobat 7 and already invisibly signed by others using Acrobat 7 and Acrobat 5.05. If there's a way to do it, I can't find it. I suppose I could create a blank signature graphic, but that seems silly. Neither can I find any way to delete signature fields. I can clear them, but not delete them.
    I'm guessing that the changes to digital signature functionality have something to do with making signed PDFs more secure and more difficult to tamper with, but I find it hard to believe that can't be accomplished without losing so much functionality.
    I need to be able to have multiple invisible signatures and the capability to remove signature fields, and I need to be able to do it in Acrobat versions 5.05, 7, and X for documents created using any of those versions. If anyone knows how it can be done, please let me know.
    Thanks.

    What viewer are you using for showing the PDF?

  • Dynamic xfa form - digital signature becomes invalid

    Greetings forum,
    I have question regarding dynamic xfa forms and hope, that you can help me.
    I filled a pdf form based on a dynamic xfa form (with extended rights for Reader user) using iText. When the content of the PDF is changed, the digital signature becomes unvalid, so that the rights are no longer vaild.
    Therefore Adobe Reader (9.0) does not save the PDF. I get the following error message:
    "This document contained certain rights to enable special features in  Adobe Reader. The document has been changed since it was created and these rights are  no longer valid. Please contact the author for the original version of this document."
    I tried the following workaround with itext:
    PdfStamper stamper = new PdfStamper(reader, new FileOutputStream(RESULT), '\0', true);
    (http://1t3xt.info/tutorials/faq.php?branch=faq.itext&node=enabled_form),
    but I doesn't seem to work.
    As a result, the rights are valid but the content of the PDF wasn't changed.
    Is there any workaround for that or does it only work static xfa forms/acroforms?
    Many thanks for you support!
    Irina2000

    Sounds like you tried to fill in a form using Acrobat without the form feature use. Actually iText from what I can see is not using Acrobat, but a third party product. To fill in the form, you simply use the hand tool to move over a form field where the tool will change to an Ibeam or similar pointer tool. Select the field and type in the data. That should not make any changes to the PDF in the sense that has been stated. I have no clue where iText comes into the picture.

  • Digital signature is invalid

    We have created adobe captivate video in "exe" format (Using Captivate 5). It has a adobe digital signature, but it is not proper (Invalid digital sign). So we want to remove that old digital sign and put our digital sign. How to remove digital sign from exe?
    We used "FileUnsigner.exe" from here. It has removed that old digital sign and after that we have signed with our thawte digital sign. But after signing, that exe is not opening. How can we solve this issue?
    Or any other option to publish that exe without digital signature? So that we can put our digital sign later.
    Please anyone help as soon as possible

    Hello there,
    I'm not sure whether the signing would work with this exe but my question was if you are able to create the exe and playback without signing it.
    Thanks,
    Vish

  • Digital Signatures getting lost when page presence set to hidden

    HI All,
    My project uses a multi page PDF which has signature fields in different pages. Because of performance issues i am showing only one page at a time and using navigation buttons to browse through pages. So when the PDF loads it displays Page1 and i sign the Digital Signature field and Click the next button which has event like
    Page2.presence="visible";
    Page1.presensce ="hidden";
    Now page2 is visible and if i move back to the Page1, the digital signatures are lost.
    But if i dont click the button , and save the PDF, the signature field is retained.
    I am not sure how can i retain the signature in this scenario
    Any help on this greatly appreciated.
    Thanks in advance.
    Ajesh Joseph

    What viewer are you using for showing the PDF?

  • !!! Digital Signature - get Signer name

    Hi all,
    I need to get the name of signer in DS process!
    I used the function ds_log_display and with a debugger i saw the name in one of the structure of another function bal_log_msg_read (called from above func.) .
    When i tried to use bal_log_msg_read  in my prog i get no messages because a <b>macro</b> in this function get the data as first step...
    I checked also:
    SAP_BAL_DEMO_05 - unsuccessfully
    BAL_DSP_LOG_DISPLAY -  unsuccessfully
    Bal_db_search - successfully
    balm, balhdr tables
    May be there is another solution to get the name of the signer.
    Please your help. i need a solution as soon as possible.
    Thanks in advance,
    Ronit

    hi
    please check if the folowing helps...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0fbaa71-cd8d-2910-5982-e30626035400
    http://abapcode.blogspot.com/2007/06/adobe-document-service-digital.html
    regards
    dinesh

  • Digital Signature Turns Invalid while setting the Property Dynamically to an Input Field

    I have an Input box that turns mandatory only if a check box is clicked.
    The Script goes Something Like This;
    if(chkbox.rawValue === 1){
         inputField.mandatory = "error";
         inputField.mandatoryMessage = "This Field cannot be left Blank";
         inputField.presence = "visible";
    } else {
         inputField.mandatory = "disabled";
         inputField.mandatoryMessage = "";
         inputField.presence = "hidden";
    I am working with Assembler Service and the Signature field is placed in the cover page after which this form is attached.
    Any clue of why the property change Invalidates the Signature?
    Note: The stand alone form where the Check box and Input field is present doesnot have a preSign event as this form doesnot contain a Signature field unless its merged using assembler. This Script is added to the Click Event of the Checkbox.
    Cheers
    Mahesh Krishnan

    weblogic.common.resourcepool.ResourceDisabledException: Pool mds-soa is Suspended, cannot allocate resources to applications ..Check server logs to find out why mds-soa is suspended. Make sure that datasource mds-soa is up and running on SOA servrs before deploying an application.
    Regards,
    Anuj

  • VBA: Valid digital signature is deemed invalid

    I have a valid 3-year code-signing digital certificate recently issued by Symantec.  The trouble I'm having is, when I sign my Word macro template (*.dot) with this cert, Word 2007 deems the signature to be invalid.
    Word 2007's "Microsoft Office Security Options" dialog says "This digital signature is invalid and cannot be trusted", with no option to trust the publisher.  This is not the case in Word 2010 and Word 2013
    This is from the same *.dot macro template on all PCs.
    Does anyone know of versioning issues regarding the signature validation between Word 2007 and later Word versions? Could it be related to the deprecation of SHA1?
    I've already tried the hotfix available from https://support.microsoft.com/en-us/kb/967732, with no success.  The version of Word 2007 in question is 12.0.6700.5000.
    I would greatly appreciate any help.
    Thanks
    -cc

    Hi Clint,
    Thanks for posting on MSDN forum.
    This forum is for developers discussing developing issue involve Word product. Since the issue is more relative to end-user, I would like to move it to
    Technet forums - Word IT Pro Discussions - Microsoft to get more effective response.
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
    Thanks for your understanding.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Digital signatures for use in consenting research participants

    Hi.  I need some help implementing digital signatures into a consent document.  I work as a research assistant at a university and in our line of research, we have participants from multiple regions of the country.  One of the most important parts of staying in compliance with various regulations is that all research participants are presented with information about the study, and they must sign a document to indicate that they understand the risks/benefits involved.
    We want to implement digital signatures to make this process easier for ourselves and the research participants who live across the country.  However, there seem to be some technical hurdles in using signatures.  First, we want to make sure that participants who only have Adobe Reader are also able to sign (my understanding is that they should be able to).  Some participants may not be very computer savvy, so we need the process to be somewhat dummy-proof.  Participants must fill in their printed name and date, so I need for them to have authority to change some information, but I don't want them to have the authority to change the document itself or the participant ID numbers which I have to fill in once I get the form back.
    I have created a fillable form in Adobe LiveCycle and added 2 signature form fields, one for the participant, and one for myself.  I plan on distributing the form so that I can have a dataset file for all of the returned consents.
    Essentially the process should work like this:
    I send a participant the form, they fill out the fields for their printed name, date, and provide their digital signature and use the submit by email button to return the form to me.
    I receive the form, add their participant ID number, and provide my digital signature.
    Save the file in our dataset file which is associated with the returned consent forms.
    The thing I'm concerned about is their digital signature being invalidated once I insert the ID numbers and add my own digital signature.
    Thanks for any help you could provide.

    We have a document that needs to be signed by more than one individual -- and in our process we are using the Topacz signature pad to get the signature.  It's similar to the one you sign at the grocery store, drug store, etc.  In order to NOT have the first signature invalidated, we were told to edit the registry...and it works perfectly!
    [HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\8.0\AVAlert\cCheckbox]
    "iDigSigSaveAsCertified"=dword:00000001
    [HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\8.0\AVAlert\cCheckbox\cAnnots]
    "iReaderEnableSaveWarn"=dword:00000001
    Obviously if you are using a different version of Acrobat, you'll have to change the key accordingly.
    Hopefully this will work with your process.
    Good luck!!

  • BEX Analyzer 3.5 Expired Certificate / Digital Signature

    Hey Everyone,
    Are any of you experiencing this? Expired Digital Signature issue for BEX Analyzer (sapbex.xla).
    We are on SAP GUI 7.10 patch 8, and BEX 3.5 Add-On patch 4. When users
    go to launch the BEX Anlayzer or open broadcasted reports, they get an
    error saying Digital Signature is Invalid or has Expired.
    This is because of the certificate that is provided with SAPBEX.XLA, expired on 3/6/09.
    I looked into relavent notes 492364, and 929716 which come with older certificates. We do not want to enable macros completely.
    Thanks!
    Imran

    Hi Imran,
    After Opening your Bex analyzer or in Excel
    Excel goto -- tools macrosecurity--Security level Tab --choose *Medium* option after setting this open your bex analyzer again you will get a pop up for *enable or disable macros* you can choose disable macros,
    now you will be able to open the Bex analyzer and run queries
    IF you are not still able to use or if you dont want *enable macro / disable macro* pop up then use
    this setting,
    Excel goto -- tools macrosecurity--Security level Tab -- choose Low option
    you will not get any pop ups and you will get the select query option.
    Hope this solve your issue.
    Edited by: suresh on Mar 12, 2009 2:21 AM

  • Second digital signature invalidates the first one

    Hello to all,
    I'm having some troubles adding a second digital signature to an already digitally signed PDF. The library that I'm using in order to handle the PDFs is an open source one, so I'm programmatically editing the PDFs. The first PDF I produce, PDF1 (the PDF with one signature), has a valid digital signature. The second PDF I produce, PDF2 (the PDF with the two signatures), has the second signature marked as valid, but the first one as invalid with the following error:
    Error during signature verification. 
    Unexpected byte range values defining scope of signed data.
    Details: The signature byte range is invalid
    I've read and applied all the "best practices" on PDF digital signature, so I'm adding the second signature in incremental mode and I'm sure that the second PDF has no changes in the first part, this because if I make a binary comparison of PDF1 and PDF2, the first part of the PDF2 equals PDF1. So if you remove the incremental part from PDF2 (after the first %%EOF), you obtain PDF1 again with the valid digital signature. So the problem seems to be in something new in the incremental part of PDF2 that makes Acrobat Reader X thinks that the first digital signature is invalid.
    If you want to see the three PDFs, here are the links:
    The original PDF: https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BzrgexS80Iq_ODQxZTY2MDk tNTQyYi00YTE0LTk0MTctYWMxNDFiOWY4MjA5&hl=en_US
    PDF1: https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BzrgexS80Iq_ZDQ3MTk1ZmI tNWI4NS00YzdhLTkxNmUtODk1NjVmY2M2NTVh&hl=en_US
    PDF2: https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BzrgexS80Iq_ZGM1YmZhMWE tY2JiYi00YzZkLWE5ZjItNzgwM2RlNzExYWE1&hl=en_US
    Any help will be very apreciated. Best regards.

    Hi,
    I'm not sure if this helps, but I found something unusual with your PDF2. Just at the beginning of the second incremental update (with the new signature), the first object is added without a carriage return. This make the last line of the previous update looks like this:
    %%EOF3 0 obj
    May this leads to incorrect parsing and then invalidates the signature? Not sure about that, but as far as I can read offsets, your byte ranges are correct.

  • Digital Signature invalid when sign a PDF with instances

    Hi,
    I created a XDP document with LiveCycle Designer ES2.
    This document contains:
    - Some required fields (text fields, data fields ecc...)
    - A Subform that user can add more instance pressing a button, contains some fields
    - A Digital Signature (With a simple fields collection contains only the signature field)
    I render the XDP for get a PDF (using ReaderExtensions component) by LiveCycle Workbench ES3.
    Then I open the PDF with Adobe Reader X.
    I compile the form and don't press on button increase the instances of Subform.
    Sign the document and the signature is valid.
    Now, instead, if I make the same but increase the instance of Subform, then sign, the signature is invalid...
    Can the problem is the different versions of Designer and Workbench?
    In past I got some problems, and sometime I resolved creating a new document and copying all the object of old form in new one... It's an ugly solution but it worked.
    But in this case don't resolve nothing.
    Any help?
    Thank You!

    Hi,
    I created a XDP document with LiveCycle Designer ES2.
    This document contains:
    - Some required fields (text fields, data fields ecc...)
    - A Subform that user can add more instance pressing a button, contains some fields
    - A Digital Signature (With a simple fields collection contains only the signature field)
    I render the XDP for get a PDF (using ReaderExtensions component) by LiveCycle Workbench ES3.
    Then I open the PDF with Adobe Reader X.
    I compile the form and don't press on button increase the instances of Subform.
    Sign the document and the signature is valid.
    Now, instead, if I make the same but increase the instance of Subform, then sign, the signature is invalid...
    Can the problem is the different versions of Designer and Workbench?
    In past I got some problems, and sometime I resolved creating a new document and copying all the object of old form in new one... It's an ugly solution but it worked.
    But in this case don't resolve nothing.
    Any help?
    Thank You!

  • "digital signature on the update is missing or invalid" 10.6.8 combo 1.1 from 10.6.3.

    Also got posted in '10.3 or earlier' community, where other posts are regarding this issue ... I get "digital signature on the update is missing or invalid" trying to install 10.6.8 combo on MacBook currently using 10.6.3.  Have used Disk Utility, Restart, Shut Down, with no luck.  Used Software Update from 2 different avenues, and also downloaded from apple site.  Also searched support.apple, no luck.  Thoughts?

    ok. i've done the moving of those plist files, restarted and tried again. it hasn't worked, but thank you for your suggestion. i got excited for a minute or two.
    it now says An unknown installation error occured. The installer encountered an error that caused the installation to fail. contact the software manufacturer for assistance.

  • My digital signatures no longer work the credential selected for signing is invalid

    Adobe Acrobat Pro My digital signatures no longer work  I get the error of "the credential selected for signing is invalid" when I try to add my signature
    Even my old signatures on all my previous signed documents from years ago are broken now. How do I reset this and get it all up and running again? Ive looked and cant find a solution to this.
    HELP!!!

    I have the same problem, very frustrating to suddenly have digital signatures fail!

  • ITunes 9 download - invalid digital signature error with Windows 7 Ultimate

    Since I have upgraded to Windows 7 Ultimate when I try and download the latest version of iTunes 9 I get Invalid Digital Signature error message. I've tried downloading with IE8, Opera and Firefox.
    Help please!!

    Perfect, thanks.
    I see that one's got an SPI firewall:
    http://www.netgear.co.uk/pdfs/dgn2000ds18july08
    By way of experiment, try disabling the firewall and doing another iTunes download. Are you able to get a working installer this time?

Maybe you are looking for

  • ANN: Video tutorial for defining a PHP local testing server on Windows

    I have created a video tutorial to show how to define a PHP local testing server on Windows. It's just under 8 and a half minutes, and can be found here: http://experts.na3.acrobat.com/phplocalsitewin/ I made it for Windows only to avoid confusing vi

  • How do i remove my credit card information from my iPad

    Is there a way to download free apps and still get updates on apps if my credit card is expired.

  • Cannot embed image in flash builder 4.7

    I am building a game in flash 4.7, each time i try to embed an image an error occurs, it says that it cannot locate the source of the image, please what can i do to fix that problem?

  • How do i make a gui to cancel a process

    Hello, I am trying make a traceroute in Java. Since i didn't an API to make things easier on me. I have a class 'Traceroute' like this: public class Traceroute {     OSstuff OS = new OSstuff();     Process trace;     public Traceroute(){     public L

  • Massive bip 11g download/upload

    Hi i have to move all our reports (data models and rtf templates) from our test environment to production. As there are a lot of objects i'm wondering if there is a way to do a massive download and upload instead of doing one by one. Thanks