cnjon / react-native-pdf-view

React Native PDF View
MIT License
404 stars 167 forks source link

Populate pdf form base64 #116

Open sajid-ad opened 4 years ago

sajid-ad commented 4 years ago

I am trying to populate pdf from base64, I am getting an error when I pass the source as pdf string, and source type as base64 the error I am getting is saying the base64 schema is not correct.

any work around on this?

uriStolar commented 3 years ago

Maybe using a data URI indicating the content is base64? like data:application/pdf;base64,<your-base64-encoded-pdf>