Print Button functionality | Community
Skip to main content
September 5, 2021
Question

Print Button functionality

  • September 5, 2021
  • 3 replies
  • 1015 views

I am facing issue with print button functionality for preview HTML in designer, whereas it is working fine in Preview PDF.

 

When Preview HTML and clicked on same Print button not working, is there anything I need to configure specially for Preview HTML or anything I am missing?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Level 8
September 5, 2021

Not all actions will work in html preview and print button is one of them 

 the documentation on mobile forms lists the differences 

rssrocksAuthor
September 5, 2021

@girishbedekar : How to acheive the same functionality in Preview HTML now?

 

Level 8
September 5, 2021

You will have write custom code to do that

not possible out of the box. this article expects some AEM developer experience 

yhus article explains how to do that

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/document-services/generate-pdf-from-mobile-form-submission-article.html?lang=en

Mayank_Gandhi
Adobe Employee
Adobe Employee
September 6, 2021

@rssrocks  the print xfa script will not work in HTML, for HTML instead use

window.print()