Question
Bank of America
US
Last activity: 31 Aug 2020 5:28 EDT
HTML2PDF not picking the custom Font
We have requirement to use Bliss Pro font in PDF generation and we are using the OOTB HTML2PDF activity to generate the PDF, the output PDF is not picking the custom font (Bliss Pro)
Style sheet
.txt-font{
font-family: 'Bliss Pro Regular';
}
HTML:
<table align="center" class="table-font">
<tr><td>Row1:</td><td><pega:reference name="PageName"/></td></tr>
<tr><td>Row2:</td><td><pega:reference name="PageName"/></td></tr>
</Table>
I have tried blow options and none of them worked
- https://community.pega.com/support/support-articles/custom-fonts-are-not-picked-generated-pdf
- https://community.pega.com/video-library/using-custom-webfonts-your-pega-7-applicatio
Please advise.
***Edited by Moderator Marissa to update platform capability tags****