Lock or Flatten PDF Upon Submit???

Hi,
I have Acrobat 9 Pro and am new to using it. I created a fillable form with a submit button at the bottom. I would like to be able to gather the returned form data via email. However, I would like the user imputed data to be locked once they click the submit button. In other words, I want the pdf to be flattened once the submitt button is clicked. The reason Is because I dont want the person who the data is being returned to (me or someone working with me) to be able to accidentally change the user imputed data while I or they are viewing it. If anyone could help me I would greatly appreciate it.
PS: I have no real experience with design/development including any termonology. Therefore, if at all possible, if there is a way to do this using acrobat 9, please explain step-by-step, as well as define any termonology please. I have read a few other posts regarding this and could not understand their explination.
Thank you,
Josh Campbell
[email address deleted by host]

Michael,
Thank you for your response. I agree, I would like to post the form on the web, but I do not have control of the web sight. Additional, for now I believe that email would work best for the way we have things set up. Right now all of the volunteers are contacted by email. Most of them are return volunteers who we contact via email.
I did think about trying to work with the web design people to post it online, but that will probably take some time. The people who handle the web sight do so for free because it is a non-profit organization. Thus, I will probably have to pressure them into spending work hours messing with our sight.
Can you explain how I might be able to accomplish my goal using javascript, as you mentioned? Locking the fields would work fine if the user could fill out the forms then submit via email. Let me know what you think.
Thanks,
Josh

