ldilshan

Results 2 issues of ldilshan

Are there any solution for this?

### What were you trying to do? ``` const pdfDoc = await PDFDocument.load(pdfBase64, { ignoreEncryption: false }); pdfDoc.registerFontkit(fontkit); // Register fontkit const fontPath = path.join(process.cwd(), 'src/fonts/arial.ttf'); const fontBytes = await...

bug
needs-triage