Need to Change data in PDF form field with importData operation

This should be simple, right?
I have a PDF form that is submitted.  At a certain step in the process, I need to modify the value of one field from within the process.  I am using a PDF document in the default formData document variable.  To do this, I am using the exportData operation from the FormDataIntegration service to get XML.  I then use the setValue service to modify one node of the XML.  Finally, I use the importData operation from the FormDataIntegration service to import the modified data back into the PDF.
Problem is that I am getting an error.  It says: ALC-FDI-001-304: Only XDP data is supported with XFA forms.
Any advice?  Jasmin, Jayan, Paul, anyone?

My theory is that when you export the data you do get xdp data.
Now  when you modify the node you don't have the right xPath to that node and if that's the case, it might be overwriting the entire xml.
This is causing the xml not to be in xdp data format and you get the error.
Could you post the data you get from the exportData operation and then the xml you try to use by the importData?
Jasmin

Similar Messages

  • PDF- paex page data to pdf form fields

    Just want to find out if anybody can help me out with this -- without using BI Publisher:
    I have several pdf letters that are pdf fillable. What needs to be done is from an APEX page:
    1. user search for client id
    2. find and selects the client id. Hidden fields for this would be the client's fullname, address, citystatezip, workername, workerphone, workerlocation, workersupervisor, workersupervisorphone, clientid.
    3. select the letter category: CAT1, CAT2, CAT3, CAT4 . I have a letters_table in oracle and have a category field in there. Will create an LOV for this category as a radiobutton. User will select the letter category.
    4. Based on the letter category selected, a list of letters will appear or posted in the page.
    5. User will then select the letter or (letters) by checkbox from the report listing of letters.
    6. Letters in PDF template format will print with the hidden fields printed on them.
    Any idea how to do this? Already created a page for the user to search the client id. So steps 1 and 2 is done.
    Need ideas and help with the rest....
    Can you link the fields in a page into a PDF fillable form? The PDF forms reside in our intranet server.
    I do not have BI Publisher and the deadline for me for this project is Friday April 24.... so appreciate ideas!
    Thanks! ?:|

    There was/is a sample application for html-db 1.5/6 that was called mailmerge.. It allowed you to do a mailmerge document in WOrdpad with Oracle data.. The rtf file would be stored in a table in your schema and you would run code against it to look for filler characters that would be replaced with your data..
    It has limitations, you might want to go and download it and see what you think..
    http://htmldb.oracle.com/pls/otn/f?p=18326:44:338076716200094::::P44_ID:1682
    Thank you,
    Tony Miller
    Webster, TX

  • Help...  Populate pdf form fields with html form inputs.

    I have a website that allows users to choose the pdf document they want and create. After selecting which pdf they want to create they are redirected to a web page with a html form. The html form has questions that corresponds with the the form fields of the pdf document the user selected. When submitted the code (ASP, PHP whatever is the easier) runs a script that populates the pdf document form fields. The user is then prompted if they want to save or open the document. The newly created pdfs and the user inputs do not need to be saved on the server.
    I create the pdf templates using PDF 6.0 professional
    Server can be windows or linux
    I understand ASP a little but will use whatever is feasible
    Purchasing a program is okay as long as its reasonable and is changeable by me and I have full control.
    Any help would be appreciated...
    Thanks,
    John

    Try the Developers/SDK forum...
    This forum is for questions about the PDF Language itself.
    Leonard

  • Changing data type on a field with populated data

    Hi
    I have a table that has already been populated
    i wish to change the data type of one of the fields from number to varchar2
    this field has the same value you in it throughout
    value = 2005 and i wish to change it to 2005/06
    What is the best way to do this ?
    thanks

    As stated in the user guide, you can change the datatype of a column only when the value of this column is NULL in all existing rows. One workaround (in 10g) would be to add another column, update the new column, drop the old column and rename the new column to the old column's name. Here's an example:
    CREATE TABLE test (col1 NUMBER(8));
    INSERT INTO test VALUES (2005);
    COMMIT;
    ALTER TABLE test add (col2 VARCHAR2(8));
    UPDATE test
       SET col2 = TO_CHAR(col1) || '/06';
    COMMIT;
    ALTER TABLE test DROP (col1);
    ALTER TABLE test RENAME COLUMN col2 TO col1;C.

  • Exporting one specific pdf form field data to a specific webpage field

    Hello there.
    I am currently creating a form in which I need to export one specific pdf form field data to a specific webpage field to avoid typing it again or hitting ctrl+c and then ctrl+v to the webpage, as there are several records that need to be copied and pasted.
    I read that there is no access to the clipboard within pdf therefore, would like to know if there is any way to do that without accessing the clipboard.
    I am a newbie and have been learning by searching the forums and Google, therefore, would appreciate any insight on whether or not this is possible using javascript or the "submit form" funcion.
    Any help is greatly appreciated!

    Hi George, thanks for your response!
    The main issue I have is that this web page is in fact a government page in which I have to manually copy and paste information.
    I have no idea how to automate this process - I have access to the scripts on the page to see what I am able to do, but since I do not have much experience (only very basic javascripting), any other insight would be great!

  • Submit pdf form fields data as customized template

    Hi
    Is it possible to submit pdf form fields as a customized template?
    when the form is submited, I want it to be emailed to me as text form and the form field data would be autopopulated into the text template.
    Im not sure but is this how fdf works?
    if so, how do i get my form to be submitted as fdf?
    please help.
    thanks.

    Here you go .....the 3 fields at the top are where you enter data. The allfields field is the field that creates your special format and teh submitted data field is what you woudl recieve in the email. Note that i changed th ebinding for the first three fields so that they are not included as separate items in the data file. This shoudl simplify what you recieve. I cam change the format of what is written to the allfields if you need a different distinction. In this example I hardcoded everything ....depending how many fields there are on yours i woudl use a different approach (using some complicated code) but the concept woudl be the same. I woudl find all of the fields on your form and loop through all of these objects in a for loop construct this will reduce th eamount of code dramatically and also allow you to modify the form to add or remove fields as you see fit without having to change the code.
    Make sense?
    Paul

  • Help with exporting data from pdf form

    I have about 100 pdf forms that I created in adobe forms central and distributed as a pdf form (rather than on the web). I am trying to export the data into a spreadsheet but when I export it, the fields are all jumbled in the csv file, as in they are not in the same order. I need to export the data all together so I'm going to the forms menu and selecting "manage form data" and then selecting "merge data files into spreadsheet". I tried exporting a single file but that gave me something really weird.
    Please help, I have a deadline next week to analyze this data and can't make sense of it once it is exported to a spreadsheet.

    Would you please share your form with me and send me one of your pdf forms and some of the csv files?
    You can share your form by doing the following:
    1. Click on the “Share” icon on the bottom left corner.
    2. Click on “Add Collaborator” on the popup menu.
    3. Enter [email protected] under “People to share with”.
    4. Set subject to "Export data from pdf form"
    5. Click the “Share” button on the bottom right of the dialog.
    Thanks
    Ken

  • How do I lock a PDF form field after it has been completed by a user?

    We have a problem with privacy on our downloadable Pdf Forms for customers, they are required to complete personal details within the Pdf Form Fields and then must be processed by our account team.
    But we would require customer completed forms to be disabled from any third party or employee tampering with the entered details.
    Once the data has been input into the form provided online and saved and sent-on it needs to be read ONLY from then on!
    Help please, Chris.

    It depends how secure they need to be. You could include a script in the form which sets the fields to be read-only when the form is submitted, but that can easily be bypassed (and may not be respected by third party PDF applications). Search this forum topic for examples, it's been asked many times before.
    If you have Acrobat you can flatten a form, turning the fields into regular page content, but that's not possible in Adobe Reader X. While the flattened page can no longer be edited in Reader, it can still be edited in Acrobat via the touchup tools, so for complete security you would need to apply encryption to the flattened PDF (via a certifying signature or DRM).

  • Sending Data to PDF Forms from ABAP Program.

    Hi Experts,
    I left ABAP Programing for a while around 1+ years Due to some personal problems
    Now I have struck up with new issue. Its ADOBE PDF forms.
    I am Entirely new to this topic & knows about Nothing.
    My requirement is to display a report in PDF form. Its totally Independent form from NACE.
    I have written a Driver program & retrieved all the DATA into a Final internal table.
    Now All that I need is to display the same Internal Table data into PDF form output.
    Can anyone help me how to send this data(47 records in Internal table with 8 fields in Internal table) to PDF.
    Please help me out Experts with any suggestions.
    Thanks & Regards,
    Dileep .C

    Hi,
    if u pass your internal table to smartform we can achieve . because we can convert smartform output into pdf easily.
    Regards,
    karthikeyan k s,
    Edited by: karthikeyanks on Nov 19, 2010 12:58 PM

  • Need to fax a Adobe PDF form

    Hi all,
    We have a requirement where we need to fax a Adobe PDF form. Can you please help me what i need to do to fax a PDF form.
    Can anyone explain me the step by step procedure or codes to achieve this.
    Thanks in advance.

    Hi Otto,
    The post was really very helpful... here is my code please say me whether is it correct or not.....
    DATA: formoutput TYPE  fpformoutput ,       " PDF FORM settings.
             docparams  TYPE sfpdocparams ,         " Print and Spool Dialog settings
            ie_outputparams   TYPE sfpoutputparams ." Print and Spool Dialog settings
    DATA: it_recipe TYPE ztrecipe_form1.    " Internal Table Declaration
    DATA: i_name TYPE fpname,
          fm_name TYPE funcname.         " Captures the Generated Function Module name
    i_name = 'ZRECIPE_PRINT_FORM1_1'.    " Adobe Form name
    PARAMETERS: p_matnr TYPE zrecipe_form1-matnr OBLIGATORY.
    SELECT * FROM zrecipe_form1 INTO TABLE it_recipe.
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'               " Will contain the name of generated Function Module Name...
      EXPORTING
        i_name = i_name
    IMPORTING
        e_funcname = fm_name.
    ie_outputparams-device = 'TELEFAX'.
    ie_outputparams-getpdf = 'X'.
    CALL FUNCTION 'FP_JOB_OPEN'                           " To Open the Form for Printing...
      CHANGING
        ie_outputparams       = ie_outputparams.
    *docparams-langu = 'E'.
    *docparams-country = 'US'.
    *docparams-fillable = 'X'.
    CALL FUNCTION fm_name                                " Generated Function Module(/1BCDWB/SM00000167)...
      EXPORTING
        /1bcdwb/docparams        = docparams
        it_recipe                = it_recipe
        p_matnr                  = p_matnr
    IMPORTING
       /1bcdwb/formoutput       = formoutput   .
    CALL FUNCTION 'FP_JOB_CLOSE'.                   " To Close The Form For Printing
    here whats my doubt was i havent written any code for FAX except the line *ieoutputparams-device = 'TELEFAX'.*_ or should i write any code for the FAX option or this is enough....
    how do i know whether the FAX option has worked or not
    Please help me in this........

  • Changing text size in form field (rich text formatting enabled)

    Hi all,
    I'm hoping someone can help me out here. I've created an interactive PDF with form fields with "Rich Text Formatting" enabled.
    My client has filled in the fields and would like to make the text bigger. When right-click, there are only options to change the text style (bold, italics etc) but nothing to change the text size. I'm not keen on disabling and then re-enabling the "Rich Text Formatting" options as the text have been formatted (bold, italics, superscript, subscript etc) and approved, and this will remove all the existing formatting.
    Can anyone help?
    Acrobat 9.4.6
    Mac 10.6.8
    Cheers,
    Tricia

    Thanks so much!! Really appreciated!
    Strangely enough, I found the Form Field Text Properties dialogue box by randomly choosing "Hyperlink" in the right-click options. Who would have thought!

  • 2 Bugs in PDF Form Field Rendering

    Both of these bugs appear when "Show border hover color for fields" is on.
    In XObject streams used for Text Widget Annotation appearences the BMC operator does not properly respect whitespace. To reproduce:
    Create a fillable form field with a text widget annotation.
    Fill in text in the field, save the document
    Edit the content stream of the appearance stream used for the widget so that there are two spaces between /Tx and BMC instead of 1.  Be sure to shorten the content stream by 1 byte (shorten a string by a byte or remove a leading 0 in a decimal) when making the change so as not to change offsets.  Save the file.
    Open the file in Acrobat and note the text doesn't appear.  Turn "Show border hover color for fields" off and the text appears.
    In XObject streams used fo all WidgetAnnotations, the general color operators, CS, cs, SC, and sc are not respected.
    Create a fillable form field that uses /DeviceGray SC 0 sc to set the text color (this can be done by create a text field and filling it with a lot of repeating non-white space characters and then replacing the 0 g with /DeviceGray 0 sc then shortening the text string to keep the stream length the same.  Save the file.
    When the file is opened in Acrobat, the field will appear blank until "Show border hover color for fields" is turned off.
    An example file is here.
    This file has several fields, two which are prefilled.  The first field contains filled in text but does not show (it appears when you turn off "Show border...").  The second is visible.
    By editing the raw data, the second field (object 13 0) can be changed to exhibit both bugs.  To exhibit the BMC bug, insert a second space between /Tx and BMC and remove a space elsewhere.  The exhibit the second bug (after restoring BMC), change both "0 g" and "1 g" with "/DeviceGray cs 1 sc" and "/DeviceGray cs 0 sc" respectively (there is enough blank spaces to do that).

    Bugs must be reported via the official route at http://www.adobe.com/go/wish
    Posts in these forums are not logged and are unlikely to receive any attention.

  • Linking data from PDF form into Indesign CS6

    Hello all,
    I'll be working on a magazine which has a large section of day camps technical descriptions :
    name, contact info, location, short introduction text, activities icons (they have to choose up to 5 icons from a total of 12)
    Is it possible to link data from a fillable PDF into predetermined and prestyled text boxes in Indesign CS6?
    Would it be necessary to export in an Excel sheet prior?
    What would be the best trick in order for the icons to place themselves automatically, if possible?
    Thanks in advance

    When placing a PDF into InDesign, it's a flat piece of art for each page included. There's no way to manipulate form fields or work with links or anything like that.
    The data from the form would have to be collected and converted into an Excel file for placing into InDesign. (Collecting data from PDF forms and converting the Excel format can be done in Acrobat Pro.)

  • PDF form field rectangle out of page coordinates

    Hi,
    recently i came across a PDF file which had a (text) form field with the following rectangle coordinates:
    LowerLeft:  170;850
    UpperRight: 475;862
    The page itself had: 595;841 whereas MediaBox=CropBox=BleedBox=TrimBox.
    Thus the y coordinate is out of the page so to speak.
    The adobe reader displays the field at the upper top of the page but within the boundaries of the page.
    Maybe it does correct/fix it?
    My question is:
    1.) Is that pdf spec compliant? (I did a quick search however couldn't find anything about it)
    2.) Is that PDF/A-1 compliant (if that makes a difference)?
    Thanks,
    ToM

    No, I think this is incorrect - all page coordinates are relative to the coordinate system:
    From ISO 32000-1, Table 164:
    Rect
    rectangle
    (Required) The annotation rectangle, defining the location of the annotation on the page in default user space units.
    Default user space is not relative to MediaBox or any other box.
    From ISO 32000-1, Table 30:
    MediaBox
    rectangle
    (Required; inheritable) A rectangle (see 7.9.5, "Rectangles"), expressed in default user space units, that shall define the boundaries of the physical medium on which the page shall be displayed or printed (see 14.11.2, "Page Boundaries").
    From ISO 32000-1, 8.3.2.3, User Space:
    The CropBox entry in the page dictionary shall specify the rectangle of user space corresponding to the visible area of the intended output medium (display window or printed page).
    Otherwise annotations and form fields would move just because someone is changing the MediaBox or CropBox values...
    Olaf

  • How to retrieve the multiple rows data on PDF form in a web service method using WSDL DataConnection

    How to retrieve the multiple rows data on PDF form in a web service method using WSDL DataConnection.
    I have a multiple rows on PDF form. All rows have 4 textfields. I want to submit the multiple rows data to a method defiened in webservice.
    Unable to retrieve the data in multiple rows within webservice method.

    Hi Paul,
    I'm now able to save the retrieved xml in a hidden text field and create dynamic table, and I'm able to fill this table from the XML, but the problem is that I could not find the correct way to loop on the xml, what I'm trying to say, the table will have number of rows with the data of the first row only, so can you tell me the right way to loop on the xml!
    this is my code
    TextField1.rawValue=xmlData.document.rawValue;
    xfa.datasets.data.loadXML(TextField1.rawValue, true, false);
    for(var i=0; i<count; i++)
    xfa.form.resolveNode("form1.P1.Table1.Row1["+i+"].Num").rawValue = xfa.datasets.data.record.num.value;
    xfa.form.resolveNode("form1.P1.Table1.Row1["+i+"].Name").rawValue = xfa.datasets.data.record.name.value;
    Table1.Row1.instanceManager.addInstance(true);
    Thanks
    Hussam

Maybe you are looking for

  • Re: EJB Control not working with methods that contain arguments

    John, I'm not qualified to answer your EJB control question, but before you become too disillusioned with page flows I'd like to mention that the request scoped data form and and the return-to="page" issues you mentioned have been addressed for the n

  • Problem in using JDeveloper 10g with JHeadstart

    I am using JDeveloper 9.0.3 and jheadstart 9.0.4.5 and I would like to test jdeveloper 10g preview with JHeadstart. So, I have downloaded the JDeveloper 10g to test it with my old application. Having run the Jdeveloper for the first time, I realized

  • How can one record live and simulatoneously show what is getting recorded?

    hello friends how can one record live video and simulatoneously show what is getting recorded? please help? Manmeet

  • Simple recovery

    Hi All, Its very basic  question for my understanding  I have try to learn my self but need some important and Perfect  information request to you every body  please answer the below. In Simple recovery why does not  allow transaction log  backups an

  • Flashbuilder in a week!

    I truly enjoyed your video training session.  When will the rest of it be available? Iris