Michel Olvera
Results
2
comments of
Michel Olvera
I think you should embed the font in the pdf like this: ``` const fontkit = require('@pdf-lib/fontkit') const pdfDoc = await PDFDocument.load(formPdfBytes); pdfDoc.registerFontkit(fontkit); const customFont = await pdfDoc.embedFont(customFontBytes) const form...
I'm sorry about the delay, do you know if this error is also present in Linux?