Adobe Pro 8 using FDF

Hi all, and thanks in advance!
          I downloaded the FDF Toolkit and added the "jFdfTk.jar" library to my Java Web project.
          I am running a small java project using the NetBeans GUI (NICE!)
          Also, I have Adobe Pro 8 on my local PC. This project is running on my local PC as well but using "localserver".
          Trying to populate a PDF with, for now, only one piece of data.
          Here are the steps I am doing in a Java servlet:
/*************** CODE START ***********************/
          import com.adobe.fdf.*;
          import com.adobe.fdf.exceptions.*;
          FDFDoc appFDF = null;
          appFDF = new FDFDoc();
          // For testing puposes lets fill the data manually.
          // ...and yes, the PDF form has a field called "Name" (no quotes on the form field)
          appFDF.SetValue("Name", "RICK");
          // Here the string pdfUrl points to the PDF file with the form field on it.
          appFDF.SetFile(pdfUrl);
          response.setContentType("application/vnd.fdf");
          javax.servlet.ServletOutputStream out = response.getOutputStream();
          appFDF.Save(out);
          out.close();         
/*************** CODE END ***********************/
                    The file compiles fine but when I call this servlet, I get an error message from the Adobe Reader that says:
                    There was an error opening this document.
                    This file cannot be found.
          I placed the PDF file everywhere locally on the HD and in the project, and referenced it using the URL/Port info but it says it can't be found. Any ideas?
                              Thanks again!

Hello George!
          Not sure what you mean by "saving the FDF on the server".
          The files are being tested on a "localhost" as I do not have access to the actual server yet, so all is happening on my local PC using NetBeans and the Tomcat local server. I also have Adobe Pro 8 on this PC.
          I did try "appFdf.GetFile()" and it returned the location of the PDF file in question that was set using appFdf.SetFile().
          I have some sample code that shows it is also possible to get the file from a local disc using:
          "C:\\RicksStuff\\Code\\printableForms\\test.pdf"  and I tried that. Tried the serverName(), serverPort(), and contextPath() Java methods as too but that fails as well.
          The exact error message is:
          There was an error opening this document. This file cannot be found.
          Th file name is mYform_TEST.pdf. Tried without the underscore too.
                         Thanks to all...

