You are here:
Create Main Font Resource for PDF Files for CME Spring '22
Use the following procedure to upgrade the main font resource. When you create PDF files from documents, you must set up the fonts for the conversion.
- Click the quick access menu (Setup gear icon), and click Developer Console.
- From the Debug menu, choose Open Execute Anonymous Window.
-
Paste the following statement into the Enter Apex Code dialog
box:
vlocity_cmt.CmPostInstallClass.preparePdfFontLibrary(false, null);vlocity_cmt is a namespace. Use the namespace for your org.
- Select the entire statement.
- Click Execute Highlighted.
- Close the Developer Console.

