pdf2json icon indicating copy to clipboard operation
pdf2json copied to clipboard

Error: Requesting object that isn't resolved yet

Open marianorodriguez opened this issue 3 years ago • 2 comments

Hello!

I'm getting an error when trying to parse a document containing emojis image

This is the file that i'm trying to parse: emojis.pdf And here is a minimal sandbox showing the error: https://codesandbox.io/s/thirsty-keller-suglx?file=/src/index.js

The file was originally made using playwright with a headless chromium and printing the page as pdf

marianorodriguez avatar Dec 03 '21 14:12 marianorodriguez

as the error msg states, emojis is not supported, yet. exception is correctly thrown and caught.

modesty avatar Dec 30 '21 22:12 modesty

hello @modesty, thanks for the reply. Any chance this could be just a warning and keep parsing the rest of the document instead of throwing error?

marianorodriguez avatar Jan 10 '22 09:01 marianorodriguez

fix is pushed to feat/eslintNtypescript, will be included in v3.1.3

modesty avatar May 07 '24 02:05 modesty