FDF Toolkit and pdf conversion

yes, this is a newbie question...sorry if the answer is obvious.
I am trying to design a form solution for my employer, and through some investigation have been given access to, and downloaded the FDF toolkit for Java from Adobe.
The good news is the samples in the toolkit all work!
The bad news is that I can't seem to create any new forms and get them to work. I also can't open, or import the sample form pdfs from the toolkit into Designer 7, save them, and have them work.
I didn't want to disturb the Java-side components as they are functional. So, using a pdf from the toolkit I created my own form pdf with all the same fields, and the same Names in the Binding sections using Designer 7. I put that form on the server in place of the toolkit version, and tried the demo. My form pdf arrived, but the fields are not filled in. I've traced the network between my client and the server, and the server is giving me the same fdf data.
Questions:
1. Is there something I need to do to make the fdf deliverd by the java servlet compatible with the desinger 7 form?
2. Is there something wrong with my approach?
3. I'm using the Adobe Designer 7 Tryout, which reports "Version 7,0,041126, 0. Should this work?
Any help would be appreciated.
Thanks
Steve

>I want to produce pdf v1.4 form files and am struggling tofind out how to make Designer save in this format.... should I not be using Designer ?
Absolutely, definitely not.
>I need pdf forms as version 1.4 because the form field reading software we are using won't support anything higher
Your form reading software won't understand the entirely new and
differrent Designer forms format.
You should be using Acrobat Professional to create the forms, and
Advanced > PDF Optimizer to save back to PDF 1.4 format.
Aandi Inston

