PleaseHELP!: pass value asp to xfdf, open pdf form prepopulated

Hi - we're Using Acrobat/Designer 7.0.  Please help..<br /><br />Still working on the passing value from ASP to pdf form.  <br /><br />What I have so far, based on helpful info from this forum, is the following code {see below}  <br /><br />This code prompts to save, then opens the asp page with the value "0000000000000000" as text. <br /><br />My hope is to pass the value and open the pdf form w/o prompting, & to have the identifier field prepopulated.<br /><br />I've tried this with a pdf and xdp form, neither works. What am i doing wrong?  Samples are most welcome. This is rather urgent, as I want to avoid manually creating 100s of pre-populated pdf forms for e-mail.<br /><br />Thanks much, ginger<br /><br />'======================================================================<br /><%@ LANGUAGE = VBScript%><br /><% Response.ContentType = "application/vnd.xdp+xml" %> <br /><br /><?xml version="1.0" encoding="utf-8"?><br /><?xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve"<br /><?xfa generator="XFA2_0" APIVersion="2.2.4333.0"?><br /><xdp:xdp xmlns:xdp="Http://ns.adobe.com/xdp/"><br /><xfa:datasets xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><br /><xfa:data><br /><fields><br />     <field name="Identifier"<br />          <value>0000000000000000</value><br />     </field><br /></fields><br /><br /><f href="http://localroot/test/applicantform.xdp"><br /><br /></xfa:data><br /></xfa:datasets><br /></xfdf><br /></xdp:xdp>

I am working on this same problem too and after playing with the code above, I found *a solution*.  I am not sure it is exactly what you want to do but it works nonetheless.  It does not prompt the user to download the document because I took out the Content-Disposition header.<br /><br />This is just some proof of concept code in C#:<br /><br />protected void Page_Load(object sender, EventArgs e) {<br />     string xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><xfdf xmlns=\"http://ns.adobe.com/xfdf/\" xml:space=\"preserve\"><f href=\"http://SERVERNAMEHERE/TestPDF.pdf\"/><fields><field name=\"CompanyName\"><value>It Worked!</value></field></fields></xfdf>";<br /><br />     Response.Clear();<br />     Response.ContentType = "application/x-pdf";<br />     Response.AddHeader("Content-Type", "application/vnd.adobe.xfdf");<br />     System.Text.ASCIIEncoding ascii = new System.Text.ASCIIEncoding();<br />     Response.AddHeader("Content-Header", xml.Length.ToString());<br />     Response.BinaryWrite(ascii.GetBytes(xml));<br />     Response.End();<br />}<br /><br />If I run that code, it does actually work and puts "It Worked!" in a form field I named CompanyName in the test PDF document I created.  From playing with it, it does look like you have to pass it the full URL to your source PDF document -- at least I couldn't get it to work if I just entered the PDF document name and not the full URL (even though the PDF was in the same directory as my page).<br /><br />Hope this helps somebody.

