Which SDK can be used to "Create and manipulate forms"??

The ability to "Create and manipulate forms" is listed twice (and inconsistently) in this table:
http://www.adobe.com/devnet/pdf/library/
(row 11 and row 17).
One of the entries probably refers to AcroForms and the other to XFA forms?
Can someone please clarify?
TIA,
-RFH

Thanks, Bernd.
I have a follow-up question. When I use Acrobat interactively, I can execute these commands:
- "Recognize text using OCR"
followed by:
- "Run form field recognition"
The commands above will create an AcroForm, correct? Is there any way to create an XFA form in a similar fashion?
Last but not least: can the two commands above be performed under "remote control" (i.e., programmatically with the SDK API)?
TIA,
-RFH

Similar Messages

  • What easy to use (MS or third party) tool can I use to create and host a webservice API on a SQL server database

    I'm looking for a (MS or third party) tool with which I can create, publish and host webservice API's on a custom SQL database. For example a API which presents all customers, or validates a user login.
    I prefer a tool that can be used without .NET programming skills, just using database scripts and queries.
    Could somebody suggest a tool for this?
    Many thank,
    Slowytech

    Use Visual Studio (Microsoft Visual Studio Express 2013 for Web ) and the WebAPI framework.  You can easily create REST endpoints for your data.  You can even
    use ODATA to enable RESTful queries over your data.
    See
    http://www.asp.net/web-api/overview/odata-support-in-aspnet-web-api
    David
    David http://blogs.msdn.com/b/dbrowne/

  • 1. I have an iPod which has purchases synced with I tunes with an apple ID. I now have an iPad with a new ID for cloud. I have cloud storage capacity of 5gb which came with the iPad. How can I use one ID and store my existing music in cloud?

    1. I have an iPod which has purchases synced with I tunes with an apple ID. I now have an iPad with a new ID for cloud. I have cloud storage capacity of 5gb which came with the iPad. How can I use one ID and store my existing music in cloud?

    HI Frostyfrog
    CHeck out iTunes Match which has an annual fee of £21 or thereabouts. You can store a maximum of 25,000 songs there and they all become available on your other kit, iPhone, iPad and iPod. I know it works as I have over 23000 songs uploaded of which only a few we're bought through iTunes.
    it works by comparing your music to the whole iTunes music dadata base so you access the same tunes that you could get from iTunes. If you have obscure stuff, it uploads your own music to the cloud as a copy.
    I Find it incredible that on my iPhone with its 16gb memory I can view almost 200 gb of music (ie my 23000 songs) and play any of them. Anything I add to iTunes becomes available via the cloud fairly quickly from a few minutes or a little longer if adding a lot.
    The first time you use it it will take quite a while to match your music if you have a lot, but after that it is all automatic. Read the stuff on the apple site. Your PC needs to be at least running Vista. I recommend it and at less than 50p a week it's good value.
    Good luck

  • What can I use to create a photo banner/collage that is free formed. I'll need background colors and ability to place 5 or more pics in a horizontal row? Does adobe have a product i can use to create this?

    what can I use to create a photo banner/collage that is free formed. I'll need background colors and ability to place 5 or more pics in a horizontal row? Does adobe have a product i can use to create this? I'm not looking for templates when creating.
    thanks
    tracy

    You can select 5 (or more images) and place them by dragging in Adobe InDesign. After creating document go to File > Place, navigate to images and select them. In InDesign start dragging and press right arrow key couple of times then release mouse button. You can export file as PDF, JPG, PNG image from File > Export.

  • Do you need to have Adobe Acrobat X or XI in order to use FormsCentral?  Can FormsCentral be used without Acrobat to create and modify forms?

    Do you need to have Adobe Acrobat X or XI in order to use FormsCentral?  Can FormsCentral be used without Acrobat to create and modify forms?

    Hi Joseph,
    Unfortunately, no. But Adobe does offer a free 30-day trial of Acrobat (absolutely no obligation). So, you could download the trial to fix up the form. For more information, see www.adobe.com/products/acrobat.html. Acrobat is also offered on a subscription basis.
    Sara

  • Creating and submitting forms in embedded PDF, can I submit data to a js function on the parent HTML

    I am trying to create an interactive PDF form for use in an educational activity.  It is basically in the form of a lecure with quiz questions in the mix.  I see how to create a drop down list or select list in Acrobat pro, and I see how to either submit a form or execute a javascript when an item is selected.
    What I want to do is submit the response that the user has selected and process that on the server or send the data to a js fuinction on the parent page for processing.  The latter option would be preferred.  I do not want to display the response in the browser, which is what seems to happen if you use the form submit option.  The data that I am interested in is just the form name and the export value, which I can configure when I create the form.  Initially, this would probably be just a 0 or 1 for incorrect or correct.  So I really just need 2 data, maybe 3 data values.  The form name, the 0 or 1, and the name of the pdf document.  I am embedding the PDF document as an object in a PHP/HTML page.  I can make a javascript function on the parent page that processes the data.  I am writing the responses to a MySQL server that has the users name (account system on the parent page), and I would then record the PDF page name, the field name (which question) and the response (0 or 1).
    Seems like it should not be that hard, but I am not to familar with Javascript scripting within a PDF document and how that works.
    Thanks.

    You should just set up the form to submit directly to the server from the PDF. The server can then return an essentially empty response (status code 204 no content).

  • In which trigger can i use go_item() in oracle forms 6i?

    Hi,
        I have a problem with go_item.
    I tried executing go_item() in triggers like key_next_item, pre_text_item, post_text_item & when_validate_item.
    But none of them seemed to be working.
    I searched for other possibilities in the site, where i found a solution of using trigger ' when_timer_expired ' with ' when_validate_item ' ,
    but when i tried to create trigger, i did not find that trigger (when_timer_expired)  in the list at all.
    I'm using oracle form builder 6i.
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production.
    A trigger with go_item() must be created when tab is pressed.
    In which trigger can i use go_item() ??
    Thank You.

    from help:
    Restricted Built-in Subprograms
    Restricted Built-ins affect navigation in your form, either external screen navigation, or internal navigation. You can call these Built-ins only from triggers while no internal navigation is occurring.
    Restricted Built-ins cannot be called from the Pre and Post triggers, which fire when Oracle Forms is navigating from object to another.
    Restricted Built-ins can be called from the When triggers that are specific to interface items, such as When-Button-Pressed or When-Checkbox-Changed. Restricted Built-ins can also be called from any of the When-New-"object"-Instance triggers and from key triggers.
    Unrestricted Built-ins do not affect logical or physical navigation and can be called from any trigger.
    The Built-in descriptions include a heading, Built-In Type, that indicates if the Built-in is restricted or unrestricted.

  • What Function Module can be used to create vendor master data in SAP R/3?

    Hello -
    I've been trying to find a standard SAP delivered BAPI that can be used to create vendor master records in ECC 6.0. Up to this point I have not been able to do so. With SAP MDM solutions and SRM solutions it seems logical that SAP would deliver a standard BAPI that can be used to create vendor master records in the ERP/R3 environment (similar to the BAPI_MATERIAL_SAVEREPLICA for creating material master data records).
    I have been able to find BAPI_VENDOR_CREATE but this only calls the online transaction and does not offer much additional functionality beyond what transaction code XK02 already offers.
    The next best alternative appears to be IDOC_INPUT_CREDITOR but our preference would be to not use IDOCs for the project we are working on.
    Can anyone offer any insight or personal experience on how vendor master records have been successfully interfaced with SAP R/3? Did you have to use IDOCs or create a custom RFC call? Thanks for the help!
    Rich Wortmann
    << Personal information removed >>
    Edited by: Rob Burbank on May 14, 2009 10:43 AM

    Quite a gap in the BAPI arsenal. I think the options are IDoc, which you don't want, good old program RFBIKR00 (requires flat file for input, can be used via LSMW) or DIY (very complex).
    Thomas

  • Which FM/BAPI is used for creating repair orders

    Hi,
       Please tell me which FM / BAPI is used for creating service notifications,Repair/Service order and Delivery Docs.How to find out??
    Please someone help me.
    Thanks,
    Neelima

    For service notification you can try using this.
    'BAPI_ALM_NOTIF_CREATE'

  • Can we use Begin Tran and commit Tran

    Hi,
    Can we use Begin Tran and commit Tran in sql user defined fuctions?
    Thanks,

    That's also documented:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_5009.htm#SQLRF01208
    "Restrictions on User-Defined Functions User-defined functions are subject to the following restrictions:
    * User-defined functions cannot be used in situations that require an unchanging definition. Thus, you cannot use user-defined functions:
    o In a CHECK constraint clause of a CREATE TABLE or ALTER TABLE statement
    o In a DEFAULT clause of a CREATE TABLE or ALTER TABLE statement
    *In addition, when a function is called from within a query or DML statement, the function cannot*:
    o Have OUT or IN OUT parameters
    o *Commit or roll back the current transaction, create a savepoint or roll back to a savepoint, or alter the session or the system. DDL statements implicitly commit the current transaction, so a user-defined function cannot execute any DDL statements.*
    o Write to the database, if the function is being called from a SELECT statement. However, a function called from a subquery in a DML statement can write to the database.
    o Write to the same table that is being modified by the statement from which the function is called, if the function is called from a DML statement.
    "

  • Which software can i use for recovery management that will allow me to use DVD's instead of Flashdsk

    which software can i use for recovery management that will allow me to use DVD's instead of Flashdisk? I find DVD's easier to use. i am using windows 10

    As the other posters wrote in order to take a movie file and turn it into a DVD that can be played in standard DVD players you need a DVD authoring application. That you need a separate program to create the DVD is standard procedure and has been that way since the beginning. All Apple produce that can produce video files require an external authoring program. iMovie, iPhoto and Final Cut all do this.
    One other thing I will comment on is your choice of output format. You will almost certainly be disappointed with the video quality of your finished DVD if you put a HD video on a SD DVD. Unless you plan to burn a bluray disk you will get a better quality video if you output as SD if you plan to burn to an SD disk.
    regards

  • In which situvation you will use interface controller and custom controller

    in which situvation you will use interface controller and custom controller?

    Hi rafi,
    Custom Controller  Custom Controller is as same as the component controller, here we can write the business logic.
    Custom Controller means developer can create multiple controller denpeing up work.
    By using component controller we cant create multipule contrllers. when we create the DC that time it will be created automatically.
    Please look at this [Link|http://help.sap.com/search/highlightContent.jsp]
    interface controller
    Communication between two componets by using interface controller.
    Please look at this  [ Thread|Commmunication Between two Components;
    Regards
    Vijay Kalluri

  • I accidentally set up two accounts.  One account with my old e-mail address which I've been using for years and has all of my purchases on it.  Now I have a new account with my current e-mail address. How do I disable this new account?

    I accidentally set up two accounts.  One account with my old e-mail address which I've been using for years and has all of my purchases on it.  Now I have a new account with my current e-mail address. How do I disable this new account?  I need to disable the new e-mail address account so that I can add it as an additional e-mail to my old account.  THEN, how do I make this new e-mail address my primary e-mail for this old account?

    Did yoo go to Settings>iTunes and App Stores and sign out and sign back in?
    Next see:
    Frequently Asked Questions About Apple ID

  • How can I use the "Copy and paste" tool in order get stamps in the same position in different pages (Acrobat XI for PC)?

    With Acrobat 6.0 I was able to copy a stamp in the same position (I mean "exactly" the same one) of different pages just by using the "copy/past" tool.
    Now I am using Acrobat XI and it seems like it is not possible anymore: I am copying a stamp and I am trying to past it in anoter page, but it appears in the center of the page (or wherever it wants to...).
    Does anyone have a solution?
    Thanks in advance.

    Thank you very much. I'll be waiting for you message.
    Messaggio originale----
    Da: [email protected]
    Data: 26/01/2015 17.56
    A: "Umberto Gangi"<[email protected]>
    Ogg:  How can I use the "Copy and paste" tool in order get stamps in the same position in different pages (Acrobat XI for PC)?
        How can I use the "Copy and paste" tool in order get stamps in the same position in different pages (Acrobat XI for PC)?
        created by Gilad D (try67) in Creating, Editing &amp; Exporting PDFs - View the full discussion
    Well, I was in the same situation so I've developed a tool that allows one to do it. I will send you some additional information about it in a private message.
         If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7132586#7132586 and clicking ‘Correct’ below the answer
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7132586#7132586
         To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, &amp; "Stop Following"
         Start a new discussion in Creating, Editing &amp; Exporting PDFs by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Can i use this download and install on multiple computers?

    Can i use this download and install on multiple computers?

    I assume you're talking about the Lion installer?  If so, yes, you're allowed to use it on any machines authorized with your Apple ID (which I believe means a maximum of five machines).  This is, of course, meant for family use...  I'm not sure about business use, but I'd suspect you need one copy per machine at a business.  If you're in that situation, you may want to wait for the $69 Lion flash drive Apple will be releasing next month sometime, as that won't be tied to an Apple ID.  But check with Apple to be sure on that.

Maybe you are looking for

  • Clean up of pdf in illustrator

    Does this script also cleans up unpainted objects and empty text frames? Personally, I don't think so because the check of the script in extendscript and illustrator results negative. var idoc = app.activeDocument; var straypoints = []; for (i=0; i<i

  • HP officejet 4110

    Suggestions needed for repair of my HP Officejet 4110.  It won't pick up paper in the paper tray.  The rollers look good...even wetted them according to the HP repair instructions.  I even changed the toner cartridges and paper.  It's making a creeky

  • Adding option to smart album drop-down list

    I want to create a smart album of all 5-star images, but to exclude one project. So I create a new smart album, go to the gear, add "Other Metadata" and in the first list, select "Project." But there is no option in the second drop-down for "is not."

  • Change MIDI song names

    MIDI song names cannot be changed. This has been a problem since iTunes 6.0

  • Installer for JWS 1.2 for Windows

    Hi All, Can anyone of you give me pointers on how to get the JWS 1.2 installer (i.e. JRE 1.4.1 suite minus the actual JRE !) I need to run JWS with an older version of JRE, 1.3.1 Does anyone know if this can cause a problem or not ? Thanks, Piyush