Adobe Forms and Allowing to Sign using Adobe Reader

Dear,
i am testing some scenario's with Adobe Interactive Forms.
I have a Topaz Digital Signature Pad, which can be used to create a Signature inside a PDF file.  This has been tested and works.  This does not use a certificate, but puts a handwritten signature inside a signature field.
I would like to test this using SAP interactive Forms.  I have setup my Adobe Acrobat Reader 7.0.9 using the GemSignPlus API as validator and creator for Digital Signatures.  The only problem is that my pdf from sap is not allowed to create,or sign the pdf.  When i look at security settings of the pdf, it says : signing not allowed.
In the manual of sap, i have read that adobe interactive forms, will be saved as allowed signing, standard, but when i open them in the reader, this does not comply.
I am at netweaver 2004s, sp 9.  Please help

Hi Tom,
I'm not sure it'll work, but you can try the following:
WDPDFDocumentProtectPermission[] permissions = {
  WDPDFDocumentProtectPermission.CHANGES_FILL_AND_SIGN };
IWDPDFDocumentInteractiveFormHandler handler =
  WDPDFDocumentFactory.getDocumentHandler(
    view.getContext().getController(),
    "InteractiveForm");
IWDPDFDocumentInteractiveFormContext ctx = handler.getDocumentContext();
ctx.setProtection(null, null, permissions);
Kind regards,
Sigiswald

