Issue in Generated PDF of Case Review screen - Deferred loading not working

I am facing issue in Generating a PDF of Case Review screen. Case Review screen has framework level wrapper section and there are several embedded section with deferred loading. Also screen has several collapsed UI section.

When PDF generated (using Pega OOTB HTMLToPDF) it is showing “Loading …” wherever defer load is used in the review screen.

Is there any script to add in a section or any way to get rid of this issue? Anyone faced this issue and is there any solution approach .?

Thanks

Bikas

@BikasM24 - During PDF generation it only takes the data present in parameter Markup. In Markup complete data will be in HTML format. If the data is not present there then the PDF also wont get the data. We have one solution is create a custom or specific to PDF generated sections with unchecking the defer load and pass this section in the activity for the PDF generation.

Thank you.

@Priyanka Boga

Thank you so much for the update. in same line i am also proposing solution.

Regards

Bikas