We're attempting to bring a complicated form that was built in LiveCycle Designer into AEM as an Adaptive Form. We uploaded the original PDF into AEM, and used it as the 'Form template' in AEM, then we dragged the structure of the form into the Adaptive Forms editor. All the fields are now in the adaptive form, and all logic seems to work, but interacting with the form or editor is EXTREMELY slow. It takes 1 to 2 minutes after changing a setting or clicking something for it to register. The Livecycle PDF that the form was created from is pretty complicated, it looks like the XML structure is around 33,000 lines, and I see at least 600 individual <field> nodes inside that structure. I also see about 6,000 lines of JavaScript in the PDF (including blank lines, xpaths and comments). We also tried converting it via Sensei and the conversion failed.
Are we just asking too much of AEM, or is there some other way we could convert this PDF into an Adaptive Form?