Hello,I'm trying to use LiveCycle PDF Generator ES2 to convert a .dwg file into pdf, using both the LiveCycle admin UI and the LiveCycle webservice API. In both cases, I receive the error:'This file type is not supported by LiveCycle PDF Generator ES2 .'Why am I receiving this error, even though 'dw...
Hello,I am developing a process to extract data from a particular type of barcode that may be embedded in PDF documents that we receive. Files are dropped into a watched folder for processing. When I set the Batch Size parameter to more than 1, in the hope of improving throughput, we sometimes see...
What is the best way to do an audio self-test that tests both peer-to-peer and client-server modes? I know that when recording, LCCS forces client-server test a peer-to-peer audio connection?Also, is there a short example of doing any audio self-testing anywhere? For example: a user clicking a butto...
Hello all,I am making a video chat application that is strictly one-to-one and that has 2 separate WebcamSubscriber components, one for the host publisher to view himself and the other to view the person he/she is chatting with (exactly like is done on Skype). However, whenever I test it with 2 peo...
Hi all,I need to combine pdf's using invoke DDX.I tried it but I did't get the result.Can anyone tell me how to combine pdf.Here is the DDX details<?xml version="1.0" encoding="UTF-8"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/"> <PDF result="out.pdf"> <PDF source="in1.pdf"/> <PDF sou...
I'm using the following script to disable all the elements in the page: for (var nPageCount = 0; nPageCount < xfa.host.numPages; nPageCount++) { var oFields = xfa.layout.pageContent(nPageCount, "field"); var nNodesLength = oFields.length; // Set the field property. for (var nNodeCount...
Hi,Can we add Image to the form same like as we do with Floating Fields ?? I need to pass the image path ('C:\images\sample.jpg') & it should be displayed in ImageField.Thanks,Abhinav
Hi,I used this line in version 7 of the designer in the layoutReady-event:xfa.host.messageBox(xfa.layout.y(this, "in"));// this being a subform in a flowed layoutNow with the current version I keep getting an error about differing arguments.[I have serveral blocks of text seperated by lines (wrapped...
Hi.Is it possible do I set my form to open only zoom 100%? I would like this, because I am using pictures in my form, and then if someone open with larger zoom, the pictures are faded.I have another doubt. When I am working with my form on the LiveCycle (mode Preview Of Project), it stays perfect (p...
What 'm trying to do is to caculate a book pages number for a copying them.For example I want to copy pages from 25 to 30 , so the user will write 25-30the number of copies will equal sum = "30 - 25 + 1"and if the user write only a single number, the number of copies will equal "sum = sum + 1"So, th...