Hello, how do you handle signatures in netsuite? A...
# suitescript
i
Hello, how do you handle signatures in netsuite? A client wants a pdf with some signature on it, they sre currently using the ‘Brush Script MT' font as the written signature, can I use that font when creating the pdf, or upload an image of the signature? How do you handle that?
s
This article explains how to use custom fonts in Advanced PDF templates: https://blog.prolecto.com/2019/12/21/how-to-add-custom-fonts-to-netsuite-generated-pdf-documents/ It is also possible to just upload them in a compatible image format and embed them into a document. See https://bfo.com/products/pdf/docs/api/org/faceless/pdf2/PDFImage.html for the types of image formats you can use.
i
Cool! Thanks @scottvonduhn!!