Avatar

Level 1

Guess I could have included that when I asked the question . . .

We're running LiveCycle Forms ES 8.2.1.

When I'm creating the PDFFormRenderSpec object that I pass in, I can set the acrobatVersion to 9, but it does not appear to be honoring it.

PDFFormRenderSpec renderSpec = new PDFFormRenderSpec();
...
renderSpec.acrobatVersion = AcrobatVersion.Acrobat_9;

Tom