You are here:
Create the Main Font Resource for CME Winter '22
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, you must add the namespace of your org.
- Select the entire statement.
- Click Execute Highlighted.
- Close the Developer Console.

