Question
2
Replies
282
Views
Posted: June 7, 2019
Last activity: June 11, 2019
PDF view in modal pop up
Hi All,
I have a use case that generates a pdf file from the button click event. After pdf is generated, pdf will be displayed in a modal popup view.
So, on click event, an activity is called and inside that activity's step, it calls pxCreatePDF. But I am not sure which activity to trigger to get URL and show popup dialog?
Kindly advise me.
Thanks and Best Regards,
Aung
Hello,
You can call an activity that generates a PDF (calling HTMLtoPDF activity) and then call View to display the PDF. I have attached the activity steps for your reference.
Hope it helps!