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.

How to populate an asp.net page from the pdf/xml?

Avatar

Level 2

Friends,

My requirement is I need a separate web page(Not in the workspace,but a new web page which we can publish anywhere on web) for the users where they can submit data either online or they can download the PDF from there and can submit(later) offline by invoking email.

Kindly suggest the possibilities and ways to implement this.

Thanks and waiting for your valuable solutions

Regards,

Vinod

1 Reply

Avatar

Level 8

You can use LiveCycle Forms to render a PDF with your data (renderPDFForm).  Forms can also render HTML (renderHTMLForm).  You'd need to wrap the HTML in your ASP before putting it to the browser.