Improve the performance in loading large password-protected documents by leveraging the password parameter supported in the following native (platform) PDF rendering APIs:
- Windows - pdfium
- macOS, iOS - CGPDFDocument
- Android - PdfRenderer
- Web - pdf.js
Note: In Android, support for password-protected documents is provided in the native API (PdfRenderer) only for Android API level 35 and above. So for devices running API level 34 and below, PDF rendering will follow the current existing approach only.