You are here:
Create the Main Font Resource for HINS Winter '23 and Later Releases
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);vlocity_ins is a namespace. Use the namespace for your org.
- Select the entire statement.
- Click Execute Highlighted.
- Close the Developer Console.

