Expand my Community achievements bar.

SOLVED

Make workbench-process to render in HTML5 without changing the entrypoint

Avatar

Level 1

Hi!

We are currently using a process made in AEM Workbench to render PDFs. Now we would like to change to HTML5 but we have to remain our REST entry point as it is. I have read other threads regarding HTML5 and Workbench, and what I understand is it possible but not as easy as to render in HTML4.

We have a fully working setup that renders HTML5 using a custom profile:
http://host:port/lc/content/xfaforms/profiles/custom.html?template=...&contentRoot=...

I have spent a lot of time reading through https://helpx.adobe.com/content/help/en/aem-forms/6-1/html5-forms/introduction.html with no result.

Do anyone know how I render HTML5 using an AEM Workbench process?

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi,

Operating under the assumptions :

1. It's an xfa based pdf which you want to render as HTML Form instead of PDF form.

2. It's AEM Forms 6.0 or greater version.

Please perform following steps :

1. Go to "Action Profile" in "Startpoint" and/or "Task" properties in workbench.

2. Select "HTML" under "Default render process configuraions".

3. Save the changes and deploy app.

Your form should now be rendered as HTML.

Please, let me know if any of my assumptions doesn't hold in your case or if you continue to face issues or need further instructions in steps to be performed.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi,

Operating under the assumptions :

1. It's an xfa based pdf which you want to render as HTML Form instead of PDF form.

2. It's AEM Forms 6.0 or greater version.

Please perform following steps :

1. Go to "Action Profile" in "Startpoint" and/or "Task" properties in workbench.

2. Select "HTML" under "Default render process configuraions".

3. Save the changes and deploy app.

Your form should now be rendered as HTML.

Please, let me know if any of my assumptions doesn't hold in your case or if you continue to face issues or need further instructions in steps to be performed.