(ES3) Adding Invisible Signature field?

I understand that Signature Service can't Add Invisible Signature Field to a Dynamic XFA PDF, so I'm trying the following:
Forms Service's renderPDFForm operation to Merge Form and Data; and then
Output Service's transformPDF operation to Flatten PDF.
However I still get the error: ALC-DSS-300-007 Addition of Signature Fields is not supported for Dynamic XFA PDFs
This seems to indicate that previous steps I took do not in fact transform a Dynamic XFA PDF to Static PDF.
Is there are way to transform a Dynamic XFA PDF to a Static PDF so that I can add an invisible signature field that can be used by the Signature Service's Certify PDF operation?
(I feel like I must be overlooking something simple, and my google-fu is failing me.)

Bit ashamed of this one.  Was simply doing something wrong in the FormsService renderPDFForm operation to merge the form with data.
For anyone in the future that is experiencing the same problem, in the FormsService renderPDFForm operation of the process, view All options in the property sheet, and under:
PDF Options, check "Generate appearances on server"
Render Options, set "Render at Client" to "No"
Additional Options, set "Form Model Processing" to "Server Side"
Explanation here: http://blogs.adobe.com/steampowered/tag/livecycle-output

Similar Messages

  • Adding a signature field takes a lot of time

    Case: I have a Microsoft excel sheet that I save as PDF directly from excel. I use Adobe Acrobat X PRO to create 3 signature fields on this PDF to allow document signing in Adobe Reader.
    Problem: Adding a signature field in form editing mode are extremly slow. After placing the signature field, Adobe Acrobat stops responding for about 1-3 minutes. I need to do this for a lot of documents, so it's time-consuming to say the least..
    Is it possible to speed up this process?

    We don't control the forum emails, you do.
    For each separate message,
    1. Return to the forum ("View the full discussion")
    2. Sign in at top if your login isn't shown
    3. Click Stop email notifications

  • Signature field detected - I never added a signature field

    Hi, when I open my PDF in Reader, I suddenly get a green bar along the top saying "Signature field detected." I never added a signature field to the PDF. How do I remove this green bar? Thanks, Siegfried

    Windows 7, 64.  MSIE 10. All updates installed.  And BTW, I am now in "compatability mode" - still nogo. 
    Perhaps related: I've noticed since... maybe a few months ago: The paste "cache" (or whatever it's called) works differently now.  Now if I "copy", then open a program, then hit "paste", nothing happens. That is: I have to open the target ap before copying from the original ap. 
    And so, if I want to copy from Word to Excel... If I copy, then open Excel... "paste" does nothing.  I have to go back to Word, copy again, and then paste. 
    Caveat: I have not done any troubleshooting with this.  And so, I can't say 100% that that is what's happening there.  Maybe just 95%.
    I've assumed this apparent change is some sort of new security thing from MS to prevent cross-ap pasting instigated by malware.  But other than that, paste works in every other ap I have - whether I copy from Text Editor to paste into another ap, or copy & paste within an ap, etc.  Except right here.

  • Acrobat freezes when adding a signature field

    We are currently using Acrobat 9.5.5 (updated on 12th June 2013) on a windows 7 (64-bit) machine, when adding a signature field to a PDF that has been created using the AdobePDF printer (from a file created in AutoCAD 2013) Acrobat freezes and starts to use excessive amounts of RAM (peaking at around 1.9GB), and eventually either crashes or after about 30 seconds adds the field.
    We've tried to use Acrobat XI (trial version), but this seems to make the problem worse (using over 3.5GB of RAM) and taking in excess of a minute to eventually add the field.
    The problem seems to be limited to certain files, 2 in particular are causing the problem, both of which are around 5MB in size, when we add a signature to other smaller files the problem isn't as crippling, the "freeze" only stays for a couple of seconds and the field is usually added.

    We don't control the forum emails, you do.
    For each separate message,
    1. Return to the forum ("View the full discussion")
    2. Sign in at top if your login isn't shown
    3. Click Stop email notifications

  • Adding digital signature field with LC Designer vs. LC Digital Signatures

    Hi All,
    When digital signature field named "SignatureField1" is added to PDF document using LC Designer it appears as "form1[0].#subform[0].SignatureField1[0]" in Adobe Reader signatures tree.
    Same field added by LC Digital Signatures service appears as "SignatureField1" in the same tree.
    Why? What is the difference between those objects?
    LC Digital signatures ES2
    Adobe Reader 9.3.0
    Thanks, Yan

    Yan
    First off, there is no difference between the two signature field objects.
    I'll do my best to explain why there is a difference in how the signature objects are named in the Signature pane of Reader\Acrobat.  When you add the signature field using LC Designer, the object is defined in the underlying XML (XFA) that defines the form.  The  (SOM expression) you see in Reader (via the signature pane) matches the structure of the form.
    When you add a signature field to a form using LiveCycle Digital Signatures ES2, you are appending a signature field "on top" of a PDF form (the underlying XML has been rendered into PDF).  The signature field is not defined in the XML, therefore Reader\Acrobat do not display the same naming syntax.
    Does this help?
    Thanks
    Steve

  • Adding Digital Signature Fields to Multiple Pages in a Document

    Hello,
    I have a batch processing java script which will place digital signature fields in a drawing.
    Sometimes the drawing could have multiple pages and the script needs to place the digital signature fields onto each page.
    The problem with the script I have is that the digital signature fields are only appearing on the first page.
    Can anyone please provide assistance with modifying my script so that the digital signature fields appear on every page?
    // Drawing signature field rev 0
    var numpages = this.numPages;
    for (var i=0;  i < numpages; i++) {
    var a = this.addField("Checked", "signature", i, [1783, 174, 1724, 198]);
    var b = this.addField("Designed", "signature", i, [1783, 149.5, 1724, 173.5]);
    var c = this.addField("Design App", "signature", i, [1783, 125, 1724, 149]);
    var d = this.addField("Proj App", "signature", i, [1783, 101, 1724, 125]);
    Thanks very much.

    Just index the field names:
    var numpages = this.numPages;
    for (var i=0;  i < numpages; i++) {
    var a = this.addField("Checked"+i, "signature", i, [1783, 174, 1724, 198]);
    var b = this.addField("Designed"+i, "signature", i, [1783, 149.5, 1724, 173.5]);
    var c = this.addField("Design App"+i, "signature", i, [1783, 125, 1724, 149]);
    var d = this.addField("Proj App"+i, "signature", i, [1783, 101, 1724, 125]);
    Tho there's no point in signing each page in the same document, tho I also see engineering folk do this. They just love signing every data sheet.
    And the result will not be good. Each signature will cause a problem/alert for the previous signatures.
    Care to indicate your engineering company?

  • Adding a Signature Field at the end of a form?

    I created an application form for parents at our school to re-apply for the next year. I want them to sign the form. How do I add that option? Is there a field for that?

    Depending on your requirements for a "signature", some people will just use a checkbox that indicates that you are "signing" the form, maybe some text for the agreement and a checkbox to agree.  I don't know if your work flow requires an actual signature, but wanted to give you that bit of information.
    Thanks,
    Josh

  • Sign Signature Field operation

    This question was posted in response to the following article: http://help.adobe.com/en_US/livecycle/10.0/WorkbenchHelp/WS92d06802c76abadb-1cc35bda128261 a20dd-7bbf.html

    I am starting a discussion here since "Services Reference for LiveCycle ES3" documentation doesn't allow leaving comments.
    Relevant page: http://help.adobe.com/en_US/livecycle/10.0/Services/WS92d06802c76abadb-3598a7d812dbeb3dcf3 -7ff1.html
    Quote:
    "The following limitations apply to dynamic Adobe PDF forms when used with the Signature service:
    - You cannot sign a visible signature field."
    I believe that this part is misleading and confusing since it somehow suggests that it is possible to sign an invisible signature field on a dynamic PDF form. Since this is not possible (since LC 8, AFAIK), could you change this article? I am also suggesting the alternatives:
    1.
    The following limitations apply to dynamic Adobe PDF forms when used with the Signature service:
    - You cannot sign a visible signature field.
    - You cannot sign an invisible signature field
    2.
    The following limitations apply to dynamic Adobe PDF forms when used with the Signature service:
    - You cannot sign a signature field.

  • Signing a form without a signature field

    We use the certify method of the SignatureServiceClient as described in
    http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=000898.html
    Because we simply want to sign the form, we create an invisible signature field and pass that to the certify method.
    This seems to be a long way around and is in fact causing us problems with the layout.
    Question: Is it possible to sign the form not using a signature field?

    Peter
    That's odd, as it is possible to certify a PDF (without a signature field) when using a process created in Workbench.  You would think that the APIs would function the same, unless the CertifyPDF operation in Workbench creates an invisible signature field as part of the certify operation.
    You could check with Adobe Technical support to confirm.
    Regards
    Steve

  • Forms - Why are fields blank and how to add a signature field

    I created forms using FormsCentral and saved the PDF and I'm not collecting responses.  I have clients fill out the form and email back to me.  Some forms come back blank, making me think the person didn't fill out or save the form correctly, but when you put the cursor in the field you can see the information, so the form is totally useless.  Why does this happen and how can I prevent it from happening?  I read online about turning off the "Highlight Color" in the Form Preferences but this doesn't work.
    The second question is about adding a signature field to a form created using FormsCentral.  I couldn't figure out how to do it.
    Thanks,
    Eileen

    FormsCentral doesn't support digital signatures. You can add digital signature fields using Acrobat, but you'll have to collect the forms outside of FormsCentral.
    The blank field problem is most likely due to people using Preview on a Mac to fill-in and save the form. Preview corrupts PDF forms and other types of PDFs in a number of ways and should be avoided. What you can do with such forms though is to open them in Acrobat, export the form data to an FDF or XFDF file, open a blank form, and import the form data you just exported, and save. If you exported the submission-enabled PDF form from FormsCenrtral, you will have to remove the usage rights in order to import/export the form data. You do this in Acrobat by selecting: File > Save A Copy

  • Adding an image when signing, but not in the signature field, in Reader

    Hi,
    I would like to know if it is possible to add an image to a pdf document when I sign the document in Reader.
    I do not want to add the image in the signature field as a signature, but rather below the signature field. The image is 'n barcode providing me with more information on the signature.
    I have looked at the Stamper example, but this functionality is not avialable in Reader.
    Thank you,
    Magda

    If you insert after signing you will break the signature!!   You need to do any such stamping BEFORE signing.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Wed, 26 Oct 2011 23:54:15 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Adding an image when signing, but not in the signature field, in Reader
    Re: Adding an image when signing, but not in the signature field, in Reader
    created by magdakuit<http://forums.adobe.com/people/magdakuit> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3992619#3992619

  • Can I modify a pdf file containing a signature field prior to download?

    I have a pdf file I use as a template and in my .net application I fill in a few fields using pdfstamper, iTextsharp, etc.  I'm new to this.
    That all works.
    I also have a signature field in my document.
    After I modify the fields, with the person's name, etc., I download it to the client machine, open it in Adobe Reader X, and ask the user to sign the document.
    I get an error saying "This document enabled extended features in Adobe Reader. The doc hsa been changed since it was created and the extended features are no longer available......"
    Is there a way for me to do what I'm trying to do?  I hope this is somewhat clear.  It appears that modifying the fields with itextsharp is what's causing the error to occur.

    Thank you for the replies.
    More specifically, here's what I'm doing.  There's a desk where people come to pick up a gift card.  When someone picks one up, a clerk runs this .net program, selects the persons name form a dropdown list, I modify a pdf file (using iTextSharp), by adding the person's name, the serial number of the giftcard, etc, download this file to the client desktop, where the person signs using an ePad.  Then the clerk saves that pdf file.
    The clerk will not be able to go into the menus and remove and/or save Reader Usage Rights.  Is there a way through code that I can add Reader Usage Rights after I modify the file.  It sounds from your replies that that's what I need to do.
    Also, I don't really care about the official "signature", security, certificates, etc.  I just want someone to be able to scribble onto the document using a signature pad. 
    I do have Acrobat Pro X and LiveCycle.  (I assume that means I have LCR Extensions.)
    Dave

  • How Can I stop signature fields disappearing on my IPAD Adobe Reader 11

    Hi, I am using trial version of Adobe Acrobat XI pro. I have converted a Word document to PDF. I have added text fields, Java scripts to automatically add Todays date as default, Form Reset buttons and Signature fields. File is saved as standard save. All of the above is done in Windows 7 environment. On same computer, In Adobe Reader signature fields are visible although I do not have the means to test it. When the same  File is emailed and opened on an IPAD using Adobe Reader 11.2, the signature fields are missing. I intend to have my users access the file (and 30 others like this)  on an IPAD. Can someone advise how to resolve the missing signature field issue. It appears that Adobe do not help with such issues as it is not considered an installation issue.

    Digital signatures are not supported on mobile versions of Adobe Reader. Other PDF viewers like Readdle's PDF Expert treat them like e-signature fields, allowing the user to draw/apply their drawn signature, but this is not the same as a digital signature. Adobe Reader for iOS allows you to add an e-signature, but it doesn't use digital signature fields for this feature. Instead, you tap the screen, choose the annotations icon, and then the signature icon.

  • How do I create a certificate to remove signature field issues?

    I would like to start using digital signatures for some internal documents. We are a small site with about 20 PC users (3 of them Apple).
    We can create PDFs with signature fields but every time we sign the document, when somebody needs to sign again (for approval of the first sign), then a constant message "file has been modified since it was signed" and also "at least one signature has problems......"
    The way I created the forms is by adding form fields and then "Extend features in Adobe Reader" as only the 3 Apple devices have Professional version of Acrobat.
    What is the correct way to do this? I think I need to create a Trusted certificate, of course for the size of our site I don't want to have external solutions, especially because it is for internal purposes only.
    Any help would be appreciated.
    Thanks.

    How the signing certificates that you use for all signatures were procured? Were they created by a reputable Certificate Authority (CA) or are they self-signed certificates that you can create in Acrobat and other apps?
    If they are self-signed certificates then you need to explicitly trust each of them on each Acrobat/Reader installation. You can use (Acrobat XI/Reader XI) to do that:
    1. Right-click on the signature, select "Show Signature Properties...->Show Signer's certificate".
    2. In the left pane shows the signer's certificate. Select it.
    3. Select "Trust" tab on top and in this tab "Add to Trusted Certificates". Again for self-signed certificates you need to do that on each Acrobat/Reader installation.
    If you got your signing certificates from a Certificate Authority #2 above shows the certificate chain. Select that top-most certificate in the chain and add trust for it as in #3. Chances are that all your certificates were issued by the same CA. In this case you need to add trust to only this one certificate on each Acrobat/Reader installation.
    You can use Export/Import Security Settings feature in Acrobat to make this process easier. This feature was discussed at length in several discussions on this forum <Re: Small Business Digital Signature Set-up>. Search for "Export/Import Security Settings" for more info.

  • How to make signature field work for reader users? Security settings change when doc is extended???

    I've been struggling to correct a problem all week and am at my wits end. Customer service was no help as the person I spoke with could barely speak english let alone understand the problem as I explained it to him. Hoping someone here can provide some insight, here's the issue:
    I'm using a Windows 7 Professional OS. I created a Microsoft Word doc and used Adobe Acrobat XI Standard to create a form from it. It automatically detected the fields, which includes a signature field. I went through fixed it all up how it needed to be and did "save as other - reader extended pdf - enable forms fill in & save in reader".
    The document is a report that will be sent to a small number of people that have to fill it out, digitally sign and return and I'm assuming that most if not all of them will open the document using the free Adobe Reader. So I thought extending it is what I needed to do to make sure they could fill it out, save it to their computer if need be, and also sign digitally. The signature field was automatically added in by acrobat for me and I did not change the properties of it at all except to add a border.
    When I open the form in Reader (also XI) I can fill out all the fields, save it... but not sign it. The security settings say signing is not allowed even though I went back to the original pdf form and the security settings on it say allowed for everything. I don't know how to fix this... please help!!!
    I've attached some screen shots but can include more if needed...

    I don't have the Enable More Tools option under Reader Extended PDF. I just tried to download the XI Pro trial version and it won't complete installation because of the standard version I already have. Any advice or workarounds you know of? Going to the boss for $$ to upgrade to Pro is what I'll consider my last resort if the issue is truly that I have to use Pro to enable more tools for reader.... I appreciate your reply though. I sat here all day yesterday fingers crossed that SOMEONE would give it a go!

Maybe you are looking for

  • Illustrator CC very slow to open and save large format files

    I work in a print shop that prints biggish stuff. I will frequently have files that postscript to close to a GB or more. Working on simple vector art with a few images in CC is not too much of a problem, but I still notice CC is slower than CS 6. The

  • How to Upload initial Excise Invoices at Depot

    Hi all, please suggest me the procedure to upload initial stocks and Excise Invoices for Depot. i tried with J1IG using material document (initial stock upload document - 561). in J1IG, system is asking for Internal No. if i enter some number it is n

  • Reason for deleted PO line item

    Hi Gurus, I have several PO line items appear deleted and thrown back to Open Purchase Req list. Buyers did not deleted those PO items. They were fully received and backflushed. What might be the reason that they should reappear in PR list? Thanks a

  • RMIClassLoader hangs

    Hi all! I have a problem (probably) with RMI class loading: under cirtain circumstances (using a native dll b4 rather than after some code) the thread that calls the following code simply hangs (no exception!). Class realClass = java.rmi.server.RMICl

  • Who's order is still processing?

    Comment when you ordered and where its shipping to!