Similar Messages

  • PDF forms and how they work with different Reader versions

    I'll start this off by giving a little background information and describing a workflow scenario. I work as an InHouse designer for a company that keeps the majority of the employee population always a few versions behind. Fortunately, for us designers they keep us updated, but it doesn't always play nicely when you're saving your PDFs for older versions of Acrobat Reader.
    What happens is that I create a form in InDesign, export a PDF, and then create my form fields in Acrobat Pro 9 on a Mac. After saving for version 9 I then take the PDF and test within the Windows environment which our IT is enforcing Acrobat Reader 7. The PDF opens ok and I can fill out the form, but I cannot save. I then open in Acrobat Pro 7 for Windows and then it gives the option to save or make modifications.
    My questions really come down to whether or not Reader 7 is doing this because of how old the technology is, or if that would change if our IT would allow Acrobat Reader 8 or 9? Now I've looked at the Acrobat Pro 9 comparison chart and it states "Enable users of Adobe Reader®   (version 8 or later) to fill in and save PDF forms locally." Does this mean that we just need version 8 or 9 and then people can save the form? What in version 7 is causing us not to be able to save? Did that change the technology in some way? I'm trying to figure out if we get IT to upgrade users to Reader 9 if this will solve the issue or will they have to install Acrobat Standard/Pro 9 to save a PDF form?
    What other selling points could we make to our IT department that using Reader 9 is a lot better than using Reader 7? Any technology benefits, security or functions?
    Thanks

    ~graffiti wrote:
    No version of Reader can save a filled in form unless it has been enabled first.
    To enable, open the file in Acrobat then go to Advanced>Enable usage rights in Adobe Reader...
    And for my standard disclaimer, if you are going to use the forms in a corporate environment, be sure to study and understand the usage limits for enabled forms (the limit is 500 uses, but there are caveats to that) in the EULA. Mostly the enabled forms are meant for very small time users. If you do not meet that requirement, Adobe sells another product that can enable files for unlimited uses but it costs in the tens of thousands of dollars and is a server side solution.
    Hey Graffii,
    I enabled the usage rights and that did help with saving in Reader 7. I am a little concerned about the limit of 500 uses. Let me try and understand you a little better. I have a PDF that has a couple form fields and you're saying that the PDF can only be opened 500 times? I've never heard of restrictions on PDFs before. Does this happen after you place just 1 form field? How do I find out more information? I looked in the EULA, but found nothing.
    Also, what does Adobe mean here "Enable users of Adobe Reader®   (version 8 or later) to fill in and save PDF forms locally." Are they saying that you need Reader 8 or later to read a form or that you need Acrobat Pro 8 or later to enable the form feature?
    It's all very confusing because one of the features they tout in version 9 is the ability to save forms locally, but once I enable the form I could save it with Reader 7. It's hard to tell if they are referring to Reader 9 or Acrobat Pro 9.
    Thanks

  • Create a Form in Acrobat Standard that can be filled out AND SIGNED using Free Reader

    I am tasked with creating forms that can be read, filled out and signed and submitted electronically by users that have only the reader software. I am using Acrobat 5 standard. I have not yet found a way to successfully create a form field that would allow users to insert a signature of some sort. This signature does not have to be encrypted, or use the digital signature system Adobe Acrobat has where you create a profile, log in, etc. It could be as simple as the ability to insert a jpeg or other image of their handwritten signature. This is to avoid having to have them fill it out, and then print it and fax or scan it in. It would be great if they could fill it out and then just save it and email it. How would I do this, or is it even possible?
    Thanks,
    JOhn

    With AA5, there is no capability to submit a signature - even electronic. You can create a form that can be filled out, signed in the sense of adding a name and date, and submit to a web site.
    Insertion of images is not part of forms with AA5, but I think has become possible recently. Even so, they reader would also have to be compatible with the feature to be able to use it. If the typing of the name and the date would do, then you can add those fields - sort of the limit with AA5.
    With AA5, they can not save the form with the data. They can submit the data as an FDF file to a web site. If you have control of the client machines, then you can consider e-mail since those issues can be worked out locally. Without control of the clients (like a general form on the web), don't bother with e-mail since there will always be some that have problems.

  • font color=red Create/Modify forms and triggers through C++ using OPEN API

    <font color=red>
    Dear brothers/sisters<font color=darkblue>
    <br><br>
    Please help us to find the linking problem.
    <br>
    We have to add PRE-FORM trigger to many FMBies. We have thousants of FMBies. So opening one by one is difficult. For this we are using OPEN API and BORLAND C++. We have coppied all header files from D:\orant\FORMS60\API.
    But there is a link error. Here is the snippet.
    <br>
    <font color=red>
    <br>#include <stdio.h>
    <br>#include <stdlib.h>
    <br>#include <malloc.h>
    <br>#include <d2fctx.h> /* Forms API context */
    <br>#include <d2ffmd.h> /* Form module header file */
    <br>int main (int argc, char *argv[])
    <br>{
    <br>d2fctxa ctx_attr;
    <br>d2fctx *ctx;
    <br>d2ffmd *form;
    <br>text *form_name;
    <br>/* Check arguments */
    <br>if ( argc != 2 )
    <br>{
    <br>fprintf(stderr, "USAGE: %s <filename>\n", argv[0]);
    <br>exit(1);
    <br>}
    <br>/* Create Forms API context */
    <br>ctx_attr.mask_d2fctxa = (ub4)0;
    <br>if ( d2fctxcr_Create(&ctx, &ctx_attr) != D2FS_SUCCESS )
    <br>{
    <br>fprintf(stderr, "Error creating Forms API context\n");
    <br>exit(1);
    <br>}
    <br>/* Load the form module into memory */
    <br>if ( d2ffmdld_Load(ctx, &form, argv[1], FALSE) != D2FS_SUCCESS )
    <br>{
    <br>fprintf(stderr, "Failed to load form module: %s\n", argv[1]);
    <br>exit(1);
    <br>}
    <br>/* Get the name of the form module */
    <br>if ( d2ffmdg_name(ctx, form, &form_name) != D2FS_SUCCESS )
    <br>{
    <br>fprintf(stderr, "Error getting the name of the form module\n");
    <br>}
    <br>else
    <br>{
    <br>/* Print the name of the form, then free it */
    <br>printf ("The name of the form is %s\n", form_name);
    <br>free(form_name);
    <br>}
    <br>/* Destroy the in-memory form */
    <br>if ( d2ffmdde_Destroy(ctx, form) != D2FS_SUCCESS )
    <br>{
    <br>fprintf(stderr, "Error destroying form module\n");
    <br>}
    <br>/* Close the API and destroy context */
    <br>d2fctxde_Destroy(ctx);
    <br>return 0;
    <br>}
    <br>
    <font color=darkblue>
    <br>
    The compilation is success. But there is a link error. Please help us to find the problem.
    <br><br>
    Here is the error Message.
    <br>
    <font color=red>
    <br>Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
    <br>FIRST.CPP:
    <br>Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
    <br>Error: Unresolved external '_d2fctxcr_Create' referenced from D:\API\FIRST.OBJ
    <br>Error: Unresolved external '_d2ffmdld_Load' referenced from D:\API\FIRST.OBJ
    <br>Error: Unresolved external '_d2ffmdgt_GetTextProp' referenced from D:\API\FIRST.OBJ
    <br>Error: Unresolved external '_d2fctxde_Destroy' referenced from D:\API\FIRST.OBJ
    <br><br>
    <font color=darkblue size=4>Could you please help us.......<br>

    <font color=red>
    Dear brothers/sisters<font color=darkblue>
    <br><br>
    Please help us to find the linking problem.
    <br>
    We have to add PRE-FORM trigger to many FMBies. We have thousants of FMBies. So opening one by one is difficult. For this we are using OPEN API and BORLAND C++. We have coppied all header files from D:\orant\FORMS60\API.
    But there is a link error. Here is the snippet.
    <br>
    <font color=red>
    <br>#include <stdio.h>
    <br>#include <stdlib.h>
    <br>#include <malloc.h>
    <br>#include <d2fctx.h> /* Forms API context */
    <br>#include <d2ffmd.h> /* Form module header file */
    <br>int main (int argc, char *argv[])
    <br>{
    <br>d2fctxa ctx_attr;
    <br>d2fctx *ctx;
    <br>d2ffmd *form;
    <br>text *form_name;
    <br>/* Check arguments */
    <br>if ( argc != 2 )
    <br>{
    <br>fprintf(stderr, "USAGE: %s <filename>\n", argv[0]);
    <br>exit(1);
    <br>}
    <br>/* Create Forms API context */
    <br>ctx_attr.mask_d2fctxa = (ub4)0;
    <br>if ( d2fctxcr_Create(&ctx, &ctx_attr) != D2FS_SUCCESS )
    <br>{
    <br>fprintf(stderr, "Error creating Forms API context\n");
    <br>exit(1);
    <br>}
    <br>/* Load the form module into memory */
    <br>if ( d2ffmdld_Load(ctx, &form, argv[1], FALSE) != D2FS_SUCCESS )
    <br>{
    <br>fprintf(stderr, "Failed to load form module: %s\n", argv[1]);
    <br>exit(1);
    <br>}
    <br>/* Get the name of the form module */
    <br>if ( d2ffmdg_name(ctx, form, &form_name) != D2FS_SUCCESS )
    <br>{
    <br>fprintf(stderr, "Error getting the name of the form module\n");
    <br>}
    <br>else
    <br>{
    <br>/* Print the name of the form, then free it */
    <br>printf ("The name of the form is %s\n", form_name);
    <br>free(form_name);
    <br>}
    <br>/* Destroy the in-memory form */
    <br>if ( d2ffmdde_Destroy(ctx, form) != D2FS_SUCCESS )
    <br>{
    <br>fprintf(stderr, "Error destroying form module\n");
    <br>}
    <br>/* Close the API and destroy context */
    <br>d2fctxde_Destroy(ctx);
    <br>return 0;
    <br>}
    <br>
    <font color=darkblue>
    <br>
    The compilation is success. But there is a link error. Please help us to find the problem.
    <br><br>
    Here is the error Message.
    <br>
    <font color=red>
    <br>Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
    <br>FIRST.CPP:
    <br>Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
    <br>Error: Unresolved external '_d2fctxcr_Create' referenced from D:\API\FIRST.OBJ
    <br>Error: Unresolved external '_d2ffmdld_Load' referenced from D:\API\FIRST.OBJ
    <br>Error: Unresolved external '_d2ffmdgt_GetTextProp' referenced from D:\API\FIRST.OBJ
    <br>Error: Unresolved external '_d2fctxde_Destroy' referenced from D:\API\FIRST.OBJ
    <br><br>
    <font color=darkblue size=4>Could you please help us.......<br>

  • When I fill fields on a form and ask to print using form fields only, the infomation doesn't show up. Other people in the office use the same form with no problem. Using XI standard.

    I have a fillable form that is used by everyone in the office. When the fields are filled we print using the form fields only option to print on our invoices. When I go to print it in Acrobat XI standard using the form fields only option, none of the information I filled shows up or prints. No one else in the office has this problem. Does anyone know why I can't do this, but other people can?

    I have a fillable form that is used by everyone in the office. When the fields are filled we print using the form fields only option to print on our invoices. When I go to print it in Acrobat XI standard using the form fields only option, none of the information I filled shows up or prints. No one else in the office has this problem. Does anyone know why I can't do this, but other people can?

  • Save editable form into regular PDF document using Acrobat Reader

    Hello,
    With Adobe Pro, I've created a PDF form using the following:
    Save As Other...
    Reader Extended PDF
    Enable More Tools (includes form fill-in & save)...
    Once saved, I am sending this form to colleagues for them to fill out.  These colleagues only have access to Acrobat Reader.
    What I'm hoping to do is to have them save the file into a regular PDF document with the info inserted in the form but without the option to change the form info (change from editable form to regular PDF file).
    Thanks for your help.

    Hrm, OK. Well I actually DON'T have my document set as a reader extended PDF. If i fill out my fields then try to use the sign feature, it's not flattening the fields when I save/close reopen. They are still editable.
    Just as a test, I saved it as reader extended and the sign feature is grayed out as you stated it should be. I am using acrobat X to create my fields and using reader XI to test inputting data/saving.
    I need users to be able to fill it out, save then send and the recipient NOT be able to modify the fields. Am I missing something with the sign feature?
    Thanks again for the reply!

  • Collecting data via SharePoint using LiveCycle form and Adobe Tracker

    I created a form in LiveCycle ES 8.2 and have distributed it via Adobe 9.3.4 Pro (I am running Windows 7.) For the first two days, when I opened up track forms, all was working well and I was receiving all responses. However, on the third day, I was not receiving any new responses, so I called up a couple of the people I had distributed the form to to see if they had in fact submitted it, and they had. Everything on their end looked as though the form went through. They received "sucessfully submitted" messages, although I still have not recieved them. So, I went in, created a new distribution with the people that I had not received responses from. Again, I received responses the first day, but have not received a response on any of the following days.
    Is anyone else having this same issue?

    UPDATE
    The error that is being received is, "Acrobat cannot connect to the server, but will automatically submit your form once the server is online." Our SharePoint is showing no problems. In addition, I received a new response today out of the blue. But someone tried to resubmit a form and received the "cannot connect" error.

  • I have an agreement form created in word doc. i want to hire some one experience with formscentral to recreate the form and user be able to complete the agreement, sign it electronically (using echosign) then click submit. i will be alert of new response.

    i have an agreement form created in word doc. i want to hire some one experience with formscentral to recreate the form and user be able to complete the agreement, sign it electronically (using echosign) then click submit. i will be alert of new response. can someone connect me to where i can talk to someone can provide this service. i have sample of agreement form

    Hi c3 cyber club,
    Unfortunately FormCentral and Echosign are two different services and forms created in Forms central can only be submitted via and to Forms Central.
    We cannot have the form filled in using FormCentral and get it signed using Echosign.
    However, you can use Echosign directly and you can get most of the functionality.
    Thanks,
    Vikrantt Singh

  • Problems submitting form with Adobe Reader X?

    Our agency created a PDF fillable form, and recently three respondants using Adobe Reader X (on PCs) have contacted us to say that the submit button is not working and they are unable to save the contents of the form to a file on their computer.  The Forms Central Forum had said Adobe 8.0 or higher would support the fillable form, so we are surprised to be running into this.  Has anyone else encountered this problem and found the solution?  Is there a step we are missing?  Thank you!

    @melissasnider : make sure that the form filler are using Adobe Acrobat, Adobe Reader or Acrobat Mobile to fill up the form.  Any other PDF viewers doesn't support the submission functionality. More information can be found here : http://forums.adobe.com/docs/DOC-2653.
    Hope this helps
    Gen

  • How do I sign a document on Adobe Reader?

    I have version 11.0.04 and when I click on a box to sign on the PDF, the sign menu is all gray, so I am unable to sign my name on this. I've been looking online and either it's a different version or my program won't allow me how to sign it. Help!!!

    Hi Matt,
    Starting with the form you want to sign opened in Reader, select the Fill & Sign tool on the right side of the toolbar. This will open the right hand Fill & Sign panel. Next, open (expand) the Fill & Sign Tools pane.
    There are three possible scenarios from this point...
    The Place Signature tool is disabled (grayed out). This would be because the security setting on the file do not allow for changes.
    The Place Signature tool is enabled, but when you select it and get the Place Signature dialog, the only option available is Use a certificate. This is because the document contains an existing signature field and the assumption is the document author requires a secure digital signature as opposed to electronic signature.
    The Place Signature tool is enabled,and all of the radio buttons are enable on the Place Signature dialog.
    Depending on which of the three scenarios you encounter drive what you can do next. Obviously with scenario 1 there is nothing else to do. With scenario 2 you have to have access to a valid digital ID to create a digital signature. With scenario 3 you have the option of creating either a digital signature using your digital ID, or you can create an electronic signature by placing a mark on the document. That mark can be your typed name, a signature you create with a mouse, or a scanned image of your wet-ink signature.
    If you need to create a digital signature, then you need to have access to a digital ID. There are two options for procuring a digital ID; either you can buy one from a trusted Certificate Authority (CA) who will vet your identity, or, you can have Reader generated an untrusted digital ID for free. What you select to do depends on what the second party (you're the first party, the document recipient is the second party, and if a CA is involved they are the third party) requires, or more precisely, what agreement you and other party come to.
    I hope this helps get your started.
    Steve

  • This PDF form requires a newer version of Adobe reader !?

    Hi there
    I use LiveCycle 8 and I design forms for a target audience using Acrobat Reader 7..
    My problem is whatever I put in a form, I get a really annoying message when opened in Acrobat reader 7
    This PDF form requires a newer version of Adobe reader, Without a newer version, the form may be displayed but not work properly etc....
    This doesn't inspire confidence for the user.
    I get this message even if I open a new form, add a single textfield and save as Acrobat 7 PDF form.
    Is there a way around this ?
    Thanks
    Chris

    I am not too sure, I thought that saving as Acrobat 7 pdf,would do that. Is that not the case ? Are you referring to something else ?
    Thanks
    Chris

  • How do I sign a document in Adobe Reader w/electronic signature?

    I'm trying to sign a tax form, its unclear from the Reader doc how to create a signature for use on the document.

    Hi Matt,
    Starting with the form you want to sign opened in Reader, select the Fill & Sign tool on the right side of the toolbar. This will open the right hand Fill & Sign panel. Next, open (expand) the Fill & Sign Tools pane.
    There are three possible scenarios from this point...
    The Place Signature tool is disabled (grayed out). This would be because the security setting on the file do not allow for changes.
    The Place Signature tool is enabled, but when you select it and get the Place Signature dialog, the only option available is Use a certificate. This is because the document contains an existing signature field and the assumption is the document author requires a secure digital signature as opposed to electronic signature.
    The Place Signature tool is enabled,and all of the radio buttons are enable on the Place Signature dialog.
    Depending on which of the three scenarios you encounter drive what you can do next. Obviously with scenario 1 there is nothing else to do. With scenario 2 you have to have access to a valid digital ID to create a digital signature. With scenario 3 you have the option of creating either a digital signature using your digital ID, or you can create an electronic signature by placing a mark on the document. That mark can be your typed name, a signature you create with a mouse, or a scanned image of your wet-ink signature.
    If you need to create a digital signature, then you need to have access to a digital ID. There are two options for procuring a digital ID; either you can buy one from a trusted Certificate Authority (CA) who will vet your identity, or, you can have Reader generated an untrusted digital ID for free. What you select to do depends on what the second party (you're the first party, the document recipient is the second party, and if a CA is involved they are the third party) requires, or more precisely, what agreement you and other party come to.
    I hope this helps get your started.
    Steve

  • Filling out a form in adobe reader

    Im filling out a form in adobe reader for a scholarship. It was going well until I hit a certain section. Instead of typing the words horizontally, it was typing them vertically. Is there any easy way to fix this? I dont want to have to handwrite the entire thing.
    Thanks
    tutorben

    That's an interesting form. It looks like it started out as an XFA form that was created in LiveCycle Designer, and somehow converted to an acroform on a Mac. Whatever the process was resulted in setting the rotation on some of the field to 90 degrees. As Mike said, there's nothing you can do about it with just Reader.
    If you had Acrobat, you could set the proper rotation for the fields. If you really want to do this and don't have Acrobat, you can install the trial version of Acrobat 10. Or you could try contacting the creator of the form and get them to fix it.

  • Error while using the 'Form and Report' wizard

    Hello,
    I’m trying to create a form and report on EMP, using the APEX wizards, but I’m getting the following error message:
    ORA-20001: Unable to create query and update page. ORA-20001: Unable to create query and update page. ORA-20001: Unable to create form on table. ORA-20001: Error creating shortcut id="" ORA-00001: unique constraint (FLOWS_030100.WWV_FLOW_SHORTCUT_IDX1) violated
    This is something local, on my APEX instance only, but any ideas what is wrong here?
    Thanks,
    Arie.

    Hi Scott,
    >> Do you happen to know where that PL/SQL shortcut came from? Created by you or an apex wizard?
    The original shortcut was probably created by an APEX wizard, but then I changed its type to ‘PL/SQL Function Body’. The shortcuts are not included in the translatable components, so I need a function to determine the application language, and issue the message accordingly.
    >> The type of the shortcut is not part of that constraint
    So changing the shortcut type back to the type I need, after the wizard finished its job, should not have any side effects. Correct?
    >> and the sequence always seems to be 1
    And we don’t have access to it, so we can’t change it manually.
    >> Our bug
    Can you please fill a bug report on that?
    I will post an enhancement request about including shortcuts in the translatable components, but I’ll appreciate you mention this issue also.
    Appreciate your time and efforts,
    Arie.

  • Adobe reader alternatives

    is there any alternative to Adobe Acrobat reader or is a must to use it ?

    Acrobat Reader 6 was a slow, buggy monster, but the new version (7) is a lot faster. I know that for some special PDF features (forms, some security features) Preview doesn't cut it and you have to use Acrobat Reader. But with version 7 this isn't the problem it was with version 6.
    -Dan

Maybe you are looking for

  • How to open and read an external file in Dashboard widget?

    I am new to Dashboard widgets and also Javascript. I have written a widget that needs to open and read a file on the local file system. I have searched a lot and have not found any documentation or reference on the internet as to how to do this. I kn

  • ALV Grid output like FBL5n output

    Hi Gurus, I want to show the ALV output similar to FBL5n output . In my final internal table has 6 records which are belongs to 2 customers. First 2 records are belongs to First custmer and remaining are belongs to 2nd customer, Even i have copied th

  • Extracting the total in dollars from a form

    Hi, I have a order form with fields for 5 products, each product can be ordered in single qty or a case with a sub total field plus a grand total and I'm trying to figure out how to extract the total & grand total amounts (in dollars) into the php fo

  • Delete System Application in Keychain Access

    When I go to my Keychain, I can see a bunch of old networks I used to connect to, but that I don't use anymore (old neighbour, old boyfriend, etc.). They appear under "System" and while selecting the "all items" category. I can select the old network

  • Cant install Photoshop cs6

    I tries to install photoshop cs6 in both my pc and my laptop but the same problem arises that the installer failed to onitialize. I heard this is a generic problem. Can any1 please help me?