Install fonts for PDF generation in FileMaker Cloud
- Baekmuk Batang
- Utopia
- URW Gothic L
- URW Bookman L
- Century Schoolbook L
- Dingbats
- Nimbus Sans L
- Nimbus Roman No9 L
- Nimbus Mono L
- URW Palladio L
- Standard Symbols L
- URW Chancery L
- IPAPGothic
- Liberation Mono
- Liberation Sans
- WenQuanYi Micro Hei Mono
- WenQuanYi Micro Hei
- WenQuanYi Zen Hei Mono
- WenQuanYi Zen Hei Sharp
- WenQuanYi Zen Hei
- Get login for your FileMaker Cloud Server via SSH.
- Create a new folder in /usr/share/fonts folder for your fonts.
e.g. sudo mkdir --mode=777 /usr/share/fonts/myfonts - Copy fonts in your new folder.
- Run "fc-cache -f -v" command to update cache.
- You can verify with "fc-list" command whether fonts were found.
- Reboot machine or at least restart the WebDirect engine.
You can use MBS( "DynaPDF.AddFontSearchPath"; $PDF; "/usr/share/fonts"; 1 ) with our DynaPDF functions to use the fonts on the FileMaker Cloud.