Exam4Training

Which option shows the correct way of using the needed method to accomplish the goal?

An AEM Forms developer wants to render a PDF form to the client using the Form service. The developer needs to invoke a certain method on the com.adobe.livecycle.formsservice.client.PDFFormRenderSpec object to enable the client rendering.

Which option shows the correct way of using the needed method to accomplish the goal?
A . setEnableViewerPreferences(true)
B. setRenderAtClient(RenderAtClient.Yes)
C. setRenderAtClient(RenderAtClient.Always)

Answer: C

Explanation:

This is the method that an AEM Forms developer needs to invoke on the com.adobe.livecycle.formsservice.client.PDFFormRenderSpec object to enable the client rendering. It sets the renderAtClient property to RenderAtClient.Always, which means that the PDF form will always be rendered at the client side using Adobe Reader or Acrobat.

Exit mobile version