Well, I have a PHP system that builds a PDF. After that, I have a common html link that opens the pdf on screen normally, until then everything is ok.
But if I modify the contents of the PDF, and give the command to the system to rebuild it with this new information, when clicking the link to open, it opens the old pdf, I can only see the new one if it gives an "F5 ".
Does anyone know an alternative to always open the already updated file and not the cache version?
PS: The link opens the ready file that is saved on the server.