


We are using ATMOS Server to store some PDF document and user want to stitch this PDF with main PDF generated by orchestration.
I was wondering how my orchestration can connect to REST Service to : -
I am using Adobe LiveCycle Workbench ES4
Version: 11.0.1.20130830.1.326386
Thanks and Regards,
SOurabh
Views
Replies
Sign in to like this content
Total Likes
There is an Execute Script operation using which you could write Java code : Adobe LiveCycle ES3 * Execute Script
In code you could populate Document variable with your Rest url. See JavaDoc for various constructors : Document (Adobe LiveCycle ES3 API Reference)
Once document object is there you could use Assembler service to merge
HTH.
Thanks,
Wasil
Views
Replies
Sign in to like this content
Total Likes