Hello adobe comunity,im currently using Adobe LifeCycle Designer ES and appeareantly it is not possible to enlarge some types of barcode such as datamatrix.Is there any way or tricks to do this?My goal is to make my barcode still recognizable after get scanned, printed or faxed by mid-low quality eq...
I found this link in the livecycle designer discussion but I can't view or download it, is it a private download or something?https://acrobat.com/#d=rqvjWvn5WIBrWD*GLDRgfAhttps://acrobat.com/#d=gTlaptez8XA2A5*0it4WowWhen I click on the link it alway go to this page. Sorry ahead if this is stupid que...
I have pdf form created using livecycle. I'm trying to find a way to programmatically allow a user to copy and paste entire rows onto other rows. Right now, it just allows then to copy single elements/fields.Is it possible for a user to copy an entire row and paste it onto another row (so that all t...
I was wondering if it is possible to send a query from livecycle to web service and parse the return data.An quick example of what I am thinking is querying a database like wolfram alpha using their html query.It is in the format http://api.wolframalpha.com/v2/query?input=pi&appid=XXXX. where "pi" i...
Can you save as "Reader enable" a LiveCycle form using Acrobat XI just as you could using AX? Or must you buy the LC Reader Extensions server to allow the Reader user to save filled-in data?We currently have AX and LCD 2, and create forms in LCD2 before opening in AX to reader enable. I'm concerne...
Hello Experts,My requirement is,I am launching the form back end ERP system's app, where in i have screen, wherein user will enter the employee # on the first/home screen's input field then as a next step the form will be launched on the IE browser together with the employee details. Now user has a ...
This Adobe publication http://helpx.adobe.com/acrobat/kb/user-javascript-changes-10-1.htmlsays place the Trusted Function .js file in (for MS Windows 7 & Acrobat X Pro):Users\(username)\AppData\Roaming\Adobe\Acrobat\Privileged\10.0\JavaScripts.(disregard spacing issue in JavaScr and ipts. Webpage er...
Please let me know if there is any way for a user (someone sent a form created with Adobe LiveCycle Designer to complete and email back) to be able to click on a populated dropdown list and type in a value which matches one of the values in the dropdown list, but for the user not have to worry wheth...
Hi Volks,I have a pdf form with few date fields (weekdays), and a button what is chek these datefields. here is the code:if ((xfa.resolveNode("date_m[1]").rawValue == null) || (xfa.resolveNode("date_m[1]").rawValue == "")) { app.alert("Check the date fields from Monday to Friday!"); }else ...