We have 1000's of interactive XFA based forms created with Adobe LiveCycle Forms Designer. They all have XML schemas associated with them. We also have Reader Extensions. We are attempting to avoid buy the LiveCycle server just to pre-populate forms.
I need to be able to merge XML data with each form in an efficient and generic manner. For example I would like to create a web service with two input parameters:
Parameter #1 - the name or path to the XFA form
Parameter #2 - the XML data or path to the XML data file
Return = a prepopulated PDF document.
I was able to achieve this within in a 90 minutes of downloading iText; having never heard of iText. Luckily for you we already own Aspose products and I'm being forced to use it.
A Java and .NET code sample to achieve this would be appreciated. I'm a Java guy but my colleagues are .NET.