Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Passing a Font to a PDF?
Is there a way that, when rendering a PDF, we can pass a font to it? Whether by SuiteScript or some other means? We have a custom, proprietary font that we want to use in some of our PDFs, but we don't want to declare it like this in our PDF templates:<#assign custom_font = "https://PATH/TO/FONT/CUSTOMFONT.TTF" />
If we do it that way, we have to mark our font as 'Available Without Login', which would violate our license because then it would technically be publicly available.