Hello .. I need help on below point ..
I have a requirement in my project wherein I need to merge multiple PDF documents into 1 single PDF document using Adobe LiveCycle. The documents that are to be merged are all created using Adobe LiveCycle. These individual generated PDF documents reside on the server. The end user can select from a list of documents (these could be any number) and select them for viewing and printing.
What I need to do is iterate through the list of all selected documents on the screen and then merge them into 1 single document and present it to the end user.
We use Java and Adobe LiveCycle WebServices for invoking methods to generate these reports. Is there any Webservice or any Java API that can help me achive this task of merging documents?
Looking for your help.
Thanks!