Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Invalid version: The current version of the XFA template model exceeds the capability of Acrobat / Adobe Reader 8

Avatar

Level 3

We are using AEM Forms 6.2 and the Designer that comes with it.  Designer sets the template target version to Acrobat/Adobe Reader 10 at the lowest.  Given that 10 is the lowest Acrobat/Adobe Reader version available why does AEM Forms 6.2 complain about exceeding Acrobat / Adobe Reader 8?

1 Accepted Solution

Avatar

Correct answer by
Level 7

That error message (ALC-XTG-032-303) is generated by the XML Form service when you try to render a PDF Form where the render version is lower than the target version specified in the XDP at design time.

Check the Forms Workflow activity or the Java code you are using to ensure that you are specifying the correct target version when you are creating the form. It is likely the default version is lower than what is specified in the template (Acrobat/Reader 10)

View solution in original post

3 Replies

Avatar

Correct answer by
Level 7

That error message (ALC-XTG-032-303) is generated by the XML Form service when you try to render a PDF Form where the render version is lower than the target version specified in the XDP at design time.

Check the Forms Workflow activity or the Java code you are using to ensure that you are specifying the correct target version when you are creating the form. It is likely the default version is lower than what is specified in the template (Acrobat/Reader 10)

Avatar

Level 3

I found this:

lcRenderSpec.PDFVersion = AdobeForms.PDFVersion.PDFVersion_1_7;

and this:

lcRenderSpec.acrobatVersion = AdobeForms.AcrobatVersion.auto;

The .Net component that calls the Forms Service was built referencing LC ES2.  Do we need to update the service reference to fix this?

Avatar

Employee Advisor

Yes, please update the service with the later PDF version. A similar query was posted long back and has a good information and screenshot to help you out. Please refer below forum post:

Invalid Version Error

How to resolve message “Invalid version: The current version of the XFA template model exceeds the c...