QuestionQ19
Processes and WorkflowsAn AEM Forms developer needs to combine multiple PDF documents into one PDF document by using the Assembler service. The developer must call a method on the com.adobe.livecycle.assembler.client.AssemblerOptionSpec object to tell the Assembler service to continue processing a job if an error occurs.
Which option shows the proper use of the required method to achieve this goal?
- A setFailOnError(true)
- B setValidateOnly(false)
- C setFailOnError(false)
Community Discussion