Optimisation for Preloading Required JS in Adobe PDF Viewer
I'm seeking assistance with optimizing the loading time for viewing PDF files in my application. Currently, when I receive a response from an API, containing file data, I convert it into a BLOB and pass it to the Adobe URL. However, this process takes approximately 5 to 6 seconds to load the PDF for the first time. I'm exploring potential solutions to improve this loading time, such as preloading the required JavaScript files. My application utilizes the embedMode 'IN_LINE'. Any insights or suggestions on how to achieve faster PDF viewing upon API response would be greatly appreciated.
