Is there a way to embed a PDF document on a webpage and at the same time disabling download

We have a website where there are multiple PDF’s available for the user. We have to restrict the user from downloading the PDF’s. I Would prefer solution in Javascript/HTML

We tried multiple ways to Disable PDF download with javascript, But seems with update in chrome browser disabling dowload of PDF is not working. Chrome is using inbuild plugin pdf-viewer to display PDF in browser window. pdf-viewer is not supporting the disable download feature.