DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.18k stars 1.91k forks source link

cannot create document: File not in PDF format or corrupted. (FromBytes) #1105

Closed McanErtugrul closed 2 years ago

McanErtugrul commented 2 years ago

Hi,

Could anyone who has the following error or knows how to fix the error can help?

When i using this code blog : decodedString = Base64.decode(data.value, Base64.DEFAULT) mBinding.pdfView.fromBytes(decodedString).load() , i get this error E/PDFView: load pdf error java.io.IOException: cannot create document: File not in PDF format or corrupted.