You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Hopding I think that the issue is happening when embedding a large font file.
pdfDoc.registerFontkit(fontkit);
const font = await this.fetchFont();
await pdfDoc.embedFont(font);
by excluding the last line the file size is normal.
Any suggestion on how to overcome this? I am using the Arial font family to support multiple languages (in my app I don't know in advance what would be the input language).
No description provided.
The text was updated successfully, but these errors were encountered: