DImuthuUpe / AndroidPdfViewer

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

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

Closed McanErtugrul closed 1 year ago

McanErtugrul commented 1 year 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.