Pega Infinity 24.2- Issue with Background Color in pxCreatePdf.
Pega Infinity- 24.2
In HTML, I'm using <body style="background-color:#ADD8E6;">
, and when I preview the HTML section, the background color displays correctly. However, when I run it from the activity, the background color doesn't change.
When calling the pxCreatePDF
Activity, I am passing the following required parameters:
- SectionName
- PDFName
- AttachmentCategory
- PDFPageOrientation
- GeneratePDFInProgress
- UseCompactStylesforPDF
Additionally, I have set the Pega-UIEngine•UseCompactStylesforPDF
DSS value to true.
Does anyone have any insights on this?