Similar Messages

  • How do I create a cursive signature in adobe pro using webcam on macbook air?

    Can someone help me? I did it once before and now I can't remember how to do it...thanks.

    If the other person will be using Reader, you should first add a digital signature field and then Reader enable the form. In Acrobat 10 you'd select: Tools > Forms > Edit
    to get into form editing mode. You'd then select the signature field tool to add a signature field.
    Once you have the document finalized, Reader-enable the document by selecting: File > Save As > Reader-Extended PDF > Enable Additional Features
    being sure to save to a new file so you don't overwrite the original. If you don't Reader-enable, Reader users won't be able to digitally sign.

  • Export Command To Create FDF, In Adobe Pro 8

    I can't seem to find the export command to create a fdf in adobe pro 8. It works in adobe pro 6 when using the 'Execute a menu item' command.
    I can import fdf information within a JavaScript using the following code:
    this.importAnFDF("../Setup/Forms Setup Information.fdf");
    Is there a JavaScript that I can use to export fdf information similar to the code in the above line?

    Use the method exportAsFDF. Read the documentation in the JavaScript for Acrobat API Reference.

  • Can I print web pages from firefox using adobe pro 9 (Not using PDF download) and if so how

    Can I print web pages from Firefox 3.6.12 using adobe pro 9 (not using PDF Download) and if so how.

    {Ctrl + P} - do you have a PDF Printer listed in the Printer - Name drop-down?

  • I used to be able to see a preview of my scan which i can no longer see only the adobe acrobat symbol I am using Adobe pro 9 can this be changed??

    I used to be able to see a preview of my scan which i can no longer see only the adobe acrobat symbol I am using Adobe pro 9 can this be changed??

    Yes, that appears how Mavericks works right now. However, you can open the Address Panel, select all your contacts, then click the To (or CC, or Bcc) buttons to move the selection to the address field.
    If it is not already in the Toolbar, right-click on the Toolbar and select Customize Toolbar…
    Then, drag the address panel up to wherever you want it.
    You may also want to add it to the New Message window in the same way.

  • I am using Adobe Pro 11 and on opening a pdf I am getting error 'Insufficient Data for an Image'. Please help and provide a workaround if the solution not there.

    Hi all,
    I am using Adobe Pro 11 and on opening a pdf I am getting error 'Insufficient Data for an Image'. Please help and provide a workaround if the solution not there.
    I have already set the preferences to for page view to low zoom settings, and page fit view settings, but it never opens the pdf. Please check and provide a solution asap.
    Thanks in advance!

    Most of the documents have sensitive info on them.  I will have to do some looking for some that i can share, but will get something to upload (dropbox) as soon as I can.
    Thanks for you help.

  • Using Adobe Pro X I cannot create a PDF from a web page.

    After a recent upgrade from a previous version of Firefox, I am now unable to create a PDF from a web page using the Adobe Pro toolbar on the web page.  A "save as" box appears and then the conversion process dies.  I can print the page using Adobe Pro as my printer and it works fine. I can create other docs with Adobe Pro.   How do I fix this on my browser?
    Thanks.
    WSC

    Browser Troubleshooting
    "Can't view PDF on the web"
    http://helpx.adobe.com/acrobat/kb/cant-view-pdf-web.html
    "Display PDF in browser"
    http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html
    Be well...

  • I want to import a MS Word Index into a .pdf file using Adobe Pro.  How do I do that?

    I want to import a MS Word Index into a .pdf file using Adobe Pro. It is for a book.  The book has been converted to a .pdf for printing, but it needs an Index for the last page of the book.  I tried to embed a new index (starting from scratch but no luck.  Any suggestions?  Thank you for your time.

    Now I want to search this "myArrayStrings.get(r)" in another file. How to do that?Store the returned String. Do the same thing you did to read the first file to read the second file (i.e. read it in line-by-line and store the lines in a list). Then check if that list contains the String you stored from the first list.
    E.g. (using your code):
    String name = myArrayStrings.get(r); // assuming r is initialized somewhere before this
    if ( otherList.contains( name ) ) { // assuming otherList is your second list
        // do something
    }

  • Have an Adobe PRO 11 user converting a word Document to PDF using PDFMAKER and all of the numbering is disappearing from left column,.  Has anyone had this happen and if so what is the fix?

    have an Adobe PRO 11 user converting a word Document to PDF using PDFMAKER and all of the numbering is disappearing from left column,.  Has anyone had this happen and if so what is the fix?

    Is it possible to post a sample page some place for us to try out (dropbox or acrobat.com)? Is your Acrobat updated? What version of WORD are you using?

  • Can I use more than 1 e-mail "attach e-mail" selection to send pdfs? - Adobe Pro X

    I know that Adobe Pro makes you chose one e-mail but I send regularly and daily several times a day from from several e-mails for several functions for work.  It would be nice if I could use Adobe Pro X.   Or am I destined to switch to SendNow?
    I did notice that the free Adobe Reader XI, will let me send to as many different e-mails as I like if I don't designate a "home" e-mail as I had to with Adobe Pro.  Pretty for free.
    Thanks,
    LibraryLady315

    It is not clear what you mean by several e-mails? Do you mean different e-mail clients? If so, probably not. The e-mail is sent to the default mailer specified in your system. If you mean something else, then please explain. When I select "Attach to email" in the file menu of AA8, it goes directly to my default client and opens up an e-mail with the PDF attached.

  • Reinstallation of adobe acrobat pro using the same license key on the same machine.

    How to reinstall Adobe Acrobat pro using the same license key on the same machine.

    Is it currently installed and working?
    Installed and broken?
    Or on a wiped machine, nothing there?

  • I try to access my new Adobe Pro XI download to use it, and a message says "serial number not valid" or words to that effect.  I downloaded on Friday afternoon.

    I try to access my new Adobe Pro XI download to use it, and a message says "serial number not valid" or words to that effect.  I downloaded on Friday afternoon.  Why?  This should have been easy.

    Contact support by web chat to get your serial number issues sorted.
    Mylenium

  • Adobe Pro DC. Mac, using Safari. Downloads to 50% then says error encountered. Re-tryed4 times, same result

    Adobe Pro Dc won't download
    beyond 50%

    First ,uninstall if you have previous versions of acrobat installed
    check in activity monitor if there is any running process
    kill it ,if you have previous versions
    you can use acrobat cleaner tool as well to remove the previous version
    Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs
    I this does not work
    Try in different user account

  • Upgrade to adobe pro DC, Adobe ID used, gets responce that its been used before

    we are upgrading to adobe pro DC, from version 9 pro, and when trying to use the same adobe ID it says the ID was used to activate two other, and is blocking me from using it. is there a limit to how many and ID can be used on. I’m trying to avoid everyone having their own ID's .
    I would like to get to the point of creating a package but first need to get the ID issue straightened out.
    thanks

    I was doing some research on this. Only Acrobat X and XI qualify for an upgrade. Not Acrobat 9 Pro.
    If you own Acrobat Pro X or XI – or Acrobat Standard X or XI – you also qualify for a reduced price when purchasing a perpetual (one-time) license.
    FAQ | Adobe Acrobat DC

  • I purchased the 30 day subscription of Adobe Pro for my Mac Air and downloaded the app and opened it as instructed. Nothing appears to happen after that and I have been unable to use Adobe Pro thus far.

    I purchased the 30 day subscription of Adobe Pro for my Mac Air and downloaded the app and opened it as instructed. Nothing appears to happen after that and I have been unable to use Adobe Pro thus far.

    I previously downloaded a trial version of Adobe Pro and had used it the last 30 days. Today I just clicked on the link from my purchase confirmation and downloaded some type of installer. Once I clicked on the installer and gave it permission to do whatever it needed to do, it just sort of stalled. I am running Mac OS Yosemite. I thought Yosemitie might be part of the problem because it has given me occasional problems with Word and some other programs. 

Maybe you are looking for

  • Disable e-mail  field  when line item created by copying another line item

    Hi All, I need your help. Actually our user wants to create a line item by copying existing line item in shopping cart. While doing so the requirement is the e-mail address field remains disable after the line item is copied. Please guide me how to d

  • SIGSEGV (0xb)

    Following error is received while running a java application on linux, crashing the jvm # A fatal error has been detected by the Java Runtime Environment: # SIGSEGV (0xb) at pc=0x000000000000003a, pid=7629, tid=140107993413376 # JRE version: 6.0_24-b

  • Forms & Reports 11gR2 installation - Can't create domain

    Hi, I try to install Forms & Reports 11gR2 (version 11.1.2.2.0) on a Windows 7 64 bits machine. Here is that I try : Installation of JDK 1.7.0.51 for Windows 7 64 bits Installation of WebLogic 10.3.6 "Generic" bits (java -Xmx1024m -jar wls1036-generi

  • Reinstalling CS4 Suite - License Issue?

    Just a quick question as I just want to be safe.  Will be upgrading a user to Windows 7 from XP and they currently have the Adobe Create Suite 4 on XP.  Do I need to uninstall the suite and salvage the license before upgrading to Windows 7? Basically

  • Scrathey song or just skipping

    Hi, My son has a mini and it worked fine until I one can he turned it on and all he got was a explanation folder so we sent it away to apple because there was a folder icon with an explanation mark on it. When I got it back from apple all the song I