I am able to flatten a form within LC Workflow as long as it is only a page or a page and 1/2. Anything above that and all I get back is the original form without any data (you can still fill). Is their a file size restraint on flattening? Is their a way to bump up the fill size?
I am trying to convert some ifd files to pdf. I've tried both Designer 7.0 and 7.1 and the ifds are being saved with Output Designer 5.6. I know when I originally tried to open an IFD in 7.0, before I had OD5.6 installed, it would ask for OD 5.5. I assumed that 7.1 would properly support 5.6 and may...
Hello,could you help me, please, with attaching files to pdf file on the server side? How to do it? I realized there is a XPAAJ library, but this is not part of LiveCycle Forms. Is there some feature of LiveCycle Forms server to do it?Thanks,Jaroslav
We create xdp's and then allow users to 'stitch' these together forming one complete PDF.These form's code check data entry, completeness, calculations, etc. One of its biggest features is that it highlights required fields (not the built in required field highlight) and conditionally required field...
I'm using xfa.datasets.data.loadXML(dataToLoad,0,1) as per one of the samples.Where is the detailed help for all the data. methods/properties ?I've looked in xfa specification v2.2 and help 'loadXml' isn't there.
We use Workflow Designer 5.0 and Server 6.2. At one point in the process I have the following actions: Submit Decline Redo SaveI use radio buttons for a user to indicate a Decline or Redo action. When they select one of the radio buttons, when they try to submit, it prompts them to change submit to ...
Hello,I have am creating PDFs by generated XDP files from ColdFusion. Each PDF could have different sections that would appear or not based on the XML data passed in with the XDP file. I am concerned that having all of the sections in one file may bloat the generated PDF filesize? Is this true or is...
Hello,I'm using de function concat(string,string,string), but I don't know to do a carriage return in a string.I know that in Java or Javascript, you use "\n" to do a carriage return, but it doesn't run with de concat().Thank you for your answers.
Hi all,We have an intranet solution, which opens a xfa forms in a new browser window this way: window.open(some servlet url);The servlet returns form data content as mime type xdp+xml, referencing a pdf form available on the same server. The plugin will load the form and put in the form data. This w...
I'm creating form data in a workflow process, and using it to populate a dynamic XDP with a subform. In my test form, the subform is named "Item", with a text field named "ItemData". Initially, I can create the form field via the SetValue QPAC and using these parameters;location: /process_data/for...