We notice that when a PDF is embedded into html using
embed or Object tag it reloads the PDF from the server and does not use the browser cache. However if we use 'a' link href to the PDF file itself directly the cache is used on the second load.
If anyone has a solution to this issue it would be much appreciated.
We would like to find a way to have the same caching functionality when using embed or Object tag as we would have when loading the PDF file directly into the browser.