Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

I can't access PDF form objects of a dynamic form from Aspose.Pdf.Kit

Avatar

Level 1

We had make a dynamic form from Adobe LiveCycle 8.2, that has some fields.

We open this dynamic form from an ASP.Net Application (3.5), and we try to modify the field value using the Aspose.Pdf.Kit.

With the Acrobat 7 it works fine, but since we had updated to the Acrobat 8, the fields form are not accessibles from this utility.

In the Adobe LiveCycle Designer we have configured the next compatibility options:

* Text Formating: Version 7

* Event Model: Legacy (Version 6)

We had found a TechNote: "Dynamic form scripts cannot reference PDF form objects in Acrobat 8.x" http://kb2.adobe.com/cps/405/kb405078.html, and exposes a workaround that says we have to enable LegacyRendering mode, by including the following statement in the XDP:

<? originalXFAVersion http://www.xfa.org/schema/xfa-template/[Original Template Version#]/ LegacyRendering:1 ?>.

But we don't have any XDP, instead we work with PDF Forms (*.PDF).

Thanks,

Eva Janakieff

1 Reply