Expand my Community achievements bar.

Connecting to ATMOS Server within Orchastration

Avatar

Level 1

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 : -

  • fetch Remote URL which result in PDF document and stitch with my main PDF
  • Invoke REST Services which return base64 binary data and stitch it with my main PDF

I am using  Adobe LiveCycle Workbench ES4

Version: 11.0.1.20130830.1.326386

Thanks and Regards,

SOurabh

1 Reply

Avatar

Employee Advisor

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