Hello,I have PDF template which has 4-5 pages that consist of static text and lots of form controls like TextBox, Dropdown, Radio button etc created using Adobe LiveCycle. I am trying to edit and modify the static text but unable to do so. I am also not able edit it in Adobe Acrobat as it was create...
I found this image processing service which does a good job for processing images:RSZ.IO - a free responsive image serviceI was able to write this sample Javascript code to get the Base64 of the image after using the service:var canvas = document.createElement("canvas")var img = new Image();img.onlo...
Hello everyone,First I want to apologize about my extreme lack of knowledge and experience with this software, I have started using LiveCycle roughly two days ago and have hacked this document together using numerous forums and suggestions.I have put together an invoice to be sent and filled out by ...
Hi everyone, I'm totally new to this, and am in way over my head. No programming experience, and the XML Source section is a mind blown area, but I am trying to update a dynamic form that has an "add subform" button, that has multiple scripts written in it. From what I can tell, it is using javascri...
I am trying to install LC ES4 on WebSphere cluster.And got errors ALC-TTN-103-000 and ALC-TTN-025-001 from Configuration manager when tried to initialize database.Also there is an error in the WebSphere logs that repeats multiple times[6/22/18 11:42:36:931 ALMT] 00000141 EJBMDOrchestr E CNTR0075E:...
Hello Adobe Community,I am new to javascript and livecycle and everything I know I have learned from youtube videos and these forums, and your help will be greatly appreciated. I have a form with two expanding tables (Table0 and Table2), Table 0 has two columns were the user can input a city name an...
Hi everyone, in adobe live cycle designer, in textfield box, when we are typing contineous number of characters without space and with multiple allow lines, the values are printed in contineous order in multiple lines. if there is any space inbetween the characters and the word is too long in length...
How do I add a summary page that displays the totals based on categories from dropdown list? I created a dynamic voucher that can expand to many pages and would like to display a summary page that rolls up the totals for the different expense codes (1-Housing, 2-Medical, 3-Transportation)? So, reall...
I know how to change the rawValue of a checkbox in event code, but it is possible to simulate a click like with a button.With a button i can do :Button1.execEvent("click"); to click it and by doing so, the click event code will execute.When i change the rawValue of a checkbox, the check goes on or o...