Similar Messages

  • Lock PDF Fields upon Submit?

    Hi,
    I am using Acrobat Pro 9. I created a fillable PDF with a submit button at the bottom. I plan to e-mail the PDF as an attachment and set it up so that the fdf file is returned to my e-mail. However, upon testing the result i noticed the fields did not lock after the user clicks submit. In other words, when I open the returned file / import the fdf data it allows me to change/edit the user imputed data. This could cause problems for me since others will be working with the returned data. Therefore, I would like to know if there is a way to lock the form fields once the user clicks the submit button. When the data is returned I do not want there to be a way for me (or any one else using the data) to accidentally change it. Please let me know if there is a way to do this.
    PS I am new to acrobat and have no real design or development experience. I do not know much, if any, terminology. Thus, if responding please respond as if you were talking to someone who knows almost nothing. It would be helpful if you could explain step-by-step using acrobat 9 pro.
    Thanks,
    Josh

    If you really want to make sure that edits to entry fields cannot be changed, you can flatten the PDF pages:
    this.flattenPages()
    All values entered into text fields will now be text in the PDF, not editable fields. This includes any buttons you have added, so you can hide them before you flatten the pages if you don't want them in the document:
    this.getField("btnFlatten").display = display.hidden
    this.flattenPages()
    You can also specify a page range to flatten. This will flatten pages 1 through 5:
    this.flattenPages(0, 4)

  • Flatten or Lock a fillable pdf when user presses submit button

    Hi.  I've been searching all over the net trying to figure this out.  I have a form that I created in LiveCycle and in the form I inserted a "REGULAR" button, with the following script:
    //Create a variable to hold the document object
    var 
    oDoc = event.target;oDoc.mailDoc({
    bUI
    : true,
    cTo
    : "[email protected]",
    cSubject
    : "New Procedure - Operator "+TextField1.rawValue+" - ID "+TextField2.rawValue,
    cMsg
    : "Attached is the New Procedure form for Operator "+TextField1.rawValue+" - ID "+TextField2.rawValue+".",
    This script is emailing to "[email protected]" and populating the subject line and body of the message with some text and some items from fields in the PDF.
    I want to have the PDF locked or flattened when the user hits the submit button, to ensure that the information put in the PDF isn't altered after they submit it.  I cannot find any way of doing this easily.  I found a script that will flatten the message (below), but I don't know how to add it to the email script I have noted above.  I don't want to add a second button to the form as I want to keep it as simple as possible for the user.
    Any suggestions someone might have would be greatly appreciated.  Thank you.
    Ryan

    The link at the bottom of the blog post takes you to Acrobat.com where you can download the file.
    Just tested it, the lin k is working fine for me.

  • Flatten or lock a fillable PDF after it has been filled

    I have a form all ready to go with an "Submit by Email" to button and all the correct form fields.  Everything works great; I can fill-in the form click the Email Submit button and I receive the filled form as a PDF to the deignated address.
    Here is the problem that I cannot solve.  The filled PDF that I receive still has the fillable form fields that would allow someone to make changes.  I would like to somehow lock or flatten the PDF once it has been filled and before it is sent via email.  I have no clue of what script or where to insert language in the XML View that would enable a flatten or lock prior to email.
    Can anyone help with the script and where exactly to place it in the XML View?
    Thanks,
    Scott

    Srini,
    I have followed your directions, but forgive my lack of knowledge or understanding, where exactly would I insert
    form1.presence = "readOnly"
    I have included a screen shot.
    Thank you for your help
    cid:[email protected]
    SCOTT EK
    Office of Energy Security | Energy Facility Permitting
    85 7th Place East, Suite 500 | St. Paul, Minnesota  55101-2198
    Office: 651.296.8813 | Fax: 651.297.7891
    [email protected]
    www.energyfacilities.puc.state.mn.us
    www.energy.mn.gov

  • Flatten PDF with Attachments

    Hi,
    I,
    1. render a xdp in browser (via servlet)
    2. fill out the form, attach some files
    3. submit the form as PDF (via servlet)
    4. launch a process that flattens the PDF file
    the flattened PDF doesn't include attachments no more, it was lost durning the Output/transform Qpac. (if I don't apply the flattening, I am able to see the attachments)
    How do I keep attachments in flattened pdf?
    Thanks in advance.

    You can achieve this with help of assembler service (http://help.adobe.com/en_US/livecycle/10.0/Services/WS92d06802c76abadb712193f912dbeb3c6db- 8000.html)
    This link will help you in creating a DDX to do the same (http://help.adobe.com/en_US/livecycle/10.0/ddxRef.pdf)
    Jump to Section 'Attaching files to a PDF document'. Hope this helps.
    These documentation is from ES3 version.
    Similar documentation is present for other versions of LiveCycle too.
    Regards,
    Varun Nohria

  • Lock Automatic Date Field after Submit

    I have a form that generates the current date when the form is open.  Once the user complete the form I have a submit button that will flatten the file and submit the completed PDF. All this works great. 
    The challenge I have is even though the form is flattened, when a user opens the flattened PDF in a PDF Reader the date displays the current date.  Is there a way to set this field to update only once when the form is initially opened?
    I am currently using the following function to generate the date in the field.
    var f = this.getField("OpenDate");
    f.value = util.printd("yyyy/mm/dd", new Date());
    I am running Adobe Acrobat X Pro.
    Regards,
    Robert

    To test the form, you need to close the saved form and reopen it. Because the field is empty it should populate. If you save, close the form, and reopen the form the date should not change.
    Note the PDF needs to be opened before a document level function will execute and it will only execute once.
    If you want the form to work for others, it needs to be saved with  the date field empty because when the form is opened and the document level script runs it will only populate an empty date field and if the field has any non-null value in it the field will not update.
    For testing you could change the script to include an alert to tell you if the date field is being updated or not.
    A "flattened" PDF has no form fields.

  • Can we assemble XFA and Flatten pdfs?

    Hi,
    I am not sure if assembler can create a XFA + Flatten pdf to a XFA form.
    I want to assemble a pdf1 (xfa)  with pdf2 (flatten) to produce a pdf3.
    Pdf3 should not be completely xfa or flatten, so that i can submit pdf3 on hit of button and extract out xml out of it.
    PDF1 is an application form
    PDF2 is just instruction page, so i want to keep it as flatten to reduce size of this pdf.
    PD3 should be XFA cum flatten, so when it is rendered to user and user clicks on submit button. It will submit the entire pdf.
    Please let me know how do i do using assembler.
    Regards
    Sunil

    I got the solution in assembler Service and DDX reference documentation.
    Example: Assembling an interactive XFA-based form with other documents
    <PDF result="intermediate_result.pdf" return="false">
    <XDP>
    <XDP source="doc1.xdp"/>
    <XDP source="doc1.xdp"/>
    </XDP>
    </PDF>
    <PDF result="final_result.pdf">
    <PDF source="intermediate_result.pdf" baseDocument="true"/>
    <PDF source="nonXFAForm.pdf"/>
    <PDF source="other_nonXFAForm.pdf"/>
    </PDF>
    Regards
    Sunil

  • Acrobat 9: Error when PDF form submit with file attachment

    Hi all,
    Hope you can provide some help with my PDF form submit issue. I am getting this error "There is no PDDoc associated with this CosDoc." in Acrobat 9 (Reader and Pro) when I try to submit a PDF form with a file attachment field (the file is specified). The same PDF form works fine in Acrobat 7 or 8 (Reader and Pro) with file attachment.
    If no file attachment is specified (user did not select a file) then the PDF form submits fine in acrobat 9. The form data submission format is in FDF. Same problem if I change to XFDF.
    There are no differences in the problem if the PDF form is created in Acrobat 7 or Acrobat 9, the same submit issue exists in Acrobat 9 but not in the older Acrobat versions.
    Is this a known issue and are there any workarounds/solutions?
    Thanks.

    Sounds like a bug to me. Please report it: http://www.adobe.com/support/feature.html
    George

  • Locking down multiple PDF's at a time

    We want to lock down multiple PDFs at once, meaning we do not want people to be able to save the files or copy text in the PDFs.  When we turn it on one at a time we go to File- Properties- Security tab and change the security method to Password security and so on. We would love to find a way to change that on multiple PDFs at a time. I have done searches for how to do this and they say to click on advanced- Document processing- Batch processing. I am using acrobat 9 Standard and I am not able to see batch processing. Do I need to upgrade to Pro? Or is there a different way to accomplish this task that I am missing?
    Thanks

    I have upgraded to PRO and I still only see this. When I did the install I told it to do a complete install. Is there a plug-in that I need to have for this to work? Any other ideas would be helpful.
    I

  • Problem with assembling flattened PDFs with XFA docs

    I have a flattened PDF (legacy) doc that I am sending into a livecycle process to merge with an XFA doc that I am creating on the server. Assembler will not allow me to assemble the docs in the following order:
    1. flattened PDF
    2. XFA doc
    I CAN do the reverse order just fine. Problem is order DOES matter and I need the XFA last.
    Any thoughts on how I can reach that end result? I was thinking of doing the merge in the wrong order and then maybe reordering the pages, but don't know how to do that either.
    Any help would be VERY appreciated!

    Try specifying the xfa doc as the base document, i.e.:
    <PDF result="out">
    <PDF source="flatPDF"/>
    <PDF source="xfa" baseDocument="true"/>
    </PDF>

  • Smartview webf run time prompts upon submit are not picking up from the POV

    Hi ,
    I am in Planning 11.1.2.1 and using Smartview 11.1.2.1.103. After connecting to Planning Webform from Smartview, i am saving a composite form which should launch a Business Rule with run time prompts attached to the webform upon submit. The business rules are running with default run time prompts and it is not picking up the members from the POV ... is there a way to make it pick up the members from POV into the run time prompts upon saving it ? so far the workaround is to initiate the business rule from the planning tab in smartview .. any thoughts on this ? cheers

    I found a known issue for smart view in 11.1.2.1 read me doc
    11075506
    When you open a data form in Smart View, if a business rule is directly attached to a composite data form that is set to Use Members on Data Form and Hide Prompt, the runtime prompt values are not picked up. Instead, the Runtime Prompt dialog box is displayed, and the user is prompted to enter a value.
    Good Luck

  • Flatten PDF whit Assembler have NO form data ¿lose?

    Hello
    I using LC ES 8.2.1, and have licence for Forms ES and ReaderExtensions ES Services.
    I need flatten XFA based form generated with Adobe Designer, and saved as "Static PDF Form" (we no have Output Service).
    1) Have Static PDF Form + XML data.
    2) Forms ES: Load XML data on the form.
    3) Assembler: Form with data (generated on 2 point) flatten using <NoXFA /> or <NoForms />
    PROBLEM:
    The problem is in the flatten PDF generated by Assembler have NO DATA, if the Assembler DDX happened to get <NoXFA /> or <NoForms />, the resulting PDF does NOT show the form data that had previously preloaded with Forms ES.
    ¿Why PDF LOSE data? ...have any way to flatten PDF with data (without using OUTPUT Service)????
    Thx

    Hi,
    Well it did not work, we have updated the version from the ES 8.2.1 to 8.2.1.3 and still IS running incorrectly.
    We used two different mechanisms to place XML data in PDF:
      - Forms
      - FormDataIntegration
    None works, the imported data do not appear in the final flatten PDF.
    Where it works properly is with LC ES2, we have to update, because we rush to deliver this development.
    While we understand that should work with the ES version 8.2.x, all documentation is in your website says this, but the reality is that (at least to us) does not work, the static PDF preloaded (with DataIntegration or Forms) and then flattened with Assembler NOT show the latest data preloaded.
    Thx.

  • How to create in InDesign with "Helios Server" a flattened pdf file?

    Hi,
    anybody know about how to use Helios server to create flattened pdf file?
    some details:
    software: InDesign CS4
    Operating System: Macintosh

    I hope you meant it when you said any and all suggestions would be appreciated. This is kind of for listed bullets, but you seemm well versed that you could play with this to make it work.
    First, you want to set your text and apply some general bullets. You can make a new paragraph style if you’d like to set your indents for personal preference. Off to the side, place your graphic you want to use for the bullet.
    Next, select your bullet text and convert the bullets to text. Now it gets bouncy, but follow slowly and it may work for you.
    Copy one of the general Bullets to the pasteboard. Then, Find/Change, pasting the bullet text character in the Find what. Go back to your document and copy the logo or graphic to your clipboard. Make sure it is formatted to your bullet size and colors, etc...
    Go back to your open Find/Change dialog and select the Change to (special characters for replace) to clipboard contents, formatted. From there, you can select and tweak things such as text wrap.
    Just one FYI - When you try to select all in your text box, the graphics used for the bullets will NOT be selected in the links pallette.

  • Writing flattened PDF on disk !!

    Hi,
    Please help me on this.
    I have a livecycle process which uses a template PDF Form and a process variable ( XML Form Data ). In this long lived process there are multiple steps (users, operations etc.). At the LAST Step I need to write a flattened PDF file (Template Form with final XML Data) on disk.
    The way I tried:
    Step: 1 -
    Placed a generatePDFOutput service, Here I merge template with xml form data,
    Output stored in another process variable 'outDoc' of document type.
    Step: 2 -
    Place a Write Document service next to above step. Input document - outDoc (output doc of previous step)
    Set others parameters, In Pathname Patterns I have just set the directory path.
    But when I am running this, it is giving an error.
    Error-
    com.adobe.workflow.datatype.InvalidCoercionException: Cannot coerce object: <document state="passive" senderVersion="3" persistent="true" senderPersistent="false" passivated="true" senderPassivated="true" deserialized="true" senderHostId="127.0.0.1//////////192.168.1.200///////" callbackId="0" senderCallbackId="0" callbackRef="null" isLocalizable="true" isTransactionBound="false" defaultDisposalTimeout="600" disposalTimeout="600" maxInlineSize="65536" defaultMaxInlineSize="65536" inlineSize="28332" contentType="application/pdf" length="-1"><cacheId/><localBackendId/><globalBackendId/><senderLocalBackendId/><senderGlobalBackendId/><inline>%PDF-1.7
    %����
    32 0 obj
    <</Filter/FlateDecode/First 15/Length 220/N 3/Type/ObjStm>>stream
    h޼O�
    �@...</inline><senderPullServantJndiName>adobe/idp/DocumentPullServant/adobejb_server1</senderPullServantJndiName><attributes CONTENT_TYPE="OUTPUT_DATA" RESULT_REPORT="[B@1aeb36f" basename="052263c11ee0a2f8b0a688d8926726f6" file="C:\Windows\Temp\AdobeDocumentStorage\local\docm1294992843250\052263c11ee0a2f8b0a688d8926726f6" wsfilename="C:\Windows\Temp\AdobeDocumentStorage\local\docm1294992843250\052263c11ee0a2f8b0a688d8926726f6"/></document> of type: com.adobe.idp.Document to type: java.lang.Integer
         at com.adobe.workflow.dom.VariableAttr.setBoundValue(VariableAttr.java:69)
         at com.adobe.workflow.pat.service.PATExecutionContextImpl.setProcessDataValue(PATExecutionContextImpl.java:796)
         at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:926)
         at com.adobe.workflow.engine.SynchronousBranch.handleInvokeAction(SynchronousBranch.java:510)
         at com.adobe.workflow.engine.SynchronousBranch.execute(SynchronousBranch.java:888)
         at com.adobe.workflow.engine.ProcessEngineBMTBean.continueBranchAtAction(ProcessEngineBMTBean.java:2797)
         at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncContinueBranchCommand(ProcessEngineBMTBean.java:2551)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
         at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
         at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
         at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
         at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
         at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)
         at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
         at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
         at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
         at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
         at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
         at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
         at org.jboss.ejb.Container.invoke(Container.java:960)
         at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
         at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
         at $Proxy410.asyncContinueBranchCommand(Unknown Source)
         at com.adobe.idp.workflow.dsc.service.ProcessCommandExecutorService.continueBranch(ProcessCommandExecutorService.java:39)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:118)
         at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:154)
         at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
         at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
         at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
         at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
         at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
         at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357)
         at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(EjbTransactionCMTAdapterBean.java:227)
         at sun.reflect.GeneratedMethodAccessor696.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
         at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
         at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
         at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
         at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
         at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
         at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
         at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
         at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
         at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
         at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
         at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
         at org.jboss.ejb.Container.invoke(Container.java:960)
         at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
         at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
         at $Proxy378.doSupports(Unknown Source)
         at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:104)
         at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
         at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
         at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
         at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
         at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
         at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
         at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:165)
         at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
         at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
         at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
         at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
         at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
         at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessageReceiver.java:93)
         at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:225)
         at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:66)
         at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
         at com.adobe.workflow.engine.PEContinueBranchCommand.execute(PEContinueBranchCommand.java:91)
         at com.adobe.workflow.workadapter.WorkflowCommandExecutionUnit.execute(WorkflowCommandExecutionUnit.java:22)
         at com.adobe.idp.dsc.workmanager.adapter.ManagedAsynchronousWorkAdapter.run(ManagedAsynchronousWorkAdapter.java:70)
         at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
         at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
         at java.lang.Thread.run(Thread.java:619)
    Please help me on this.
    Thanks in advance.
    Abhinav

    Make sure to set the "PDF Output" from the Output section and not the "Output Result" from the Additional Result to your document variable.
    PDF Output uses a document variable where Output Result takes a OutputResult data type.
    Somehow the error is saying you're trying to put document variable into an integer.
    What are you settings for the Write Document operation?
    Jasmin

  • On Mac, why won't the downloaded PDF form SUBMIT after being filled out?

    On Mac, why won't the downloaded PDF form SUBMIT after being filled out?
    Thank you for the help.
    Kind regards
    Ryan Kohler

    Hi;
    This FAQ should describe the issue - you need to be using Adobe Reader (free) or Adobe Acrobat to fill out the PDF, Preview on the Mac breaks the PDF so it is no longer usable: http://forums.adobe.com/docs/DOC-2653
    Thanks,
    Josh

