cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change Font in PDF

Former Member
0 Likes
446

Hi Experts,

Requirement is need to change the PDF document font , is there any way by changing code to achieve the requirement

Could you please suggest me on above requirement.

Thanks,

Pavan.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Likes

Hi Pavan,

Changing font on PDF reports is not a trivial configuration. The configuration must be done at the server level and would require bouncing the system. Is your system on-premise or on-demand? If you are on-demand, you may not have an option to make this configuration.

To support new fonts, fopconfig.xml file under install directory/config/fop has to be updated and the corresponding True Type Font file should be placed on the fontmetrics directory. Note, this is not something that is done commonly so you might still run into unexpected issues. My suggestion would be to stick with the default font if possible.

Hope this helps.

Regards,

Vikram

Former Member
0 Likes

HI Vikram,

Thank you very much for the reply .

Could you please let me know by using code is there any way to control or change fonts in perticular report PDF.

Thanks in advance,

Pavan.

0 Likes

There are some formatting you can do on PDF report such as adding header and footer data. This can be done using page layouts in reports. However, it's not possible to change font in PDF using page layouts or through scripting.

Regards,

Vikram