Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

lifecycle designer no java technology question

Avatar

Level 1

I need the following:

I design interactive pdf form in some designer

I deploy it on IIS (!) using only .NET technology or some cgi in short no Java

when users access url of the form they can fill it and press Submit

My server code (again better .net) receives request and should have access to: filled contents in some representation like XML

and filled form itself representation

I can flatten the form and save it to disk and /or email it.

Can LifeCycle designer do it?

other tools?

Thanks in advance

Gregory

1 Reply

Avatar

Level 10

You can Submit the form by email as a PDF attachment/ XML data file using "Email Submit" button which is available in the Object Library.

To flatten the PDF, you can write the code inside the form in Java Script (or) use LC Server component to flatten the PDF.

Thanks

Srini