Can pdfjs.express load fonts that are not installed on a computer, and write annotations with them?

Hi there,

You can use setCustomFontURL API to request font resources:
https://pdfjs.express/api/Core.html#.setCustomFontURL__anchor

See this forum post for similar issue:

Best regards,
Kevin Kim