Similar Messages

  • FDF toolkit and images

    Hi, I'm using FDF toolkit to populate text in PDF form successfully. However my client wants to start dynamically including an image. This image (a 2D barcode) is being created via third party software dependent upon the other text fields on the PDF form. The output of this third party software is an image file (tiff, jpg, or bmp.)
    The only way I could find to include an image from a file to a PDF Form was to include a button, icon only. I can set the icon image to a bitmap file as default; however, when I try to set it programmatically thru the FDF Toolkit using FDFSetAP, it throws an error.
    Can someone show me a way to include an image dynamically thru the FDF Toolkit?
    Thanks,
    Dale

    >I want to produce pdf v1.4 form files and am struggling tofind out how to make Designer save in this format.... should I not be using Designer ?
    Absolutely, definitely not.
    >I need pdf forms as version 1.4 because the form field reading software we are using won't support anything higher
    Your form reading software won't understand the entirely new and
    differrent Designer forms format.
    You should be using Acrobat Professional to create the forms, and
    Advanced > PDF Optimizer to save back to PDF 1.4 format.
    Aandi Inston

  • Adobe Acrobat Standard and Pdf Conversion

    I am not sure I am in the correct forum, but I recently purchased Adobe Acrobat 8 Standard and I cannot convert existing Word files, for example, to pdf. A message comes up: "PDF Conversion Failed." And that's it. No explanatory message or suggestion how to correct it.
    I would appreciate any help.
    Thank you!

    Try these steps to see if things are working at all. If they work, then it is a process of going one step at a time until the problem is isolated.
    1. Print a simple file to the Adobe PDF printer with print-to-file selected.
    2. Open the file created in (1) in Distiller and see if the conversion completes.
    If (2) is unsuccessful, you will get errors in the Distiller window indicating the problem. With success, the next step is to check if AcroTray is running, so simply print without using print-to-file. If it does not work, then look for AcroTray.exe in your Distiller folder. This application must be working if the print to Adobe PDF is to work correctly.

  • How to generate PDF using FDF file and the PDF form template (PHP)

    Hi Folks,
    I'm really sorry that I couldn't follow all the valuable discussions going on here, regularly. I need some immediate help.
    I NEED A PHP SOLUTION. I'm able to generate FDF files using the PDF Form Template in PHP. So, I have a collection of FDF files, which seeks the PDF template, while opened and populates the template with FDF data. Now if I need to save this PDF file, I have to do it manually clicking SAVE option. But, I need to convert FDF to PDF in bulk. So, I need some PHP based solution. The PHP script takes the PDF template and the FDF file and merges them to generate a complete populated PDF file. I know it's possible, but don't know how. I've seen Adobe FDF Toolkit. But by default it doesn't show any guideline for PHP. Please help me to write this code. I'm a professional coder. I can understand your hints and tutorials. PLEASE HELP GOOD PEOPLE.

    The only reason I am responding to this post is because the poster sent me a request through the forum message system asking for my help.
    Although I did populate PDFs with FDF data generated by web forms a year or so ago, I have since abandoned that kind of solution. It was a big headache. I found it far more stable and flexible to use html, php and css to populate forms that are almost as nice looking as PDFs.
    So my advice is, if you can possibly avoid going the FDF/PDF route, you will be better off.

  • Populating a PDF: still use FDF toolkit or is there a better option?

    I have had an Access app with some VBA in it that would generate an FDF and merge it into the PDF.  It runs on Windows machines and is only for 2 users.  There is no other functionality required.  Just populate some fields in a PDF and then load the PDF using Reader for view and print.  My problem is that it is no longer working.  I have a new install of Windows 7 64-bit and I cannot for the life of me get the FDF reference or libraries to register or load.  I've tried every combination of regsvr32 I can think of and I still get the error that the library cannot be found.  It is on a network drive, then I moved it local to Windows\system32, etc... It will not load.  So my code looks like this:
    Dim fdfApp As FDFACXLib.fdfApp, fdfout As FDFACXLib.FdfDoc
        Dim db As DAO.Database, rs As DAO.Recordset, sql As String
        Dim RetVal, outfile As String
            Set fdfApp = CreateObject("FdfApp.FdfApp")
            Set fdfout = fdfApp.FDFCreate
            fdfout.FDFSetValue "Owner Type", "Individual", False
            fdfout.FDFSetValue "Primary owner", Me.LAST_NAME & ", " & Me.FIRST_NAME, False
            fdfout.FDFSetValue "Co-owner name", Me.CO_LAST_NAME & ", " & Me.CO_FIRST_NAME, False
    etc...
    When it gets to CreateObject it fails with "ActiveX Component cannot create object."  This is due to fdfacx.dll not being registered correctly.  When I try to register it I get "The module fdfacx.dll failed to load.. the specified module could not be found."
    So my questions are:
    1-- Should I still be using FDFtoolkit for this?
    2-- Is there a newer version that works with Windows 7?  The one I have is circa 2004 and has two files fdfacx.dll and fdftk.dll.  I have tried to find a newer one without success.
    3--  What am I missing about getting it to register?  I've downloaded a new one and overwritten it just to be sure it isn't corrupted.
    Thanks!

    Hi...  I have a similar situation where we use the FDF toolkit to populate PDF documents programatically.  I am a bit confused as to your mentioning that support for FDF has been dropped.  Please check out the following link which seems to imply that Interapplication Communications using what appears to be an identical interface is supported by Acrobat 9.1.
    Interapplication Communication API Reference for Acrobat 9 
    Is this API now part of the LiveCycle Forms Server product?  Can this API provide me with an upgrade path with minimal software changes?  Is there any documentation available for migrating from FDF to LiveCycle?
    Any advice you can give me will be greatly appreciated.  Thanks...

  • .fdf from server and .pdf as flex resource

    I'm building an internal app, so I'm not concerned about initial size.  Once developed it should be cached on the local box.
    I have to generate various 30 page PDF's that are already defined.  I can populate them on the server using a tool like pdftk and then download them to my flex app just like any PDF.
    I would like to only download the .fdf file and have the .pdf file as a resource internal to my flex 4 app.  The purpose is to conserve bandwidth when the app is running at remote facilities.
    It seems like the .fdf has an internal pointer to the .pdf, but I cannot seem to get it to work.  I'm guessing that the path is relevant to the directory that contains my .swf.
    Has anyone done this or can point me in the right direction???
    A snippet of my .fdf file follows:
    %FDF-1.2
    1 0 obj
    <</FDF<</F(/templates/NC.pdf)/Fields[
    <</T(form1[0].#pageSet[0].MasterPage1[0].Resident[0])/V(Minnie Mouse)>>
    <</T(form1[0].#pageSet[0].MasterPage1[0].NumericIdentifier[0])/V(1234567)>>
    <</T(form1[0].#pageSet[0].MasterPage1[0].Date[0])/V(today)>>
    <</T(form1[0].Page38-SectionZ[0].Z0500[0].Z0500Body[0].Z0500BYear[0])/V(1999)>>
    ]>>>>
    endobj
    trailer
    <</Root 1 0 R>>
    %%EOF

    FWIW I gave up on the idea.  Using the fdf to launch the PDF has a major weakness (for my needs) in that it still allows the user to edit the form.  I just want them to be able to print it.  Perhaps I could defiene it as not editable, but I've got it working where I merge the two data streams on the backend and return the PDf as the response.

  • HTML to PDF conversion - problems with page-breaks and bookmarks

    Hello,
    My company is currently considering updating your software (from Acrobat 9 Pro to Acrobat XI Pro) and I’ve been assigned to research its features and make sure that it is a right fit for our goals. Basically we want to automate the whole process as much as possible and we want to create PDF directly from HTML. We’re providing a lot of content in HTML and we need a fast way to transfer it into PDF format. There are however some guidelines:
    We want page-breaks in is this kind of documents, and thus - your app needs to be able to interpret HTML and put them where we want to;
    We need to have bookmarks in there. Converter must be able to make them based on headlines from HTML source or afterwards, directly in PDF by using some auto-bookmarks feature;
    There has to be table of content generated, based on HTML Link Tags if possible. Here’s sample of TOC structure that we have currently:
    <A NAME="redirect">sample_text</A>
    <A HREF="#redirect">sample_text</A>
    Of course we can modify HTML in any way you want us to. The important thing for us is to make it work in PDF without the need to make a lot of manual changes after conversion.
    I’ve been messing with Acrobat 9 Pro and reading some documentation that you have provided and I’m convinced that point 3 is not a problem. I’m aware that Acrobat 9 Pro is not having any difficulties with links in document and they work fine in PDF format that has been created from HTML.
    Page-breaks on the other hand are bothering me. Your app is apparently ignoring every HTML code that the Internet is advising me to use to force page-break where I want. Honestly - I’ve tested like ten ways to make them and not even one was working. That’s why I’m asking for your help.
    Another problematic subject for me is the bookmarks creation. I know that they are not a problem if I’m doing DOC to PDF conversion. Then I’m able to decide what header should be used as a curtain level of bookmarks and everything is working great at the end. However - with direct HTML to PDF conversion - I really don’t know how to generate bookmarks that are based on the source of the input document. Is there any way to make fully working 2 level bookmark tree in this case? Here’s an example of the structure we want at the end:
    header1
    header2
    header2
    header1
    header1
    header2
    Could you please help me in finding the solutions? Just like I’ve mentioned - we can modify input HTML in any way, but in the end we would like to achieve our goals as quickly as possible.
    Please excuse my English.
    I am looking forward to your response,
    Lucas

    Frankly - we would like to avoid using Word. We are using it currently but there are long-term plans of improving whole conversion process, eliminate any mid-steps and automate as much as possible even though conversion is not going to be done unattended on a server. Thank you for your response, but I hope that maybe someone else would have any idea?

  • I recently subscribed to Adobe ExportPDF and tried to convert a PDF file to MS Word.  So far,  after many tries,  I get soe type of error and the conversion fails.  Please advise?

    I recently subscribed to Adobe ExportPDF and tried to convert a PDF file to MS Word.  So far,  after many tries,  I get soe type of error and the conversion fails.  Please advise?

    Hi there,
    It sounds like there may be an issue with the quality of the PDF. Not all PDFs are created equal, and especially those created from scanned documents can be problematic if the scan quality isn't the best. Is there a dark background on the PDF, or stray marks or smudges?
    You can try converting with OCR disabled at outlined in this document: How to disable Optical Character Recognition (O... | Adobe Community. But, while that's a good test to find out where the problem lies, you'll end up with a Word document that isn't editable, so it's not an optimal solution.
    Please let us know how it goes.
    Best,
    Sara

  • How can we repeat specific page number of pdf file by using FDF Toolkit for Windows?

    how can we repeat specific page number of pdf file by using FDF Toolkit for Windows?

    let's say a registration form, there is only 1 full address provided in my registration pdf, but applicant could have more than 1 address, so i have to make it more flexible to extend the address page no matter how many addresses that applicant provided, i have use adobe acrobat pro to edit the form properties. but dont know how to extend/duplicate a page in felxible times.
    Please advise~ tks so much!!! George

  • Migration from FDF Toolkit to LiveCycle

    Hello,
    I currently have a client who uses the FDF Toolkit to create FDF files to populate PDF forms from a database.  They are using a very old version of Adobe Acrobat Pro and would like to move forward.  From what I understand, LiveCycle is the recommended solution, however, I have been unable to clearly understand the migration path.  Do I want to go with XFA or XML or ?  Is there an example that I can take a look at?  Are there any specific dll's that I will need?  Any help that can be provided would be greatly appreciated.  Thanks...

    I have a more specific request that I hope someone can help me with.  We currently use the
    FDFACX.dll to communicate with a PDF document.  I believe that this is part of the FDF toolkit.  Has support been dropped for this component?  If so, how can I access a PDF document to programatically read the field names from within the document?  Any help will be greatly appreciated.

  • PHP and PDF Forms Data????

    i would like to send the fields of a PDF to a PHP script hosted on my web server. (This can by configuring
    SUBMIT to send the form fields to a URL - ie: www.test.com/parse.php)
    this works, but i am unable to access any of the form fields inside the PHP script.
    are there any examples of how to do this? perhaps there is some undocumented
    environment variable that can give me a handle to the data structures that contain
    the form field data.
    help please!!!
    rob

    I think that the license may allow you to submit the data and create a new PDF with that data for use by the user. Be sure to read the license carefully. The tools to do this would be the FDF Toolkit for AcroForms (not those from Designer). You can probably do the same thing with Designer. In any case, you are probably talking about some programming.

  • Automated report/ PDF conversion with AppleScript

    Hello-
    I am attempting to PDF a spreadsheet from Dropbox, and email it to a set list of recipients with AppleScript.  Much of this I have been able to figure out, but I am having some issues with the PDF conversion.  As you can see below, I am still working on sending the xls file, and have not yet been able to get AppleScript to convert a specific tab of the file to aPDF.  I expect scheduling to be handled theough crontab.
    Current script is as follows:
    tell application "Finder"
              set folderPath to folder "Macintosh HD:Users:user:Dropbox:folder:Calculated PO Sheet"
              set theFile to first file in folderPath as alias
              set fileName to name of theFile
    end tell
    set theSubject to "Current PO Report" date
    set theBody to "See attached."
    set theAddress to "recipient email"
    set theAttachment to "CALCULATED PO SHEET.xlsx"
    set theSender to "sender email"
    tell application "Mail"
              set theNewMessage to make new outgoing message with properties{subject:theSubject, content:theBody & return & return, visible:true}
              tell theNewMessage
                        set visibile to true
                        set sender to theSender
      make new to recipient at end of to recipients with properties {address:theAddress}
                        try
      make new attachment with properties {file name:theAttachment} at after the last word ofthe last paragraph
                                  set message_attachment to 0
                        on error errmess -- oops
      log errmess -- log the error
                                  set message_attachment to 1
                        end try
                        log "message_attachment = " & message_attachment
      #send
              end tell
    end tell

    Hi,
    there is a special setup for this requirement. Please see the following support note
    Reference
    Oracle Reports Output For Indian Languages Like Gujarati, Marathi [ID 980554.1]
    Roberto

  • Smart form: Spool to PDF Conversion more than 100 pages.

    Hi folks,
    I have an issue with Function Module (FM) CONVERT_ABAPSPOOLJOB_2_PDF when the report to be converted has more than 100 pages.....i have explained this scenario as below
    We have been using the FM CONVERT_ABAPSPOOLJOB_2_PDF to convert ABAP report to PDF file and then send this via mail using FM SO_DOCUMENT_SEND_API1.....
    PDF conversion using FM CONVERT_ABAPSPOOLJOB_2_PDF works well if the number of report pages is less than 100....i.e the table pdf of the FM will contain the output as expected.....
    If the report has more than 100 pages, the the FM CONVERT_ABAPSPOOLJOB_2_PDF will schedule the conversion job as a background job and returns with a SY-subrc eq 0 and the table parameter pdf will ne empty.
    Could you suggest me a woorkaround in this situtaion...i.e how do I then get the output of the background job
    And  any process to convert Spool to PDF if having more than 100 pages.
    Thanks in Advance............

    Pb,
    If the report has more than 100 pages, the the FM CONVERT_ABAPSPOOLJOB_2_PDF will schedule the conversion job as a background job and returns with a SY-subrc eq 0 and the table parameter pdf will ne empty
    i would suggest you to if pages are more than 100 than you need to send report output to sp01 with spool request number by using fm job_open..job_close..
    than from sp01 you can convert pdf by running RSTXPDFT4 in se38.
    hope this would solve your problem.
    Amit.

  • Acrobat 9 HTML to PDF conversion sets all checkboxes to checked?

    When I convert an HTML file that contains checkboxes to PDF using Acrobat 9 Standard or Pro (fully updated) on Windows XP SP3, all of the checkboxes end up checked in the resulting PDF.  I've looked in settings menus but can't find anything that seems to be a relevant option to prevent this from happening.  I've attached a simple test case .html file to this post that you can use to repeat the problem.
    To convert the file, I right-click on the file in Windows Explorer, and click Convert to Adobe PDF.  I've tried "printing" the document to the Adobe PDF printer, but that introduces other issues and is not really an acceptable solution.
    Has anyone encountered this before, and/or have ideas how to fix it?

    Input elements have no such inheritance on the checked attribute.  Furthermore, the input elements in my test case are not grouped together.  They are each encapsulated within separate list item elements, and so no inheritance should take place after the first input element.
    Just for grins, I changed the order of the elements (moved the checked one below the unchecked one), but that did not make any difference in the Acrobat 9 HTML to PDF conversion.
    I did test this with Acrobat 8 Standard, and the HTML to PDF conversion preserved the correct checked status of the input elements.  It looks to me like this is a bug that was introduced in Acrobat 9.

  • Need help about PDF conversion

    I have red words in a text box using publisher. How come the text show up as black after PDF conversion in Adobe?

    Hi,
    I have windows 8. I am using Microsoft publisher 2013. I want to make a postcard. I made a text box and my text in the box are red. Then I click save as to convert to a PDF file. It works. It opens on Adobe but the text in the text box are black and not red. What can I do to retain the original colors?

Maybe you are looking for

  • HP Officejet Pro 8500 Troublesho​oting

    I have an HP Officejet Pro 8500 that went out of warranty in July.  It is scanning and printing my copies in YELLOW.  I cannot find a troubleshooting item for this problem.  Can anyone help?

  • Side by Side error on Windows Server 2008 R2 SP1

    Hello! I want to install SAP 4.7 Ex2 on windows Server 2008 R2 Sp1. I installed java 1.4.2.24 and oracle 11g before. Now i tried to install the 4.7 system on the server. But in step "create or reregister sap services" i get an error. The sap log show

  • IPTC legacy Contact - not imported by 3.4.1

    Last year I tried out Aperture and found that it was able to see the 'IPTC legacy Contact' field. This is important for me, as it corresponds to the field "People" in the wonderful iView programme that I've been using for ever. It lists the people on

  • Display all objects used in a program

    Hi guys, i want to create a Zprogram to Display all objects used in a program. is there any class that can help me plzzz. CL_WB_PGEDITOR CL_WB_TBEDITOR. CL_WB_EDITOR..... thks

  • Singleton class nagas

    hi, can any tel how to write the singleton class with full example for ex: for the class "Test" and how to use this in applications