How should i read a pdf that is in base64 format? #144
Unanswered
JosephKorel
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you share the PDF file + the code that load the file and decodes it
please, so we can reproduce.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Im uploading a PDF file and sending it in
base64
format. Then i decode it asconst file = Buffer.from(pdfBase64, 'base64');
And read it
Beta Was this translation helpful? Give feedback.
All reactions