Maybe you are looking for

  • IPod Nano (2nd Gen) wont sync with Itunes 9

    I haven't had to sync my iPod for a while, so I think it might be an issue with Itunes 9, but I am not sure. I have a 2nd gen nano, and itunes recognises it when I plug it in, my iPod display the Do not disconnect thing, but it doesnt sync. I have it

  • Error connecting to Essbase Server when running business rules

    We recently migrated from v9.3 to v11.1.1.3. I have two users with Administrative access who need to run business rules on a native Essbase application, but cannot. They get the message 'Error connecting to Essbase Server'. They get this message when

  • Adding radio button to each row of an interactive report: possible or not?

    First of all let me explain what the point of this application is. I'm making an application that allows a user to select something out of a drop-down select list. This list is a list of categories for food. Let's say the user selects "Fruit". Then t

  • Want to download a itunes game (slotomania)onto my computer. How do I do this??

    Hi out there How do you download a free itunes game to the computer? I want to play it but can't get it to download. Using Windows 7 Any help would be appreciated Thanks

  • Forms don't submit data

    Acrobat 8 Professional on Mac OS X 10.4.11. A form I created in Acrobat does not transmit the data in the form fields when e-mailed vie the submit button. The artwork - created in Illustrator - arrives, but the fields are empty. This form is intended