Transforms: Fixed an issue with the PDF output functionality for transforms. Previously, the HTML template's inline CSS was not being applied correctly, which resulted in an unexpected format for the final render. The fix now corrects this behavior, and inline CSS is applied as expected. However, this might cause current PDF output transform templates with undesirable CSS to now render correctly. Therefore, we strongly encourage you to review your PDF output transform templates' HTML for any undesirable inline CSS.
As a best practice, please test and verify transforms in lower environment levels before promoting to your Production environment
HTML (Hyper Text Markup Language) is the standard markup language for for achieving font, color, graphic, and hyperlink effects when creating web pages.
Cascading Style Sheets (CSS) is a style sheet language used for presenting how a HTML or XML document looks to end-users.