Binding xml form with automation in pro 8.1?

Hi guys,
im using COM automation to control adobe pro 8.1 to load a pdf document, and bind an xml file with the form. (the pdf has a datasource attached to it, fields are binded and the preview from livecycle desiner works fine).
anyone know how i can bind the xml file to the pdf WITHOUT user interaction?
if its not possible by COM, can i do it from the command line?
thanks!

Hello If you are recieving this message before Windows loada up then goto BIOS and clear the fingerprint data.
The driver for WIndows 8 will work fine with Windows 8.1.
ALSO 
Try installing HP Support Assistant which will automatically download and install drivers/updates:
HPSA Link:
http://www8.hp.com/us/en/campaigns/hpsupportassistant/hpsupport.html
Wish you luck,
Karthik
--Say "Thanks" by clicking the Kudos (purple thumbs up icon in the lower right corner of a post)
--Please mark the post that solves your problem as "Accepted Solution"

Similar Messages

  • XML forms with approval

    Hi All,
    We have requirement of designing XML forms with some static contents to be filled by user 1 and send the same info to user 2 for approval.  Once user 2 approve/rejects it, user 1 has to know about the action.
    Is this requirement is fairly possible using XML forms builder ? how approvers are identified in XML forms to send the information ?
    Please share your experiences in this regards. Looking forward to your kind responses.
    Regards,
    Anil kumar.

    Hi Anil
    1. Design / build your xml form as per your requirment using XML Form builder.
    2. Enable the Approval process for the folder where these .xml files will be stored. (as pointed out by Noel).
    3. Enable UWL functionality in the portal so that users can see if they have any items for approval.
    4. Once approved, publish the document for other users to read on.
    No coding in WD Java is required. You can entirely achieve this via customization and configuration.
    Thanks
    Deepak

  • XML Forms with Expiring Message Date

    Hi,
      I need to create a XML form with Expiring Message Date i.e the messages should not be visible in the iview after entered expiring date. Kindly let me know how can I achieve this.
    Thanks & Regards,
    Ravi

    Hello Ravi
    This can be achieved through the Time-based Publishing service provided by SAP.  To make sure the service is active for your repository, go to System Administration > System Configuration > Knowledge Management > Content Management > Repository Managers > CM Repository (if that's the kind of repository you're working in).  Then select your repository and make sure that 'tbp' is in the list of Repository Services assigned.  If not, assign that service and restart the portal.
    Then, within KM Content, enter the Details menu of the folder within that repository for which you'd like this service activated, then go to Settings > Lifetime and click the 'Enable Time-Dependent Publishing' button.  This will activate the service for that folder.
    Then in your XML form, you can provide the Lifetime properties "Valid From" and/or "Valid To" to specify when a message should be active, and when it should expire.  At that point, anyone who has read access to that folder would only see the messages that are within these active dates.
    Hope this helps!  For more information, see SAP's <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e8/a9a76828b8dc469969ff450ec81ced/frameset.htm">Lifetime of Documents</a> documentation.
    Cheers,
    Fallon

  • How to create a XML Form with confirmation Page

    Hi!
    I need to create a XML Form that have a confirmation page to enter de data and save it (into XML file).
    It's possible to make it with the XML Forms Builder, or I need to make it manual at xml & xsl??
    (Sorry about my poor english!)

    Hi Ernesto,
    there is currently no confirmation message available in the XMLForms EditForm. But you can use the "preview" button to show how it looks like, before you are using the "Save" button.
    Regards
    --Matthias

  • How to work with .XML files with FINAL CUT PRO HD

    Ok so I am a newby, kind of. We filmed a feature using the SONY XDCAM 350. uses the optical 23.3GB disc. I used the camera to copy all the HD files ( .XML ) to an 1TB external drive. Now the drive is readable, everything looks fine, when I select a .XML file. Final Cut Pro HD opens, but then asks to choose a TRANSLATION file. Where do I go from here. I do not understand that command of action it is asking. Newby here, so pity me for awhile.
    Thanks

    my instinct is "No" but thats no (because the app is expecting th efiles to be located on an mounted XDCAM disc that is formated as such) ... but in your situation I'd be inclined to download the XDCAM Transfer app and try for myself
    what you may need to do though is get hold of the discs and a deck and import using the method above
    failing that you have the option of using Flip4Mac's MXF quicktime components ... not cheap.
    this will allow you to select the local XDCAM source media that you've alreday transfered in the native MXF format, and rewrap as Quicktime for editing in FCP
    (a trial version is available for download)
    ... and if thats out of budget, or for whatever reason not an option, you can sit it out and see if the next FCP revision helps you out any with its direct Log and Transfer support for XDCAM. may have the same restrictions though (ie need a properly attached formatted device)
    ... and other than that, you're looking at switching to an NLE with native MXF support (Avid, Edius, Vegas etc)

  • Binding Xml file with Xsd Schema

    Hello
    everybody there.
    I am trying to make an application where word files are converted into xml.
    For that i have used org.exolab.castor and org.apache.poi.hwpf.
    Now the problem is that i was able to generate the xml file from word, but when i am binding it with XMLSchema.xsd following error is coming.
    java.lang.IllegalArgumentException: getSimpleType: the simple type 'formChoice' is not a built-in type as defined in XML Schema specification.
         at org.exolab.castor.xml.schema.Schema.getSimpleType(Schema.java:1289)
         at org.exolab.castor.xml.schema.Schema.addSimpleType(Schema.java:583)
         at org.exolab.castor.xml.schema.reader.SchemaUnmarshaller.endElement(SchemaUnmarshaller.java:643)
         at org.exolab.castor.xml.schema.reader.Sax2ComponentReader.endElement(Sax2ComponentReader.java:198)
         at org.apache.xerces.parsers.SAXParser.endElement(SAXParser.java:1392)
         at org.apache.xerces.validators.common.XMLValidator.callEndElement(XMLValidator.java:1550)
         at org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:1149)
         at org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:381)
         at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098)
         at org.exolab.castor.builder.SourceGenerator.generateSource(SourceGenerator.java:430)
         at org.exolab.castor.builder.SourceGenerator.generateSource(SourceGenerator.java:485)
         at TempHwpf.<init>(TempHwpf.java:35)
         at TempHwpf.main(TempHwpf.java:44)the code for binding my xml file with xsd schema is as under:-
    SourceGenerator sourcegen = new SourceGenerator();
    sourcegen.getVersion();
    System.out.println(sourcegen.getVersion());
    sourcegen.generateSource("XMLSchema.xsd","packagename");I have checked XMLSchema.xsd file, in that formChoice is already defined, than also error is coming.
    can anyone help me out. first i thought that XMLSchema.xsd which i have is not proper, but i downloaded it again from w3c.org,
    than also same error is shown.
    please help me out.
    waiting for reply.
    milind

    Please do not double-post. http://forum.java.sun.com/thread.jspa?threadID=5134447&tstart=0
    Then use Stax (Woodstock) or Saxon.
    - Saish

  • Problem in Connecting Xml Form with iview

    Hai all,
    I have Created Xml Form using XML formbuilder
    and KM Configuration Iview,i would Like to Display
    the Form in the iview.To do this i could not find the
    following Properties of iview :
    1.LayoutSet
    2.LayoutSetMode
    3.Path to Initially Displayed Folder
    4.Path To Root Folder For Navication
    How To Proceed ?

    Hi,
    Using KM Navigation iview, you can display the form contents, by specifying the properties you mentioned.
    Regards,
    Shankar

  • Error with automator & soundtrack pro

    I'm trying to make a workflow that will take a finder selection of apple loops (including a folder) and open them with soundtrack pro and save as... AIFF files. I'm getting an error on the last step no matter what I do. I originally thought the aiff file options had to match the .caf attributes (i.e. same sample rate, bit depth, etc.) but fixing that doesn't seem to help.
    Here's the error log:
    2009-01-27 10:59:12 -0500: The action “Get Selected Finder Items” was not supplied with the required data.
    2009-01-27 10:59:12 -0500: Get Selected Finder Items completed
    2009-01-27 10:59:13 -0500: Open Finder Items completed
    2009-01-27 10:59:13 -0500: (null) failed
    An error occurred while converting \U201Ccom.apple.applescript.alias-object\U201D to \U201Ccom.apple.soundtrackpro.document.audiofile-object\U201D.
    So here's what's weird: I keep getting this “Get Selected Finder Items” was not supplied with the required data," but the results shows the file I have selected in the file, and subsequent steps in the workflow show the selected file being passed correctly… so I'm not really sure what the problem is. I've written other workflows with the GSFI object and haven't seen this error before, so if anyone has an idea, I'd love to hear it.
    Thanks much.

    and the applescript alias of the file I'm working with is:
    {alias "Macintosh HD:Library:Audio:Apple Loops:Apple:Apple Loops for Soundtrack Pro:Apple Loops:Andy Boretto:beepsandclicks1.caf"}
    One other note - just to double-check, I deleted the "open w/ soundtrack, save as" actions and replaced them with "copy file, rename file" and the workflow completes without a problem– BUT I'm still getting the "“Get Selected Finder Items” was not supplied with the required data" error, so I'm still not sure what's going on there.

  • Does it make any difference if you are editing an interactive form with Reader or Pro?

    My document has extended features, if you open this in Reader or Pro does it work the same?

    For the most part.
    If it is enabled, Reader users will be able to fill in form fields, add comments then save when finished. But they won't be able to add form fields or do any other editing that Acrobat can do.

  • XML Form with WebLink

    Hi all
    I have an issue with the "Insert Web Link for selection" feature of the "Edit Form".
    The idea is to insert a short url for another page and navigate to the given page, but this is not possible due to the Iframes.
    If I insert a short url, "/irj/portal?NavigationTarget= navurl://cf1c773631c70d2" and select Target Window = Active Window, then I navigate to the given page, with the navigation hierarchy, but this is just inside the given iFrame, and not the whole browser.
    So, I am looking for a way of extending the "Insert Web Link for selection" and give the "Target Window" = "parent, or refresh browser and navigate to the given page"
    Any comments or ideas of how to solve this issue.
    Regards
    Kay-Arne

    Solved it on my own

  • Formating XML formed with nested XMLELEMENT's

    Hi, maybe this is a silly question, could not find an answer though...
    When I use nested XMLELEMENT everything comes out in one long line, how can I do it so every level comes on a new line and with the apropriate indentation?
    Also .. I need to generate a different tag depending of the value of a field in the table, what is better DECODE or case statements, does it make any significant difference...It is something like this:
    select
    case cdsitfam
    when 1 then
    xmlelement("Situacion1").extract('/*')
    when 2 then
    xmlelement("Situacion2", xmlelement("NifC", cdnifc))
    else xmlelement("Situacion3").extract('/*')
    end somexml
    from BPNSo now in the second case it returns:
    <Situacion2><NifC>02545222L</NifC></Situacion2>and I would like it to be
    <Situacion2>
        <NifC>02545222L</NifC>
    </Situacion2>Not too terrible in this case I know but the nesting gets a lot more complicated..
    thanks in advance for any suggestions
    Message was edited by:
    Natalia

    From 10.2.0.2 there is also an option to use EVALNAME to give more dynamic element names:-
    SQL> create table mytest (id number, label varchar2(50));
    Table created.
    SQL> insert into mytest values (1, 'fred');
    1 row created.
    SQL> insert into mytest values (2, 'bob');
    1 row created.
    SQL> insert into mytest values (3, 'jim');
    1 row created.
    SQL> create table mydata (id number, dta varchar2(100));
    Table created.
    SQL> insert into mydata values (1, 'This is freds data');
    1 row created.
    SQL> insert into mydata values (2, 'This is bobs data');
    1 row created.
    SQL> insert into mydata values (3, 'This is jims data');
    1 row created.
    SQL> select xmlelement(evalname mytest.label, mydata.dta)
      2  from mytest, mydata
      3  where mytest.id = mydata.id;
    XMLELEMENT(EVALNAMEMYTEST.LABEL,MYDATA.DTA)
    <fred>This is freds data</fred>
    <bob>This is bobs data</bob>
    <jim>This is jims data</jim>
    SQL>And if using in PL/SQL, then the EVALNAME can evaluate from a variable.

  • Edit Formscentral form with Adobe Acrobat 9 PRO

    Since Formscentral is being discontinued, I would like to be able to edit my forms with Acrobat 9 Pro. I have saved my forms from Formcentral as a PDF, opened them with Acrobat, saved a copy to remove the security, then opened it with the Forms wizard. Once I get to this point I am unable to edit the text of the form. What am I doing wrong or is there a better way to achieve this?

    I would also like to know.
    It seems we all have to recreate the forms again in indesign since indesign cant read a pdf form.  Is this really true.  Shame on Adobe  if it is.
    Please let us know.    
    We are PAYING CUSTOMERS.   Dont shaft us and leave us in the dark Adobe !!!

  • Fillable Form Fields Created With Acrobat XI Pro on Mac Won't Save on PCs?

    Hi all,
    Apologies if this has been covered already, but I've done a search of the forums that have turned up nothing.
    Briefly, I have created a fillable form with Acrobat XI Pro on a Mac. The original file was created with InDesign CS6.
    Once the fields were created in Acrobat, the file was saved as a Reader Extended PDF.
    The problem is that Mac users are able to fill in the fields and save the PDF, while Windows users are not.
    Any ideas?
    Thanks!

    Anoop9178 wrote:
    Hi Alex,
    Please refer to following forum post.
    http://forums.adobe.com/message/5765569#5765569
    Regards,
    Anoop
    You recommended answer seem to imply that the users are using Preview. When according the OP in that thread makes no mention on Mac except he created the form on Mac everyone else is using a PC. If anyone is using preview that answer would apply. If anyone filled out the form using Preview then follow the advice in the Link
    I would say your using possibly the wrong Font or the wrong version of the font. If anyone has Acrobat on a PC open the form on a PC if the form fields appear as though nothing is there, then see if you can change the font used. Just try anything other than what is listed. See if the text appears.  If it does then you have a defective font or  the Mac and PC don't use the same version.
    On Mac, if you have more than one version of a Font Style, say Aerial Italic for example, issues like this invisible text will happen. Macs don't tolerate more than one version of the same Font.  You can't have two versions of say Aerial Italic or Helvetica Bold or Courier Bold Italic. PCs you can have 50 copies of the same font and it don't matter. The applications just pick one if it happens to be different then That it.
    In Reader or Acrobat you might set to use local Fonts that might clear up the issue On Mac go to Preferences and Page Display:
    Check use local Fonts.

  • XML form SPS13 error saving form with user field

    Hello gurus!
    After upgrading to SPS13 all XML Forms with imput field type 'user' produce error when saving data: incorrect user id. But I select user id from user list! ID can't be incorrect.
    Please, help.
    bestRegards, RO-man

    Hi Roman,
       I am using EP 60 SPS13 Patch 3, have you installed this patch ?
    You have to create a sibling node, for instance "usuario", don't forget to define it as user (data detail).
    Then you add a browse object in your form, and change action property as user.
    Then you establish a relation between usuario and your browse object.
    Patricio.

  • Reader Enabled Forms with Acrobat 8.0

    Hi,
    I am considering upgrading from 7Pro to 8Pro and need to confirm some aspects of the new features for applying reader rights to forms. I have a number of forms generated in Lifecycle Designer 7.1, where the user is using the Reader version to email the XML data.
    If I reader enable these forms with Acrobat 8 Pro, will the User be able to still email the XML data and also save the completed form locally? In addition will it be possible to inport and export XML data into & out of Reader Enabled forms?
    In addition do you know what the story is with "500 users of the forms"? Is is 500 per form over the lifetime of the form? Some of my forms are distributed to different Clients and I am not sure how this will work
    Any help/guidance gratefully appreciated ;-)
    Thanks, Niall

    It should, yes. Can't confirm 100% as I haven't tried.
    Chris
    Adobe Enterprise Developer Support

Maybe you are looking for