Generate PDF is not working
Hi,
I am using Pega platform 8.1.
I am trying to launch PDF using "pyViewAsPDF" activity and passing the "HTMLstream" name as input parameter.
but its not displaying any PDF . Can anyone suggest where is the problem and how to solve this?
following steps i took to debug :
1. from the parameter page i see the param.markup value is correctly passing to HTMLToPDF activity and as output param "PDFDocument" is set as " [B@5ff4ace3 " .
2. Is it correct PDF byte or its corrupted one?
3. To further validate my HTML rule , i passed standard pega ootb HTML stream "TraceOptionsDialog" but got similar "PDFContent" as output from HTMLToPDF activity.
4. Hence I am assuming that Code-Pega-PDF.View activity is failing to launch the PDF since in previous step HTMLToPDF is not converting valid PDF byte. is it correct understanding?
Please share some input if anyone encountered similar issue...