You are here:
Optional: Create the Main Font Resource for HINS Summer '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.
- From the Setup menu, choose Developer Console.
- From the Debug menu, choose Open Execute Anonymous Window.
-
Paste the following statement into the Enter Apex Code dialog box:
vlocity_ins.CmPostInstallClass.preparePdfFontLibrary(false, null); - Select the entire statement.
- Click Execute Highlighted.
- Close the Developer Console.

