FileExplorer icon indicating copy to clipboard operation
FileExplorer copied to clipboard

open 300MB+ pdf file will crash

Open orikon opened this issue 8 years ago • 2 comments

open 300MB+ pdf file will crash

orikon avatar Dec 25 '16 04:12 orikon

Hi @orikon,

Thanks for reporting it! 👍 Can you share the PDF file here?

Augustyniak avatar Dec 28 '16 23:12 Augustyniak

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.

mstralka avatar Mar 16 '17 17:03 mstralka