Is it possible to use LifeCycle Generator Professional to apply OCR to PDF Images (i.e. convert to Searchable PDF) and then be able to select and copy text using Adobe Reader. I can't find much useful information on this - it seems to imply it can be done or at least when opening with Acrobat.If it ...
I am new to LiveCycle Designer (7.0) and Javascript and I am hoping that someone can help or point me in the direction to find the answer to my question.I am using a text file that needs to be verified to see if the first position contains only a 1, 2 or 0. What I have isvar 1Var = /^d{1}$/but I do ...
Hello All,I have developed an application engine written in c++ whichwill sit on a server. I want to develop a rich front end in Flex2and communicate interactively with the back-end. How can this beachived? At the moment I am thinking of: -Flex2 -> XML -> java -> CORBA -> c++ or Flex2-> XML ->java -...
Hi,I am generating PDF-Files with Adobe Form Server 7.2 using the renderForm method. The documentation describes that the Form Server is able to encrypt the resulting PDF and setting masterPassword as well as a userPassword using the XCI string. Both passwords should be provided as String.If I use t...
Hi everybody,I am unable to well bind my XSD schema (containing choices) with fields in a subformSet of my e-form.Here is the complexType of the instance i would like to bind : (where Months is a complex type and Quarters is a collection of ...
Hi,I am trying to make a file upload in Flex. I know about theFileReference object but I am unclear on how to pass the data inthe FileReference object to a Java method. Does anybody have anyexperience in doing this. Any help would be greatly appreciated.Best Regards,
Hello: When I created my form, I used the assistant and it gave me an option of putting a "Print Form" button on the form. How do I code the button to actually print?? Please give me instructions. I thought it codes it for you but mine doesn't do anything!!! Also, I have a field for Email address. I...
Greetings,Here is the setup:Text field with a default value set to : XXXUser tabs into the field.Problem:When you tab into the field the entire default value is highlightedSeeking the following solution:How do you tab into a field and get the cursor to go to the end of the default value and await en...
Hi all, i made a form containing a few Sub forms and Text Fields which grow by the Number of Lines the User writes.However, I made one button to add a sub form containing 5 of these text fieldsand it works fine but when it comes to the end of the page and I click on the button again, it doesn't brea...