Similar Messages

  • Acrobat 9.4.4 crashes when open PDF forms

    We are currently rollout out a Win7 imange and using Microsoft Configuration Manager's task sequence to install Acrobat 9.4.4. to the image.  Acrobat works fine when opening regular PDF file.  However, Acrobat crashes everytime when opening a PDF form.  Our current workaround is repair Acrobat.  Once its completed, Acrobat can open PDF forms without any problems.   But, the repair takes ~20mins, I am seeking for a easier solution or perhap fix the installation in the image.
    I reached out to our Acrobat Platinum support, my call was rerounted 3 times and I was on the phone more than 3 hours.  No one wants to take my call and start troubleshoot.  Very frustrated.   Greatly appreciated for any suggestions and advice.  Thank you.

    how big is the PDF in MB (more or less according to the loose pages)?
    what happens if you save to desktop as xyz_2.pdf for eg.
    G

  • Customized Workspace Cannot open PDF forms anymore

    Hello,
    I have customizaed my workspace with Flex Builder 3, Flex SDK 2 Hotfix 3. In previous months, everything is ok, and my workspace with IE 7.0 can open PDF forms inside processes. However, I do not know what is changed, my previous customized workspaces and new customized workspace can not open PDFs inside IE, but works on Mozilla Firefox. I have also tested workspace source without changing anything and deploying my server. However it still can not open PDFs, blank part is shown inside the PDF frame.
    It gives an javascript error, 'undefined' is null or not an object is given
    Line: 35
    Character: 2
    Code: 0
    Error Message: 'undefined' is null or not an object
    URL: http://lctk2:8080/WorkspaceTK/pdfContainer.html?Resource_78CC71E9-E28E-54CE-1451-B5E26744 9195&%2Fworkspace-server%2Fdocuments%2F8129227453799326550-310.pdf&application%2Fpdf
    What can be the problem,
    Any prompt answers will be appreciated.
    Asiye

    PDF forms can be created using Acrobat or LiveCycle but the basic structure of the forms created are very different. If the form is created by Acrobat then Adobe Mobile Reader can open the form. If the form is created by LiveCycle then Adobe Mobile Reader cannot open the form  and I suspect there maybe no iOS app that can process the form.
    As noted, you need to use a computer to fill-in the form. You also might want to inform the bank about the issue.

  • LiveCycle crashes when I try to open PDF-form

    Adobe Live Cycle Designer ES (versio 8.2.1.3144.1.471.865) Finnish language version crashes down always I try to open PDF-form or PDF-file. It happens also when star new form. Designer worked well some days but not anymore. I have uninstalled Acrobat and installed it again and rebooted computer many times. I have an other workstation Designer 7, and I opened one form made for Designer ES, and it worked well.
    I am using Windows XP SP2 Finnish language version.
    Windows error tool gives messages:
    AppName: formdesigner.exe
    AppVer: 8.2.1.3144 ModName: formdesigner.exe
    ModVer: 8.2.1.3144 Offset: 000a50cb
    Workstation is HP Compaq 6019p, memory 2 GB.
    What can I do.

    There is a Designer directory in this location that needs to be deleted:
    C:\Documents and Settings\logged in username\Application Data\Adobe\Designer\8.2
    Delete this direcory and try again.
    There is also another issue reported if you are using SQLServer version 8 on th esame machine as Designer where there is a DLL conflict. This is being looked into and there is no solution for this one yet!
    Not sure which issue you are experiencing.

  • Passing value from child to parent (flash form)

    Dear all,
    I have 2 pages (both flash form): First.cfm (parent) and
    Second.cfm (child).
    In First.cfm, I have a textbox and a button. Once I click the
    button it will load the Second page.
    In Second.cfm, I have a button. Both pages are still active.
    Now the question is .. when I click the button on the Second
    page, how to pass the value back to the First page and assign it to
    my textbox in my First page? I want the value to be displayed in my
    textbox without reloading the First page.
    Any suggestions and examples?
    This codes do not work in Flash Form. But if I use HTML with
    a bit of modification then it works. How to make it work in Flash?
    ++++++++++++++++
    this is first.cfm
    ++++++++++++++++
    <cfoutput>
    <cfform format="flash" name="myform">
    <cfinput type="text" name="txtCustomerID" width="100"
    label="Customer ID">
    <cfinput type="button" name="btnGetCustomer" value="Get
    Customer" onclick="getURL('second.cfm','_blank')">
    </cfform>
    </cfoutput>
    ++++++++++++++++
    this is second.cfm
    ++++++++++++++++
    <cfform format="flash">
    <cfformitem type="script">
    function buttonclick():Void {
    getURL('javascript:window.opener.document.forms["myform"].elements["txtCustomerID"].value
    = "XXX";');
    </cfformitem>
    <cfinput name="btnClick" type="button" value="xx"
    onclick="buttonclick()">
    </cfform>
    Thanks in advance
    Keiko

    You address the parent from the child using:
    this._parent.sMyVariableName = "whatever";
    Remove '_spamkiller_' to mail

  • Need to get the values from "Signed" field from PDF form.

    Hi,
    This is Dinesh. I am PHP Developer. My issue is "I am not able to get the value of "signed" field from the PDF form when the form has been submitted.". I want to get the Digital Signature value of that field and i need to store it in the DB.
    Please help me here Or Please forward this issue to any of the PHP developer who solved this issue and let me know.
    Thanks & Regards
    Dinesh

    Hi Vikas,
    you can use this badi MRM_WT_SPLIT_UPDATE, the method will be WHTAX_SPLIT_UPDATE
    in this badi please see the importing and exporting parameters, you will get the  values of withholding tax code  as TE_RBWS in export parameters.
    Please search in google or SCN you will get how to use it.

  • From an Banking Site I am not able to open PDF form

    Hi Team,
    I am trying to open a form which is in PDF format but when  click the form which is a Link provide in a Banking website, the page open but the with out form and it give a message as below
    Message:
    Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF
    viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by
    visiting http://www.adobe.com/products/acrobat/readstep2.html.
    For more assistance with Adobe Reader visit http://www.adobe.com/support/products/
    acrreader.html.

    This is a User 2 User forum and not paid Acrobat support.
    Google Chrome, FireFox and other web browsers include their own PDF reader plug-in. These plug-ins vary in quality and the ability to process all types of PDFs. Many fail with forms.
    I would change the PDF viewer to Adobe Reader.
    You might also try using Internet Explorer and Adobe Reader.
    You also might need to save the form directly to your computer, "Save Target as", and then open the saved copy of the form.
    If all of that fails, you need to talk to the bank.

  • Unable to close open PDF  form after viewing it

    Hi All,
    We have an issue with a webdynpro application in Java. In this application, we are make using of the Interactive form to bring up  a PDF form that the users can print. Our issue is that there is no gracefull way to exit the window once the PDF is displayed.
    There's no way to close the browser window that opens PDF except shutting
    down the computer, and this happens only for few users and not for every one
    We are on EP6.0 SP18 and using Adobe 7.0.9
    Appreciate any help
    Thanks,
    Kiran

    Hi Kiran,
    Just try this .. I hope this should work.
    Can you please install the Adobe Reader 8.1.1 and try again?
    I have seen this problem in 8.0 but after installing the reader 8.1 it got solved.
    Cheers
    Satya

  • Passing value from Webdynpro ABAP to Adobe form..

    Hi experts,
            In first view of web dynpro, im getting employee id as input and after clicking the create new button, an adobe form is called
    to create the employee details ( in form i used the submit button and i stored the details ). so, in tat form i used the employee id as read only mode and it has to display the value which i given as input. But in tat form im not getting the value from web dynpro..
    can anyone plz help me out for this..
    Thanks in advance..

    Hi,
    Try to set your values in Method->"wddomodify" of the View in which Adobe Form is present. If you want to pass values from one view to another then check this link [Passing Local Parameters between views in an ABAP Web Dynpro Application|http://wiki.sdn.sap.com/wiki/display/stage/PassingLocalParametersbetweenviewsinanABAPWebDynproApplication] or use Context declared in Component Controller.
    Regards
    Pradeep Goli

  • Can't Open PDF form in Adobe Reader 11.0.3 on Mac OSX 10.8.4 Intel

    Hi,
    I hope you can help, this is driving me nuts.
    I have a PDF Form which opens fine in Windows Adobe Reader, when I attempt to open it on OS X I get the following:
    Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by visiting http://www.adobe.com/go/reader_download.
    For more assistance with Adobe Reader visit http://www.adobe.com/go/acrreader.
    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.
    No matter how long I wait it will not replace this text with the actual form. I have tried installing the latest 10.x as well and still have the same problem.
    How can I debug what is going on rather than just "waiting"...?
    Thanks!

    I'm encountering the same problem on the two computers below. Email attachments will open in the same manner. Attempts to download or open PDFs on the Internet result in a black page with no content or the warning you've noted above.
    Macbook pro 15 running 10.8.4
    Mac Mini running 10.8.4
    I am able to open PDFs on a Mac pro 17 running 10.7.5. I have used airdrop to move the document to one of the above two computers. This results in the original file becoming corrupted and unable to open and the file moved to the other computer will also state that it is corrupted.
    There is clearly something amiss in Adobe and Mac working together. (And it is causing considerable frustration at this point.)
    I should add, I have the full Adobe PDF product on the Mac Mini.

  • Issue when opening PDF forms in Acrobat X

    First, pardon me if this is the incorrect forum for this post.  I did not locate any general technical support board for Acrobat X but I could have missed it.
    I have a user who has Adobe Acrobat X Standard (10.1.6) installed on his computer system.  He is able to generate PDF files and open regular PDF files without issues.  However, if he opens up any PDF which is a form, Acrobat immediately crashes.  His computer is a Windows 7 Professional x64 system.  Antivirus on the system is GFI Vipre Business.
    Here is what I have tried:
    Update Acrobat with the latest patches/updates.
    Different Windows profile with administrator rights.
    Removed Acrobat and reinstall through normal convential means.
    Removed Acrobat via tool at http://labs.adobe.com/downloads/acrobatcleaner.html.
    Remove Acrobat and then do a manual clean of the registry and Windows Explorer.
    Cleaned up fonts on the system.  This might not have been done right but based on the error, perhaps you all can offer suggestions on if this error is related to font issues.
    I would perform a system restore, but this user is unsure of when this issue started happening exactly.  So, we'd be in the dark on this.  The only thing that I can think I haven't tried is a wipe of the computer.
    Here are the specific errors:
    This error is received when trying to directly open a form PDF on the system:
    Title: Font Capture: Acrobat.exe - Bad Image
    Message: C:\Windows\system32\ATMLIB.dll is either not designed to run on Windows or it contains an error.  Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.
    There are two entries generated in the Windows application log.  Here is the first:
    Log Name: Application
    Source:        Windows Error Reporting
    Date: 3/28/2013 8:55:32 AM
    Event ID:      1001
    Task Category: None
    Level: Information
    Keywords:      Classic
    User:          N/A
    Computer: computer.domain.local
    Description:
    Fault bucket 3350328530, type 1
    Event Name: APPCRASH
    Response: http://oca.microsoft.com/resredir.aspx?SID=5044&iBucketTable=1&iBucket=-944638766&BucketHa sh=f4fe29b3a473e85f7bfa8307ed069a3d
    Cab Id: 0
    Problem signature:
    P1: Acrobat.exe
    P2: 10.1.5.33
    P3: 50d06a30
    P4: KERNELBASE.dll
    P5: 6.1.7601.18015
    P6: 50b83c8a
    P7: c06d007e
    P8: 0000c41f
    P9:
    P10:
    Attached files:
    C:\Users\Josh\AppData\Local\Temp\WERFE0D.tmp.WERInternalMetadata.xml
    These files may be available here:
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 87f5ca67-97b7-11e2-87e0-d4bed9e5b6b2
    Report Status: 0
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Windows Error Reporting" />
        <EventID Qualifiers="0">1001</EventID>
    <Level>4</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-03-28T14:55:32.000000000Z" />
    <EventRecordID>12855</EventRecordID>
    <Channel>Application</Channel>
        <Computer>computer.domain.local</Computer>
        <Security />
      </System>
      <EventData>
    <Data>3350328530</Data>
    <Data>1</Data>
    <Data>APPCRASH</Data>
    <Data>http://oca.microsoft.com/resredir.aspx?SID=5044&iBucketTable=1&iBucket=-944638766&BucketHa sh=f4fe29b3a473e85f7bfa8307ed069a3d</Data>
    <Data>0</Data>
    <Data>Acrobat.exe</Data>
    <Data>10.1.5.33</Data>
    <Data>50d06a30</Data>
    <Data>KERNELBASE.dll</Data>
    <Data>6.1.7601.18015</Data>
    <Data>50b83c8a</Data>
        <Data>c06d007e</Data>
    <Data>0000c41f</Data>
        <Data>
        </Data>
        <Data>
        </Data>
        <Data>
    C:\Users\Josh\AppData\Local\Temp\WERFE0D.tmp.WERInternalMetadata.xml</Data>
        <Data>
        </Data>
        <Data>
        </Data>
    <Data>0</Data>
        <Data>87f5ca67-97b7-11e2-87e0-d4bed9e5b6b2</Data>
    <Data>0</Data>
      </EventData>
    </Event>
    Second error in the application log:
    Log Name: Application
    Source: Application Error
    Date: 3/28/2013 8:55:30 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer: computer.domain.local
    Description:
    Faulting application name: Acrobat.exe, version: 10.1.5.33, time stamp: 0x50d06a30
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18015, time stamp: 0x50b83c8a
    Exception code: 0xc06d007e
    Fault offset: 0x0000c41f
    Faulting process id: 0xb80
    Faulting application start time: 0x01ce2bc43884f827
    Faulting application path: C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe
    Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
    Report Id: 87f5ca67-97b7-11e2-87e0-d4bed9e5b6b2
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-03-28T14:55:30.000000000Z" />
    <EventRecordID>12854</EventRecordID>
    <Channel>Application</Channel>
    <Computer>computer.domain.local</Computer>
        <Security />
      </System>
      <EventData>
    <Data>Acrobat.exe</Data>
    <Data>10.1.5.33</Data>
    <Data>50d06a30</Data>
    <Data>KERNELBASE.dll</Data>
    <Data>6.1.7601.18015</Data>
    <Data>50b83c8a</Data>
    <Data>c06d007e</Data>
    <Data>0000c41f</Data>
    <Data>b80</Data>
    <Data>01ce2bc43884f827</Data>
    <Data>C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe</Data>
    <Data>C:\Windows\syswow64\KERNELBASE.dll</Data>
    <Data>87f5ca67-97b7-11e2-87e0-d4bed9e5b6b2</Data>
      </EventData>
    </Event>
    Anyone have any other suggestions?  I'd appreciate any advice.
    Thank you!

    Hi, I am having the same problem as your user when I try to open a pdf form in acrobat. I also have had a similar problem, still unresolved, described here: http://forums.adobe.com/message/5146964.
    I can't find any solutions. I even tried uninstalling Acrobat X pro and instead gong back to installing Acrobat 9. Same problems persist. Don't know what to do.

  • Acrobat 9.4.4 Pro Crashes When Attempting to Open PDF Form

    OS: Win XP Pro SP3
    The  machine worked fine until Acrobat updated itself to 9.4.4 then the  problem started.  Crashes when attempting to open most PDF Forms - even  when freshly rebooted or repaired.  I originally thought it was related  to a browser or Outlook 2007, but later found that it does it under all  circumstances.  It is my General Manager's machine having the problem,  so I need to get this resolved ASAP.  Your experience and assistance is  much appreciated.
    My temporary fix was to uninstall 9.4.4 - Install 9.0  and turn off automatic updates - worked beautifully.  It would be nice to get to the bottom of this so we can update our CS4 products.
    Another user reported this problem on May 16, 2011 and no one has replied to his post.
    Thanks in advance.

    Please repost in the Acrobat Windows forum.
    http://forums.adobe.com/community/acrobat/acrobat_windows

  • Adobe Reader Error in Opening PDF Form

    Why do I get this error message when I try to open PDF Application Form using Adobe Reader?
    "Error encountered while processing node xfa[0].form[0].form1[0].#subform[5].ApplicationEligibility[0]. Unable to find suitable font for Japanese encoding."

    Hi Deepak - I am a different user with the same problem as the guy above. I created a form in LiveCycle and when users open it in Reader it gives the error:
    "Error encountered while processing node xfa[0].form[0].form1[0].#subform[0].#draw[2]. Unable to find suitable font for Japanese encoding."
    Before I try to recreate the form from scratch, do you know how to fix this? For the record, the form was NOT built using any Japanese fonts.
    Thanks,
    Michael

  • Opening PDF Form in Body Page

    Hi,
    It will be really great if some one can answer two of my question.
    1. Is it possible to open a deployed form into a subsection of our web browser where company logo, left navigation panel , right navigation panel remain on there postion and fillable form open only into a part of body.
    2) Is it possible to prepopulate some fields of our PDF form on the basis of login credentail entered into portal application which get authenticated against LDAP.
    Regards
    Abhishek

    I also noticed we're prompted to allow a security warning when opening it locally. It says the document is trying to connect to itself. Is this normal?

  • Can't open pdf form on iPad

    I can open the pdf form on my laptop just fine, but when I try to open it on my iPad running iOS 6.1.2 and Adobe Reader 10.5.0, I get this error "If this mesage is not eventually replaced by the proper contents of the doc, your pdf viewer may not be able to display this type of document." I did notice that when I open the pdf on my laptop, it pops up a note explaining what to enter for a particular field. Can the Reader iOS version not handle these pop-up notes on forms? Is this being worked on? Thanks.

    I only know what's been said on the forums. I suspect that there will be support for static XFA forms in the future, though it seems like a lot of work for little return. I would be surprised if dynamic XFA forms are ever supported as it would be much more work, but the return may be greater. I hope that more support for JavaScript with Acroforms comes first.

Maybe you are looking for