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.

HTML workspace print capability

Avatar

Level 3

At this moment, I have written a process where

1) User A submits adaptive form from AEM.

2) LC captures the submitted XML

3) From there on LC takes it to review task

4) Review task has two routes a) Store XML in local repository b) Map XML data to XDP

My requirement here is to print the XDP form that is displayed in review task. Do we have feature in HTML workspace to do so? (Please be advised, I don't want another route to be established from review task to "Send the document to printer").

I am wondering if there is an option to trigger a print out from review task? (Similar to we do CTRL+P from a browser). Any pointers on this is highly appreciated.

1 Reply

Avatar

Level 2

Where are you trying to print to?

Does the output of the form go to user that reviewed the file?

You could set up a PDFOutput component in your process to merge the XML data with the XDP and send the output to the user via email.