FileExplorer
FileExplorer copied to clipboard
open 300MB+ pdf file will crash
open 300MB+ pdf file will crash
Hi @orikon,
Thanks for reporting it! 👍 Can you share the PDF file here?
Hi @orikon ,
PDFSpecificationProvider
uses WebViewController
, which in turn is using the WkWebView
to render PDFs.
iOS' WkWebView
is not great for displaying large/complex PDF files so you might want to consider using PSPDFKit instead. It's commercial but it works really well - I've used it for years in several apps.