Adobe Livecycle - database - OID - AD integration

Hello All,
We have an interesting problem that I'd be grateful for anyone's thoughts on......
Our current set up is:
- Active Directory syncronises to OID (one way)
- Oracle Password Filter syncronises passwords from AD to OID
- Database users authenticated via EUS
We have a current html based application, which each user has their own username/password for.
So, each time a user logs onto the HTML based application they are authenticated at the database level - but because we are using EUS the authentication gets passed to OID (which has already been syncronised with AD). So far, this is all good.
We now have a new requirement where a user is able to access Adobe LiveCycle, via a link, from within the HTML based application.
Adobe Live Cycle also requires a username/password - Adobe Live Cycle is syncronised with Active Directory, so their credentials will be identical to the ones that the user used to
authenticate against the HTML based application in the first place. So, we don't want them prompted for their authentication details again.
We therefore require a way to pass the authentication details from the users current HTML based application session into Adobe Live Cycle so that the user is not prompted for these details again.
Any ideas anyone?
Many Thanks
Hannah

Implement MS Windows Native Authentication (WNA) on the application server where Adobe runs. What happens is that the browser sends the token it received from AD to the iAS. That, in return, queries OID to see if the user exists, and then queries AD to verify the token is valid. If valid, user is logged. Of not, user is presented with login page.

Similar Messages

  • Adobe Livecycle Developer Toolbox - Eclipse Integration

    Heyo,
    I was hoping to find a forum Adobe LiveCycle Developer Toolbox or Sandbox, if this is the wrong forum for my question let me know.
    I need to deploy some code to a server running LiveCycle. I've downloaded and installed the Developer Toolbox but Eclipse doesn't want to accept the version of JBOSS destributed with it as a valid server.
    Eclipse - Add Server - JBOSS (only options are 3.2.3 and 4.0) 3.2.3
    Missing classpath entry C:\Adobe\LiveCycle\jboss\server\default\lib\javax.servlet.jar
    Any tips on getting eclipse and this jboss talking?
    Eclise 3.2
    LiveCycle Developer Toolbox v5.1
    Java 1.4.2
    Cheers,
    Mitch

    Can you check if Adobelifecycle designer's dll has been installed
    properly in the system, . You should be able to see it installed in
    programs menu of windows.
    Can you try to call LiveCycle Designer standalone?
    C:\program files\Adobe\Designer X.X\FormDesigner.exe
    Just double click this exe file.
    When it is started, it should be registered again (if it is not yet
    done).
    Let me know if this helps.
    Kenny

  • How to populate Adobe LiveCycle Designer generated  PDF Forms with data from Database in Windows app

    Hi
    I have a PDF template designed in Adobe LiveCycle Designer. This template has form fields which needs to be filled with data programmatically. I am using windows application in C#.Net 2005 in which I want to retrieve data from database and merge this data into PDF form in respective fields.
    How this can be achieved?
    I searched a lot & I found that we can process the XDP file generated from PDF to acheive this. I created the XDP file out of the PDF template created in designer. But I don't know how to merge data from database into that XDP file in respective fields and again convert this XDP file back to PDF programmatically. Can anybody help me ? This is urgent.
    Thanks in advance.
    Sambhaji

    Please ignore the above code.<br />The following one is correct one.<br />using System;<br />using System.Data;<br />using System.Configuration;<br />using System.Web;<br />using System.Web.Security;<br />using System.Web.UI;<br />using System.Web.UI.WebControls;<br />using System.Web.UI.WebControls.WebParts;<br />using System.Web.UI.HtmlControls;<br />using System.Text;<br />public partial class _Default : System.Web.UI.Page <br />{<br />    protected void Page_Load(object sender, EventArgs e)<br />    {<br />        Response.ContentType = "application/vnd.adobe.xdp+xml";<br />        StringBuilder responseString = new StringBuilder();<br />        responseString.Append("<?xml version='1.0' encoding='UTF-8'?>");<br />        responseString.Append("<?xfa generator='AdobeLiveCycleDesigner_V8.0' APIVersion='2.5.6290.0'?>");<br />        responseString.Append("<xdp:xdp xmlns:xdp='http://ns.adobe.com/xdp/'>");<br />        responseString.Append("<xfa:datasets xmlns:xfa='http://www.xfa.org/schema/xfa-data/1.0/'>");<br />        responseString.Append("<xfa:data>");<br /><br />        responseString.Append("<form1>");<br />        responseString.Append("<TextField1>Homer</TextField1>");<br />        responseString.Append("<TextField2>Simpson</TextField2>");<br />        responseString.Append("<field name ='DropDownList1'>");<br />        responseString.Append("<items save='1'>");<br />        responseString.Append("<text>1</text>");<br />        responseString.Append("<text>2</text>");<br />        responseString.Append("<text>3</text>");<br />        responseString.Append("</items>");<br />        responseString.Append("</field>");<br /><br />        responseString.Append("</form1>");<br /><br />        responseString.Append("</xfa:data>");<br />        responseString.Append("</xfa:datasets>");<br />        responseString.Append("<pdf  href='C:\\Test.pdf' xmlns='http://ns.adobe.com/xdp/pdf/' />");<br />        responseString.Append("</xdp:xdp>");<br /><br />        Response.Write(responseString);<br />        Response.Flush();<br />        Response.End();<br />    }<br />}

  • Adobe LiveCycle ES4 add new and update Access Database, Non-Null failure

    I am using adobe livecycle es4 and I am trying to add a new record and then update it to an Access database. However, when i press update the error tells me that i cannot have Null values and it displays a check box field name. How can i allow a null value for a check box? Because when my form is used, not all of the check boxes will be checked

    You can use the resolveNode function that can catch the null value of your check box component.
    Exemple:
    if (this.resolveNode("NameCheckBox").rawValue == null)
    //Do Something

  • Siebel Integration with Adobe LiveCycle through Web Services

    I am new to Adobe LiveCycle and I have very little knowledge in Adobe LiveCycle. What we are planning is to send a PDF from Siebel to Adobe LiveCycle and that should extract the data from PDF and return the data back to Siebel. I think this can be done through Web Services. If anyone has any idea, kindly let me know.
    thanks

    I am not sure why you need to send a PDF form from Siebel to a LiveCycle ES server-side process, to have LiveCycle send data back to Siebel, when the data came from Siebel in the first place. It is more typical that applications send data to LiveCycle to have the data merged with a form template to render PDF.
    Regardless, there are a variety of solutions depending upon your solution requirements, business requirements, infrastructure, client-server preferences, security requirements, etcetera, to do what you are seeking. LiveCycle ES processes expose endpoints to consume data from a variety of protocols and formats, including SOAP, EJB (RMI), email, LiveCycle remoting (for Flex clients), and watched folders.
    A solution could be as simple as dropping an XDP-based PDF into a network folder, the PDF would be consumed by LiveCycle, a process extracts the data from the PDF, and a Web Service pushes the data back to Siebel.
    Steve

  • Adobe LiveCycle Designer 7

    I am currently learning how to use Adobe LiveCycle Designer 7.0. My employer gave me the file to install a trial version along with pdf files with tutorials explaining how to use it. I am having trouble with the tutorials that involving scripting. Though I copy the script code directly from the pdf and follow the instructions. I have a hard time getting it to work correctly.
    The one that I have had the most problem with is the tutorial entitled "Providing Interactive database lookup from forms."   It can found at this address: http://www.adobe.com/devnet/livecycle/articles/lc_designer_db_lookup_tip.pdf#search=%22%22providing%20interactive%20database%20lookup%22%22 I followed the instructions to create a new data connection from the mdb file provided. There was a script to populate a drop down box that I was able to get to work after changing the syntax a bit. However the script that is on the button to execute the query I couldn't ever get to work.
    Here are the instructions copied directly from the pdf.
    13. Select the Refresh object. In the Script Editor, choose the following:
    • Show: click
    • Language: FormCalc
    • Run At: Client
    14. In the Script editing area, type the following code:
    if (Len(Ltrim(Rtrim(SelectField.rawValue))) > 0) then
    $sourceSet.DataConnection.#command.query.commandType = “text”
    $sourceSet.DataConnection.#command.query.select.nodes.item(0).value = Concat(“Select * from OfficeSupplies Where ID = “, Ltrim(Rtrim(SelectField.rawValue)) ,””)
    //Reopen the Dataconnection
    $sourceSet.DataConnection.open()
    endif
    Whenever I click the button I received the following error:
    http://img169.imageshack.us/img169/7250/errorbr6.png
    Any suggestions on what I might be doing wrong?  Also does anyone know of where I can get good information about how to script these forms to integrate with SAP?  Thank you for your help.

    Hi Jason,
    as you are using the Adobe stand-alone Designer and tutorials, you should direct your questions directly to Adobe (probably on their website) as the samples shipped with the stand-alone product do not necessarily work in the SAP environment.
    For SAP integration, you need to install SAP NetWeaver AS(demo versions, for example, here in SDN on the download site) and use the versions of the Adobe components delivered by SAP. SAP also provides tutorials for the Interactive Forms integration in Web Dynpro.
    Start looking at this topic on the SDN homepage at http://sdn.sap.com/irj/sdn/interactiveforms where you will also find many links.
    You can connect to SAP using the Adobe stand-alone products, too, but given Adobe's development partnership with SAP, this approach doesn't make much sense - and it is, as I stated above, a question for Adobe, not SAP.
    Kind regards,
    Markus Meisl
    SAP NetWeaver Product Management

  • The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle db

    I am using Livecycle 8.2 running on JBOSS. I get this error in server log
    2013-07-25 13:48:33,809 ERROR [com.adobe.idp.config.AdobePreferenceFactory] UserM:GENERIC_ERROR: [Thread Hashcode: 5001776] Problem with system root| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12293 errorCodeHEX:0x3005 message:The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.
    2013-07-25 13:48:33,809 INFO  [STDOUT] java.lang.RuntimeException: The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.null
    Also not able to login using Administrator password. Assuming above error is the cause. Please any help is appreciated. Thnks.

    Is this observed on a running server or have you made any changes to LC server or database after which this error is seen?
    --Santosh

  • Adobe LiveCycle ES 8.2 Installation Error can't configure the App Server from Config Manager

    Hello All-
    We are trying to install the Adobe LiveCycle ES 8.2 SP2 and we are getting some issues while configuring the Application Server from the Config Manager, not sure why are those showing up, we never had these issues before when we installed 8.0, please look at the lcm log and the screenshot I provided for the errors which we are getting.
    We are trying to configure the remote Application Server WebSphere on Linux from my machine which is on Windows and i made the target Application Server as WebSphere and target platform as linux when i initially installed the livecycle media.
    The LCM logs say it failed to run the jacl scripts in the LiveCycle root directory and we wonder why is it pointing for the target Application Server to the Application Server which resides on my machine rather than it should point to the one on server. I am not sure what's going on and we did exactly what we did for 8.0.
    Below are the environment details where we are trying to install.
    Adobe LiveCycle ES: 8.2 SP2
    Database: IBM DB2 9.1 FP4.
    JVM Version and Vendor: 1.5.0 IBM Corporation
    Application server: IBM WebSphere Application Server/6.1.0.19
    Operating System: Linux
    Hardware: x86 .
    Any help will be appreciated!
    Thanks-
    Karthik.

    Hi All,
    Even i was facing the same issue but i was able to resolve it.
    Although the earlier reply from karthik_chowdary was sent way back in 2008 and i think would have got resolved till now, but still the resolution which i have found is
    The port i was using on the app server conf screen was that of application server HTTP Port.
    But here in case of WebSphere ND, we need to use port specified in WAS UI > System administrator > Deployment manager > Ports
    Try using that by default it is 8879.
    And this resolved the issue.
    ~Hkin

  • Adobe LiveCycle Designer ES Error while Connecting to MYSQL ODBC Driver

    Hi
    I'm getting an strange error message when i try to connect a LC PDF form to
    MYSQL DB using MySQL Connector /ODBC 3.51 Driver
    Here is the complete detail how i was trying to build a connection
    string :-
    I Opened a form in Adobe LiveCycle Designer ES2 Ver.9.0.0
    Clicked on Data View Pallete --> New Data Connection --> selected OLEDB Database radio button --> Build a Connection string (clicked on build button) --> selected MS OLE DB Provider for ODBC Drivers (the default selected option ) --> clicked on Next >> button --> Use connection string (radio button) --> Build connection string on clicking Build button --> Select Data Source windows opens --> Clicked on Machine Data Source tab --> created a new data source (with User Data Source) --> Selected the MySQL ODBC Driver (MySQL ODBC 3.51 Driver) --> Clicked on next button and then Finish
    A Connector/ ODBC 3.51.28 - Add Data Source Name window opens up which have the DSN connection details (DSN Name , Server , user , password , database).
    I put all the default details
    After this i got a error message saying that
    Adobe LiveCycle Designer ES has encountered a problem and needs to
    close. we are sorry for the inconvenience
    I tried this number of time and was getting this error message every
    time i try to put the DSN Detail and trying to connect to the DB. This
    was really irritating.
    Can somebody's what's the Issue . Is this a Resource Conflict or
    something else
    P.S :- I am using Adobe LiveCycle Designer ES2 Ver.9.0.0 with Windows XP and MySQL
    Connector /ODBC 3.51 and the DB Connection is working good for MS
    Access( though i don't need MySQL Connector fot this ).
    Any Help would be highly appreciated
    Thanks Alok

    Hi
    I'm getting an strange error message when i try to connect a LC PDF form to
    MYSQL DB using MySQL Connector /ODBC 3.51 Driver
    Here is the complete detail how i was trying to build a connection
    string :-
    I Opened a form in Adobe LiveCycle Designer ES2 Ver.9.0.0
    Clicked on Data View Pallete --> New Data Connection --> selected OLEDB Database radio button --> Build a Connection string (clicked on build button) --> selected MS OLE DB Provider for ODBC Drivers (the default selected option ) --> clicked on Next >> button --> Use connection string (radio button) --> Build connection string on clicking Build button --> Select Data Source windows opens --> Clicked on Machine Data Source tab --> created a new data source (with User Data Source) --> Selected the MySQL ODBC Driver (MySQL ODBC 3.51 Driver) --> Clicked on next button and then Finish
    A Connector/ ODBC 3.51.28 - Add Data Source Name window opens up which have the DSN connection details (DSN Name , Server , user , password , database).
    I put all the default details
    After this i got a error message saying that
    Adobe LiveCycle Designer ES has encountered a problem and needs to
    close. we are sorry for the inconvenience
    I tried this number of time and was getting this error message every
    time i try to put the DSN Detail and trying to connect to the DB. This
    was really irritating.
    Can somebody's what's the Issue . Is this a Resource Conflict or
    something else
    P.S :- I am using Adobe LiveCycle Designer ES2 Ver.9.0.0 with Windows XP and MySQL
    Connector /ODBC 3.51 and the DB Connection is working good for MS
    Access( though i don't need MySQL Connector fot this ).
    Any Help would be highly appreciated
    Thanks Alok

  • Adobe LiveCycle Designer ES 8.2 Dropdown List Fill from a spreadsheet

    I am a new user to Adobe LiveCycle Designer and have created a form which a manager is required to fill out for each of their employees.
    I would like to create a drop-down object which will contain the name of the employees, so the manager can just pick the employee from a dropdown list and then fill out the evaluation.  We have over 1000 employees, so I don't want to type them in one by one.
    Please let me know how to link the list of employees to this form from another source. 
    I can put the list of employee names into an Excel spreadsheet or an Access Database.
    I have tried following information posted in different places in the web, but I must be doing something wrong??
    I would appreciate a step by step guide of instructions to help me accomplish this task.
    Thank you in advance for your assistance.

    Select the Drop Down object and add a sample name thru the object UI. Now view the "XML Source" TAB, it shows xml code similar to the image.
    Now need to prepare all the names from the excell, place all names in one column of excell and copy paste the <text> and </text> nodes to the names(hopefully each column at a time). now need to copy all together and prepare final version to copy notepad (may require some replace all with spaces to format properly) then from notepad only update the above xml source . while going to design view it may pop-up warning message of changed xml, and click yes, now all names should be present in the dropdown. Hope this works.All we are doing here the form design is from "XML Source" tab insted of adding one by one from the object from design view.

  • Problem to integrate Adobe LiveCycle Web Service to BizFlow

      I have problem in integrating BizFlow with Adobe LiveCycle Web Service. We use LiveCycle Output Service module, it has Web Service, EJB, Remoting and REST for external application to call. Then I try to create a Web Service Application in BizFlow to call that LiveCycle Web Service.
       The LiveCycle project is input an XML parameter from Web Service then fill in the LiveCycle form to generate PDF then send it to an email address.
       The problem is BizFlow can only accommodate with RPC Web Service and does not work with other web service, and in default LiveCycle only present Document style Web service to external. We have problem in integration.
      Anyone could give some information on how to integrate BizFlow and LiveCycle service? Like can LiveCycle present RPC protocol Web Service?
    The help is highly appreciated
    Daniel

    I did fine a solution to this, which was to use the distiller Web service for PostScript files.
    -Kelly

  • Adobe LiveCycle ES4 - NullPointerException in UpdateLicenseAction

    Operating System:  Windows 2008 R2
    Database:  Oracle 11g
    App Server:  JBoss EAP 5.2 (delivered with LiveCycle)
    I've installed LiveCycle ES4 (the intial release and Service Pack 1) - partial turnkey install. After install, LiveCycle appears to start fine, but when I go to the Admin UI (using http://localhost/adminui), I can log in, but I can't update the license (or do anything else).  When I try to update the license, I get this error:
    java.lang.NullPointerException
    at java.util.Hashtable.put(...)
    at com.adobe.licenseManager.action.UpdateLicenseAction.updateLicense(updateLicenseAction.jav a:162)
    at com.adobe.licenseManager.action.UpdateLicenseAction.execute(UpdateLicenseAction.java:99).
    Furthermore, anytime I try to navigate to another screen (such as user management or the Generate PDF Service) I am logged out.
    Obviously, the error above is because UpdateLicenseAction is trying to read something that is not present.  But I'm not sure where it's trying to read from.
    When I installed Adobe Acrobat Pro XI, I entered my license key and registered it.  I was not prompted for any license key running the LiveCycle install.  Should I be?
    I tried reinstalling 3 times - each time running the uninstall then removing all database tables, views and sequences before reinstalling.  Every time I've ended up with the same error.
    I've installed LiveCycle on two other servers with no problems.  This is the first "problem child" I've run across.  Any assistance is appreciated.

    yes with ES4 you should be able to do all of that. it depends on how you plan to distribute the forms to the audience.
    via email, through a hosted link, or through the Adobe livecycle mobile app.
    For such a simple use case, you would most likely not require the forms manager.
    you will need mobile forms, which means essentially the capability to render HTML5 form.
    this form should have a submit button, which could send you back just the data XML (containing the fields data).
    Such a form, when submitted through mobile or desktop devices, should be able to submit XML data to your webservice, or LC process, which can then merge the data again with your form design and render to save the complete doc as a PDF.

  • Adobe LiveCycle Developer- URGENT NEED- Timonium, MD

    I have the following position available. If you are interested or know anyone who is please forward resume and contact information to Lisa Green: [email protected]
    OVERVIEW: The LiveCycle Developer is responsible for providing administration, technical support, forms and application design, workflow design, and end-to-end client application support for the development and implementation of forms and other business processes on the Adobe Lifecycle suite of products. The LiveCycle Developer must have demonstrated in-depth knowledge and understanding of the Adobe LiveCycle suite of products, strong analysis skills, experience in designing, developing, implementing, testing, and modifying Adobe based business applications.
    RESPONSIBILITIES AND EXPECTATIONS:
    Develop interactive forms, documents, templates and workflows in an integrated environment
    Create dynamic XML templates to be rendered as HTML or PDF file format and implement document security using digital signatures
    Other duties as assigned
    QUALIFICATIONS:
    Bachelor's degree and 1+ year experience or Associate’s degree and 3+ years experience or 5+ years experience in lieu of degree
    1+ years experience as an Application Developer in an enterprise level environment
    24+ months experience using Adobe LiveCycle suite
    Knowledge of and experience with Adobe Acrobat Professional Software and Adobe Acrobat Reader Software
    Development experience using Java/J2EE, XML/XBRL, SQL 2005, JavaScript, VB.Net or C#.Net is desired

    Hi ,
    I am Prince Edward with Millennium Consultants . We are an information technology firm that offers consulting and system integration services, as well as products and business solutions, tailored to client's needs. Millennium is a proud supporter of Green computing technologies and products. Please visit www.millenniumci.com to know more about us.
    I have an immediate opening for you as a Adobe Live Cycle Developer and the requirement is given below:
    Location: Montvale, NJ
    Duration: Long _ Term
    Required Skills:
    Experience using Adobe Lifecycle suite. This should include the following.
    Lifecycle Forms.
    Lifecycle Designer with experience in XDP forms and scripting.
    Lifecycle Content Service.
    Must be able to develop interactive forms, documents, document templates and workflows in an integrated environment.
    Must be able to create dynamic XML templates to be rendered as HTML or PDF file format and implement document security using digital signatures.
    Strong knowledge and experience in Adobe Acrobat Professional Software and Adobe Reader Software knowledge and experience.
    Looking forward to hear from you.
    Regards,
    Prince
    (An ISO 9001:2000 Certified Company)
    100 Wood Avenue South Suite # 205
    Iselin, NJ 08830
    Tel: 732-562-0200 x: 278
    Fax: 732-562-8500
    www.millenniumci.com

  • Adobe LiveCycle Developer

    Hello,
          I have the following position located in Timonium, MD for a Adobe LiveCycle Developer. If you are interested or know anyone looking to forward resume to [email protected]
    Thank you,
    OVERVIEW: The LiveCycle Developer is responsible for providing administration, technical support, forms and application design, workflow design, and end-to-end client application support for the development and implementation of forms and other business processes on the Adobe Lifecycle suite of products. The LiveCycle Developer must have demonstrated in-depth knowledge and understanding of the Adobe LiveCycle suite of products, strong analysis skills, experience in designing, developing, implementing, testing, and modifying Adobe based business applications.
    RESPONSIBILITIES AND EXPECTATIONS:
    Develop interactive forms, documents, templates and workflows in an integrated environment
    Create dynamic XML templates to be rendered as HTML or PDF file format and implement document security using digital signatures
    Other duties as assigned
    QUALIFICATIONS:
    Bachelor's degree and 1+ year experience or Associate’s degree and 3+ years experience or 5+ years experience in lieu of degree
    1+ years experience as an Application Developer in an enterprise level environment
    24+ months experience using Adobe LiveCycle suite
    Knowledge of and experience with Adobe Acrobat Professional Software and Adobe Acrobat Reader Software
    Development experience using Java/J2EE, XML/XBRL, SQL 2005, JavaScript, VB.Net or C#.Net is desired

    Hi ,
    I am Prince Edward with Millennium Consultants . We are an information technology firm that offers consulting and system integration services, as well as products and business solutions, tailored to client's needs. Millennium is a proud supporter of Green computing technologies and products. Please visit www.millenniumci.com to know more about us.
    I have an immediate opening for you as a Adobe Live Cycle Developer and the requirement is given below:
    Location: Montvale, NJ
    Duration: Long _ Term
    Required Skills:
    Experience using Adobe Lifecycle suite. This should include the following.
    Lifecycle Forms.
    Lifecycle Designer with experience in XDP forms and scripting.
    Lifecycle Content Service.
    Must be able to develop interactive forms, documents, document templates and workflows in an integrated environment.
    Must be able to create dynamic XML templates to be rendered as HTML or PDF file format and implement document security using digital signatures.
    Strong knowledge and experience in Adobe Acrobat Professional Software and Adobe Reader Software knowledge and experience.
    Looking forward to hear from you.
    Regards,
    Prince
    (An ISO 9001:2000 Certified Company)
    100 Wood Avenue South Suite # 205
    Iselin, NJ 08830
    Tel: 732-562-0200 x: 278
    Fax: 732-562-8500
    www.millenniumci.com

  • Adobe LiveCycle Workflow Tips

    We created a bunch of new tips last month for users of LiveCycle Workflow. Here's a partial list of them... If you'd like to contribute content to our developer centers, we'd love to host it! Contact me via email at [email protected] and we'll work out a content publishing schedule. Our new developer centers will allow us to better feature content from 3rd parties, so this is a great opportunity for you to highlight your company and the work that you've done!
    Pre-populating forms - Follow this tip to pre-populate a form using Adobe LiveCycle Workflow.
    Accessing workflows from email notifications - Follow this tip to allow LiveCycle Workflow users to access workflow items from email notifications.
    Preserving digital signatures - Follow this tip for alternate solutions for preserving digital signatures while exchanging forms using Adobe LiveCycle Workflow.
    Initiating a workflow process via an email - Follow this tip to initiate a LiveCycle Workflow process via an email.
    Integrating HTML forms with workflows - Adobe LiveCycle Workflow allows users to participate in workflows with forms presented in either HTML or PDF format. Follow this tip to ensure that HTML form users can participate in workflows.
    Submitting forms with digital signatures - Use this tip to help with submitting forms with digital signatures.
    LiveCycle Workflow Technical Overview - Get a technical overview of Adobe LiveCycle Workflow.

    <[email protected]> ha scritto nel messaggio <br />news:[email protected]..<br /><br />> We created a bunch of new tips last month for users of LiveCycle Workflow. <br />> Here's a partial list of them... If you'd like to contribute content to <br />> our developer centers, we'd love to host it! Contact me via email at <br />> [email protected] and we'll work out a content publishing schedule. <br />> Our new developer centers will allow us to better feature content from 3rd <br />> parties, so this is a great opportunity for you to highlight your company <br />> and the work that you've done!<br /><br />Thanks Mike, that is very useful :)<br /><br />Ciao,<br />Alessio

Maybe you are looking for

  • Stand-Alone Client to Access JMS Resource without ACC

    I'am having trouble to run the JMS SimpleProducer example from the JMS tutorial as a Stand-Alone application. Although its works as suggested when run inside an ACC. (The tutorial I refer to: http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JMS5.html#w

  • Engineer to Relational Model - subtypes have no attributes.

    Hello. Engineer to Relational Model tool don`t show attributes of subtype entity. Some bug or feature? DM 3.1.0.687.

  • Having issues updating first iPad model...please help!

    Hi,    I've been trying to update my iPad and have no luck completing the upgrade. Now I have pictures and music missing. Once I complete this upgrade will I have the option to automatically upgrade just like the iPhone 4 has? Thanks in advance for y

  • 10.4 running OS 9 or Classic

    New to Mac and have G-5 and want to run my Canon digital camera and printer and scanner that all require OS9 or Classic. Don't know what to do.

  • First few seconds of tracks wiped out after burning

    I have audio over a black screen playing at the beginning of a track. When I simulate it, everything is fine and I hear the entire track, but when I burn and play in a DVD player, the first 1.5 seconds or so are not played. This doesn't appear to be