I'm currently working on a C# ASP.NET website that includes an iframe control used to load/open PDF files from the client side using JavaScript.
The issue I'm facing is that the PDF file is password protected, and when I try to load it in the iframe, it prompts me for a password. I would like it to open directly without requiring a password input.
Any assistance you could provide would be greatly appreciated.
Thank you in advance.