Hi all, We created a PDF form with workbench and designer (version 6.5). After the form is submitted we want to send the pdf read only and flatten to other systems in our company.I have written following code to flatten the pdf form : private static OutputClient outClient;public static void main(St...
Hi , I have integrated AEM - CJA using Adobe Launch. I have followed self-hosting library approach using download link . The issue i am facing is, launch.js is cached in browser and continues to be served from browser memory.How can i make sure that the launch.js is not served from browser memory ...
We already have an Oracle database driver for Java 8. Can anybody provide an OSGI bundle for the Java 11's version of Oracles JDBC driver? It would be greatly appreciated. Of course, happy to hear arguments why it's not important to be using Java 11 instead of Java 8.
The long-lived adobe livecycle process has attachments which is List of Document type. It is stored in SQL Server Database as image. Can I retrieve it from SQL Query and pass result to List <Document> type variable in adobe livecycle process? So I could iterate the list to retrieve all files from t...
I have a form that incorporates a signature.We decided to add a text field to log the changes to the signature. Essentially if the signature changes, it appends the date and time of the change, and the Signature information (signatureInfo().statusText);I also have a numeric field that records the Si...
Good day, I have to click the reset button on my form several times in order to clear the whole document. Example: When I first click the button, the first box is cleared, then when I click it again, the second block is cleared, click again 3 blocks are cleared, etc....The script in the click event ...
Good day,I have two radio buttons that depending on which button is clicked, it disables or enables boxes (text boxes, dates, etc.) so that the user can enter the required information. The problem is:If the user clicks the other button after the information is entered in the boxes, the information ...