You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully save to the location "file:///storage/emulated/0/Android/data/com.grapeshms.test/files/pdftemplate_4.pdf".
but I am unable to read the file using
await pdfx.PdfDocument.openFile(templatePath);
templatePDF.getPage(1) returns a null list
The text was updated successfully, but these errors were encountered:
I successfully save to the location "file:///storage/emulated/0/Android/data/com.grapeshms.test/files/pdftemplate_4.pdf".
but I am unable to read the file using
await pdfx.PdfDocument.openFile(templatePath);
templatePDF.getPage(1) returns a null list
The text was updated successfully, but these errors were encountered: