ivmarcos/react-to-pdf

Need a base64 instead of save

Closed this issue · 2 comments

I want only base64 of converted pdf.

Did you get anywhere with this?

To get a blob: const blob = pdf.output('bloburl'). use the build method.